mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +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"
|
version = "0.13.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
||||||
|
dependencies = [
|
||||||
|
"ahash 0.8.2",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "heck"
|
name = "heck"
|
||||||
@@ -3828,7 +3831,7 @@ dependencies = [
|
|||||||
"libp2p-core",
|
"libp2p-core",
|
||||||
"libp2p-swarm",
|
"libp2p-swarm",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.8.1",
|
||||||
"prost",
|
"prost",
|
||||||
"prost-build",
|
"prost-build",
|
||||||
"prost-codec",
|
"prost-codec",
|
||||||
@@ -4284,6 +4287,15 @@ dependencies = [
|
|||||||
"hashbrown 0.12.3",
|
"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]]
|
[[package]]
|
||||||
name = "lru-cache"
|
name = "lru-cache"
|
||||||
version = "0.1.2"
|
version = "0.1.2"
|
||||||
@@ -6401,7 +6413,7 @@ dependencies = [
|
|||||||
"fatality",
|
"fatality",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-erasure-coding",
|
"polkadot-erasure-coding",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -6431,7 +6443,7 @@ dependencies = [
|
|||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-erasure-coding",
|
"polkadot-erasure-coding",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -6573,7 +6585,7 @@ dependencies = [
|
|||||||
"futures-timer",
|
"futures-timer",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-erasure-coding",
|
"polkadot-erasure-coding",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -6695,7 +6707,7 @@ dependencies = [
|
|||||||
"futures-timer",
|
"futures-timer",
|
||||||
"kvdb",
|
"kvdb",
|
||||||
"kvdb-memorydb",
|
"kvdb-memorydb",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"merlin",
|
"merlin",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.12.1",
|
"parking_lot 0.12.1",
|
||||||
@@ -6866,7 +6878,7 @@ dependencies = [
|
|||||||
"futures-timer",
|
"futures-timer",
|
||||||
"kvdb",
|
"kvdb",
|
||||||
"kvdb-memorydb",
|
"kvdb-memorydb",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-node-primitives",
|
"polkadot-node-primitives",
|
||||||
"polkadot-node-subsystem",
|
"polkadot-node-subsystem",
|
||||||
@@ -6983,7 +6995,7 @@ name = "polkadot-node-core-runtime-api"
|
|||||||
version = "0.9.37"
|
version = "0.9.37"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"polkadot-node-metrics",
|
"polkadot-node-metrics",
|
||||||
"polkadot-node-primitives",
|
"polkadot-node-primitives",
|
||||||
"polkadot-node-subsystem",
|
"polkadot-node-subsystem",
|
||||||
@@ -7155,7 +7167,7 @@ dependencies = [
|
|||||||
"kvdb-shared-tests",
|
"kvdb-shared-tests",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"parity-db",
|
"parity-db",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot 0.11.2",
|
||||||
@@ -7188,7 +7200,7 @@ dependencies = [
|
|||||||
"femme",
|
"femme",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"orchestra",
|
"orchestra",
|
||||||
"parking_lot 0.12.1",
|
"parking_lot 0.12.1",
|
||||||
"polkadot-node-metrics",
|
"polkadot-node-metrics",
|
||||||
@@ -7544,7 +7556,7 @@ dependencies = [
|
|||||||
"kvdb",
|
"kvdb",
|
||||||
"kvdb-rocksdb",
|
"kvdb-rocksdb",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.9.0",
|
||||||
"mmr-gadget",
|
"mmr-gadget",
|
||||||
"pallet-babe",
|
"pallet-babe",
|
||||||
"pallet-im-online",
|
"pallet-im-online",
|
||||||
@@ -9198,7 +9210,7 @@ name = "sc-executor"
|
|||||||
version = "0.10.0-dev"
|
version = "0.10.0-dev"
|
||||||
source = "git+https://github.com/paritytech/substrate?branch=master#355e4a9c87f85637185c0852bda9aeb3db404b6d"
|
source = "git+https://github.com/paritytech/substrate?branch=master#355e4a9c87f85637185c0852bda9aeb3db404b6d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lru",
|
"lru 0.8.1",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.12.1",
|
"parking_lot 0.12.1",
|
||||||
"sc-executor-common",
|
"sc-executor-common",
|
||||||
@@ -9367,7 +9379,7 @@ dependencies = [
|
|||||||
"ip_network",
|
"ip_network",
|
||||||
"libp2p",
|
"libp2p",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.8.1",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.12.1",
|
"parking_lot 0.12.1",
|
||||||
"pin-project",
|
"pin-project",
|
||||||
@@ -9447,7 +9459,7 @@ dependencies = [
|
|||||||
"futures-timer",
|
"futures-timer",
|
||||||
"libp2p",
|
"libp2p",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.8.1",
|
||||||
"sc-network-common",
|
"sc-network-common",
|
||||||
"sc-peerset",
|
"sc-peerset",
|
||||||
"sp-runtime",
|
"sp-runtime",
|
||||||
@@ -9487,7 +9499,7 @@ dependencies = [
|
|||||||
"futures",
|
"futures",
|
||||||
"libp2p",
|
"libp2p",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.8.1",
|
||||||
"mockall",
|
"mockall",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"prost",
|
"prost",
|
||||||
@@ -10510,7 +10522,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#355e4a9c87f8
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.8.1",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.12.1",
|
"parking_lot 0.12.1",
|
||||||
"sp-api",
|
"sp-api",
|
||||||
@@ -11017,7 +11029,7 @@ dependencies = [
|
|||||||
"hash-db",
|
"hash-db",
|
||||||
"hashbrown 0.12.3",
|
"hashbrown 0.12.3",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"lru",
|
"lru 0.8.1",
|
||||||
"memory-db",
|
"memory-db",
|
||||||
"nohash-hasher",
|
"nohash-hasher",
|
||||||
"parity-scale-codec",
|
"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"] }
|
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["bit-vec", "derive"] }
|
||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||||
lru = "0.8"
|
lru = "0.9"
|
||||||
merlin = "2.0"
|
merlin = "2.0"
|
||||||
schnorrkel = "0.9.1"
|
schnorrkel = "0.9.1"
|
||||||
kvdb = "0.13.0"
|
kvdb = "0.13.0"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ gum = { package = "tracing-gum", path = "../../gum" }
|
|||||||
parity-scale-codec = "3.1.5"
|
parity-scale-codec = "3.1.5"
|
||||||
kvdb = "0.13.0"
|
kvdb = "0.13.0"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
lru = "0.8.0"
|
lru = "0.9.0"
|
||||||
fatality = "0.0.6"
|
fatality = "0.0.6"
|
||||||
|
|
||||||
polkadot-primitives = { path = "../../../primitives" }
|
polkadot-primitives = { path = "../../../primitives" }
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
gum = { package = "tracing-gum", path = "../../gum" }
|
gum = { package = "tracing-gum", path = "../../gum" }
|
||||||
lru = "0.8"
|
lru = "0.9"
|
||||||
|
|
||||||
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
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"
|
thiserror = "1.0.31"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
lru = "0.8.0"
|
lru = "0.9.0"
|
||||||
fatality = "0.0.6"
|
fatality = "0.0.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ edition.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
lru = "0.8.0"
|
lru = "0.9.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
fatality = "0.0.6"
|
fatality = "0.0.6"
|
||||||
thiserror = "1.0.31"
|
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" }
|
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
fatality = "0.0.6"
|
fatality = "0.0.6"
|
||||||
lru = "0.8.0"
|
lru = "0.9.0"
|
||||||
indexmap = "1.9.1"
|
indexmap = "1.9.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ polkadot-node-metrics = { path = "../metrics" }
|
|||||||
polkadot-primitives = { path = "../../primitives" }
|
polkadot-primitives = { path = "../../primitives" }
|
||||||
orchestra = "0.0.4"
|
orchestra = "0.0.4"
|
||||||
gum = { package = "tracing-gum", path = "../gum" }
|
gum = { package = "tracing-gum", path = "../gum" }
|
||||||
lru = "0.8"
|
lru = "0.9"
|
||||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
async-trait = "0.1.57"
|
async-trait = "0.1.57"
|
||||||
tikv-jemalloc-ctl = "0.5.0"
|
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 }
|
parity-db = { version = "0.4.2", optional = true }
|
||||||
|
|
||||||
async-trait = "0.1.57"
|
async-trait = "0.1.57"
|
||||||
lru = "0.8"
|
lru = "0.9"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
|
|
||||||
# Polkadot
|
# Polkadot
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ thiserror = "1.0.31"
|
|||||||
fatality = "0.0.6"
|
fatality = "0.0.6"
|
||||||
gum = { package = "tracing-gum", path = "../gum" }
|
gum = { package = "tracing-gum", path = "../gum" }
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
lru = "0.8.0"
|
lru = "0.9.0"
|
||||||
|
|
||||||
polkadot-node-subsystem = {path = "../subsystem" }
|
polkadot-node-subsystem = {path = "../subsystem" }
|
||||||
polkadot-node-jaeger = { path = "../jaeger" }
|
polkadot-node-jaeger = { path = "../jaeger" }
|
||||||
|
|||||||
Reference in New Issue
Block a user