Bump lru from 0.8.1 to 0.9.0 (#6538)

Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/jeromefroe/lru-rs/releases)
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jeromefroe/lru-rs/compare/0.8.1...0.9.0)

---
updated-dependencies:
- dependency-name: lru
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-22 22:40:49 +01:00
committed by GitHub
parent bec4168baa
commit 59a8b59fe2
10 changed files with 37 additions and 25 deletions
@@ -10,7 +10,7 @@ futures-timer = "3.0.2"
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["bit-vec", "derive"] }
gum = { package = "tracing-gum", path = "../../gum" }
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
lru = "0.8"
lru = "0.9"
merlin = "2.0"
schnorrkel = "0.9.1"
kvdb = "0.13.0"
@@ -10,7 +10,7 @@ gum = { package = "tracing-gum", path = "../../gum" }
parity-scale-codec = "3.1.5"
kvdb = "0.13.0"
thiserror = "1.0.31"
lru = "0.8.0"
lru = "0.9.0"
fatality = "0.0.6"
polkadot-primitives = { path = "../../../primitives" }
+1 -1
View File
@@ -7,7 +7,7 @@ edition.workspace = true
[dependencies]
futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../gum" }
lru = "0.8"
lru = "0.9"
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -19,7 +19,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
thiserror = "1.0.31"
rand = "0.8.5"
derive_more = "0.99.17"
lru = "0.8.0"
lru = "0.9.0"
fatality = "0.0.6"
[dev-dependencies]
@@ -6,7 +6,7 @@ edition.workspace = true
[dependencies]
futures = "0.3.21"
lru = "0.8.0"
lru = "0.9.0"
rand = "0.8.5"
fatality = "0.0.6"
thiserror = "1.0.31"
@@ -21,7 +21,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.31"
fatality = "0.0.6"
lru = "0.8.0"
lru = "0.9.0"
indexmap = "1.9.1"
[dev-dependencies]
+1 -1
View File
@@ -17,7 +17,7 @@ polkadot-node-metrics = { path = "../metrics" }
polkadot-primitives = { path = "../../primitives" }
orchestra = "0.0.4"
gum = { package = "tracing-gum", path = "../gum" }
lru = "0.8"
lru = "0.9"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
async-trait = "0.1.57"
tikv-jemalloc-ctl = "0.5.0"
+1 -1
View File
@@ -77,7 +77,7 @@ kvdb-rocksdb = { version = "0.17.0", optional = true }
parity-db = { version = "0.4.2", optional = true }
async-trait = "0.1.57"
lru = "0.8"
lru = "0.9"
log = "0.4.17"
# Polkadot
+1 -1
View File
@@ -18,7 +18,7 @@ thiserror = "1.0.31"
fatality = "0.0.6"
gum = { package = "tracing-gum", path = "../gum" }
derive_more = "0.99.17"
lru = "0.8.0"
lru = "0.9.0"
polkadot-node-subsystem = {path = "../subsystem" }
polkadot-node-jaeger = { path = "../jaeger" }