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",
]