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
+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"