mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Update lru, regex and thread_local (#11135)
* Update `lru` to 0.7.3 * Update `regex` to 1.5.5 * Update `thread_local` to 1.1.4
This commit is contained in:
@@ -22,7 +22,7 @@ libp2p = "0.40.0"
|
||||
log = "0.4.11"
|
||||
names = { version = "0.13.0", default-features = false }
|
||||
rand = "0.7.3"
|
||||
regex = "1.5.4"
|
||||
regex = "1.5.5"
|
||||
rpassword = "5.0.0"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
|
||||
@@ -32,7 +32,7 @@ sc-executor-wasmi = { version = "0.10.0-dev", path = "wasmi" }
|
||||
sc-executor-wasmtime = { version = "0.10.0-dev", path = "wasmtime", optional = true }
|
||||
parking_lot = "0.12.0"
|
||||
sp-core-hashing-proc-macro = { version = "5.0.0", path = "../../primitives/core/hashing/proc-macro" }
|
||||
lru = "0.6.6"
|
||||
lru = "0.7.3"
|
||||
tracing = "0.1.29"
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -46,7 +46,7 @@ sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/may
|
||||
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
|
||||
tracing-subscriber = "0.2.19"
|
||||
paste = "1.0"
|
||||
regex = "1"
|
||||
regex = "1.5.5"
|
||||
criterion = "0.3"
|
||||
env_logger = "0.9"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ futures = "0.3.19"
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = { version = "0.40.0", default-features = false }
|
||||
log = "0.4.8"
|
||||
lru = "0.7.0"
|
||||
lru = "0.7.3"
|
||||
ahash = "0.7.6"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
|
||||
sc-network = { version = "0.10.0-dev", path = "../network" }
|
||||
|
||||
@@ -34,7 +34,7 @@ hex = "0.4.0"
|
||||
ip_network = "0.4.1"
|
||||
linked-hash-map = "0.5.4"
|
||||
linked_hash_set = "0.1.3"
|
||||
lru = "0.7.0"
|
||||
lru = "0.7.3"
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.12.0"
|
||||
pin-project = "1.0.10"
|
||||
|
||||
@@ -21,7 +21,7 @@ libc = "0.2.121"
|
||||
log = { version = "0.4.8" }
|
||||
once_cell = "1.8.0"
|
||||
parking_lot = "0.12.0"
|
||||
regex = "1.5.4"
|
||||
regex = "1.5.5"
|
||||
rustc-hash = "1.1.0"
|
||||
serde = "1.0.136"
|
||||
thiserror = "1.0.30"
|
||||
|
||||
Reference in New Issue
Block a user