mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 22:37:57 +00:00
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:
Generated
+28
-16
@@ -2972,6 +2972,9 @@ name = "hashbrown"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
||||
dependencies = [
|
||||
"ahash 0.8.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "heck"
|
||||
@@ -3828,7 +3831,7 @@ dependencies = [
|
||||
"libp2p-core",
|
||||
"libp2p-swarm",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.8.1",
|
||||
"prost",
|
||||
"prost-build",
|
||||
"prost-codec",
|
||||
@@ -4284,6 +4287,15 @@ dependencies = [
|
||||
"hashbrown 0.12.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lru"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17"
|
||||
dependencies = [
|
||||
"hashbrown 0.13.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lru-cache"
|
||||
version = "0.1.2"
|
||||
@@ -6401,7 +6413,7 @@ dependencies = [
|
||||
"fatality",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"parity-scale-codec",
|
||||
"polkadot-erasure-coding",
|
||||
"polkadot-node-network-protocol",
|
||||
@@ -6431,7 +6443,7 @@ dependencies = [
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"parity-scale-codec",
|
||||
"polkadot-erasure-coding",
|
||||
"polkadot-node-network-protocol",
|
||||
@@ -6573,7 +6585,7 @@ dependencies = [
|
||||
"futures-timer",
|
||||
"indexmap",
|
||||
"lazy_static",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"parity-scale-codec",
|
||||
"polkadot-erasure-coding",
|
||||
"polkadot-node-network-protocol",
|
||||
@@ -6695,7 +6707,7 @@ dependencies = [
|
||||
"futures-timer",
|
||||
"kvdb",
|
||||
"kvdb-memorydb",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"merlin",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
@@ -6866,7 +6878,7 @@ dependencies = [
|
||||
"futures-timer",
|
||||
"kvdb",
|
||||
"kvdb-memorydb",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"parity-scale-codec",
|
||||
"polkadot-node-primitives",
|
||||
"polkadot-node-subsystem",
|
||||
@@ -6983,7 +6995,7 @@ name = "polkadot-node-core-runtime-api"
|
||||
version = "0.9.37"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"polkadot-node-metrics",
|
||||
"polkadot-node-primitives",
|
||||
"polkadot-node-subsystem",
|
||||
@@ -7155,7 +7167,7 @@ dependencies = [
|
||||
"kvdb-shared-tests",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"parity-db",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.11.2",
|
||||
@@ -7188,7 +7200,7 @@ dependencies = [
|
||||
"femme",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"orchestra",
|
||||
"parking_lot 0.12.1",
|
||||
"polkadot-node-metrics",
|
||||
@@ -7544,7 +7556,7 @@ dependencies = [
|
||||
"kvdb",
|
||||
"kvdb-rocksdb",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.9.0",
|
||||
"mmr-gadget",
|
||||
"pallet-babe",
|
||||
"pallet-im-online",
|
||||
@@ -9198,7 +9210,7 @@ name = "sc-executor"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/paritytech/substrate?branch=master#355e4a9c87f85637185c0852bda9aeb3db404b6d"
|
||||
dependencies = [
|
||||
"lru",
|
||||
"lru 0.8.1",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"sc-executor-common",
|
||||
@@ -9367,7 +9379,7 @@ dependencies = [
|
||||
"ip_network",
|
||||
"libp2p",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.8.1",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"pin-project",
|
||||
@@ -9447,7 +9459,7 @@ dependencies = [
|
||||
"futures-timer",
|
||||
"libp2p",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.8.1",
|
||||
"sc-network-common",
|
||||
"sc-peerset",
|
||||
"sp-runtime",
|
||||
@@ -9487,7 +9499,7 @@ dependencies = [
|
||||
"futures",
|
||||
"libp2p",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.8.1",
|
||||
"mockall",
|
||||
"parity-scale-codec",
|
||||
"prost",
|
||||
@@ -10510,7 +10522,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#355e4a9c87f8
|
||||
dependencies = [
|
||||
"futures",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.8.1",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"sp-api",
|
||||
@@ -11017,7 +11029,7 @@ dependencies = [
|
||||
"hash-db",
|
||||
"hashbrown 0.12.3",
|
||||
"lazy_static",
|
||||
"lru",
|
||||
"lru 0.8.1",
|
||||
"memory-db",
|
||||
"nohash-hasher",
|
||||
"parity-scale-codec",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user