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:
Koute
2022-03-29 23:19:19 +09:00
committed by GitHub
parent a42cb8536d
commit 83d4be6151
9 changed files with 20 additions and 20 deletions
+11 -11
View File
@@ -4075,7 +4075,7 @@ dependencies = [
"libp2p-core",
"libp2p-swarm",
"log 0.4.14",
"lru 0.7.0",
"lru 0.7.3",
"rand 0.7.3",
"smallvec 1.8.0",
"unsigned-varint 0.7.0",
@@ -4354,9 +4354,9 @@ dependencies = [
[[package]]
name = "lru"
version = "0.7.0"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c748cfe47cb8da225c37595b3108bea1c198c84aaae8ea0ba76d01dda9fc803"
checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"
dependencies = [
"hashbrown 0.11.2",
]
@@ -7739,9 +7739,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.5.4"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
dependencies = [
"aho-corasick",
"memchr",
@@ -8479,7 +8479,7 @@ dependencies = [
"env_logger 0.9.0",
"hex-literal",
"lazy_static",
"lru 0.6.6",
"lru 0.7.3",
"parity-scale-codec",
"parking_lot 0.12.0",
"paste 1.0.6",
@@ -8690,7 +8690,7 @@ dependencies = [
"linked-hash-map",
"linked_hash_set",
"log 0.4.14",
"lru 0.7.0",
"lru 0.7.3",
"parity-scale-codec",
"parking_lot 0.12.0",
"pin-project 1.0.10",
@@ -8734,7 +8734,7 @@ dependencies = [
"futures-timer",
"libp2p",
"log 0.4.14",
"lru 0.7.0",
"lru 0.7.3",
"quickcheck",
"sc-network",
"sp-runtime",
@@ -9802,7 +9802,7 @@ version = "4.0.0-dev"
dependencies = [
"futures 0.3.19",
"log 0.4.14",
"lru 0.7.0",
"lru 0.7.3",
"parity-scale-codec",
"parking_lot 0.12.0",
"sp-api",
@@ -10931,9 +10931,9 @@ checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
[[package]]
name = "thread_local"
version = "1.1.3"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
@@ -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"