Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Update lru, regex and thread_local (paritytech#11135)
Browse files Browse the repository at this point in the history
* Update `lru` to 0.7.3

* Update `regex` to 1.5.5

* Update `thread_local` to 1.1.4
  • Loading branch information
koute committed Mar 29, 2022
1 parent 09073d3 commit 71bb50c
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ tempfile = "3.1.0"
assert_cmd = "2.0.2"
nix = "0.23"
serde_json = "1.0"
regex = "1"
regex = "1.5.5"
platforms = "2.0"
async-std = { version = "1.10.0", features = ["attributes"] }
soketto = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions client/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion client/network-gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion client/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion primitives/blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
log = "0.4.11"
lru = "0.7.0"
lru = "0.7.3"
parking_lot = "0.12.0"
thiserror = "1.0.30"
futures = "0.3.19"
Expand Down
2 changes: 1 addition & 1 deletion primitives/panic-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
backtrace = "0.3.63"
regex = "1.5.4"
regex = "1.5.5"
lazy_static = "1.4.0"

0 comments on commit 71bb50c

Please sign in to comment.