mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
Bump lru from 0.6.6 to 0.7.0 (#4012)
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.6.6 to 0.7.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.6.6...0.7.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-minor ... 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
+22
-13
@@ -3643,7 +3643,7 @@ dependencies = [
|
|||||||
"libp2p-core",
|
"libp2p-core",
|
||||||
"libp2p-swarm",
|
"libp2p-swarm",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.6.6",
|
||||||
"minicbor",
|
"minicbor",
|
||||||
"rand 0.7.3",
|
"rand 0.7.3",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
@@ -3965,6 +3965,15 @@ dependencies = [
|
|||||||
"hashbrown",
|
"hashbrown",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "lru"
|
||||||
|
version = "0.7.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "6c748cfe47cb8da225c37595b3108bea1c198c84aaae8ea0ba76d01dda9fc803"
|
||||||
|
dependencies = [
|
||||||
|
"hashbrown",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lru-cache"
|
name = "lru-cache"
|
||||||
version = "0.1.2"
|
version = "0.1.2"
|
||||||
@@ -4095,7 +4104,7 @@ version = "0.1.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"
|
checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lru",
|
"lru 0.6.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -5530,7 +5539,7 @@ dependencies = [
|
|||||||
"ethereum-types",
|
"ethereum-types",
|
||||||
"hashbrown",
|
"hashbrown",
|
||||||
"impl-trait-for-tuples",
|
"impl-trait-for-tuples",
|
||||||
"lru",
|
"lru 0.6.6",
|
||||||
"parity-util-mem-derive",
|
"parity-util-mem-derive",
|
||||||
"parking_lot 0.11.1",
|
"parking_lot 0.11.1",
|
||||||
"primitive-types",
|
"primitive-types",
|
||||||
@@ -5867,7 +5876,7 @@ dependencies = [
|
|||||||
"derive_more",
|
"derive_more",
|
||||||
"futures 0.3.17",
|
"futures 0.3.17",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"lru",
|
"lru 0.7.0",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-erasure-coding",
|
"polkadot-erasure-coding",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -5895,7 +5904,7 @@ dependencies = [
|
|||||||
"futures 0.3.17",
|
"futures 0.3.17",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.7.0",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-erasure-coding",
|
"polkadot-erasure-coding",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -6013,7 +6022,7 @@ dependencies = [
|
|||||||
"futures 0.3.17",
|
"futures 0.3.17",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"lru",
|
"lru 0.7.0",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"polkadot-erasure-coding",
|
"polkadot-erasure-coding",
|
||||||
"polkadot-node-network-protocol",
|
"polkadot-node-network-protocol",
|
||||||
@@ -6123,7 +6132,7 @@ dependencies = [
|
|||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"kvdb",
|
"kvdb",
|
||||||
"kvdb-memorydb",
|
"kvdb-memorydb",
|
||||||
"lru",
|
"lru 0.7.0",
|
||||||
"merlin",
|
"merlin",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.11.1",
|
"parking_lot 0.11.1",
|
||||||
@@ -6523,7 +6532,7 @@ dependencies = [
|
|||||||
"futures 0.3.17",
|
"futures 0.3.17",
|
||||||
"itertools",
|
"itertools",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.7.0",
|
||||||
"metered-channel",
|
"metered-channel",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"pin-project 1.0.8",
|
"pin-project 1.0.8",
|
||||||
@@ -6550,7 +6559,7 @@ dependencies = [
|
|||||||
"femme",
|
"femme",
|
||||||
"futures 0.3.17",
|
"futures 0.3.17",
|
||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"lru",
|
"lru 0.7.0",
|
||||||
"metered-channel",
|
"metered-channel",
|
||||||
"parity-util-mem",
|
"parity-util-mem",
|
||||||
"parking_lot 0.11.1",
|
"parking_lot 0.11.1",
|
||||||
@@ -6860,7 +6869,7 @@ dependencies = [
|
|||||||
"kvdb",
|
"kvdb",
|
||||||
"kvdb-rocksdb",
|
"kvdb-rocksdb",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.7.0",
|
||||||
"pallet-babe",
|
"pallet-babe",
|
||||||
"pallet-im-online",
|
"pallet-im-online",
|
||||||
"pallet-mmr-primitives",
|
"pallet-mmr-primitives",
|
||||||
@@ -8635,7 +8644,7 @@ dependencies = [
|
|||||||
"linked-hash-map",
|
"linked-hash-map",
|
||||||
"linked_hash_set",
|
"linked_hash_set",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.6.6",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.11.1",
|
"parking_lot 0.11.1",
|
||||||
"pin-project 1.0.8",
|
"pin-project 1.0.8",
|
||||||
@@ -8672,7 +8681,7 @@ dependencies = [
|
|||||||
"futures-timer 3.0.2",
|
"futures-timer 3.0.2",
|
||||||
"libp2p",
|
"libp2p",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.6.6",
|
||||||
"sc-network",
|
"sc-network",
|
||||||
"sp-runtime",
|
"sp-runtime",
|
||||||
"substrate-prometheus-endpoint",
|
"substrate-prometheus-endpoint",
|
||||||
@@ -9554,7 +9563,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#125092f355c1
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.17",
|
"futures 0.3.17",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru 0.6.6",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.11.1",
|
"parking_lot 0.11.1",
|
||||||
"sp-api",
|
"sp-api",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ futures-timer = "3.0.2"
|
|||||||
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] }
|
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["bit-vec", "derive"] }
|
||||||
tracing = "0.1.28"
|
tracing = "0.1.28"
|
||||||
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
|
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
|
||||||
lru = "0.6"
|
lru = "0.7"
|
||||||
merlin = "2.0"
|
merlin = "2.0"
|
||||||
schnorrkel = "0.9.1"
|
schnorrkel = "0.9.1"
|
||||||
kvdb = "0.10.0"
|
kvdb = "0.10.0"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
|
|||||||
thiserror = "1.0.26"
|
thiserror = "1.0.26"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
derive_more = "0.99.11"
|
derive_more = "0.99.11"
|
||||||
lru = "0.6.6"
|
lru = "0.7.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" }
|
polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" }
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.17"
|
futures = "0.3.17"
|
||||||
lru = "0.6.6"
|
lru = "0.7.0"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
thiserror = "1.0.26"
|
thiserror = "1.0.26"
|
||||||
tracing = "0.1.28"
|
tracing = "0.1.28"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master
|
|||||||
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
thiserror = "1.0.26"
|
thiserror = "1.0.26"
|
||||||
lru = "0.6.6"
|
lru = "0.7.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.51"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ polkadot-node-metrics = { path = "../metrics" }
|
|||||||
polkadot-primitives = { path = "../../primitives" }
|
polkadot-primitives = { path = "../../primitives" }
|
||||||
polkadot-overseer-gen = { path = "./overseer-gen" }
|
polkadot-overseer-gen = { path = "./overseer-gen" }
|
||||||
tracing = "0.1.28"
|
tracing = "0.1.28"
|
||||||
lru = "0.6"
|
lru = "0.7"
|
||||||
parity-util-mem = { version = ">= 0.10.1", default-features = false }
|
parity-util-mem = { version = ">= 0.10.1", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ thiserror = "1.0.26"
|
|||||||
kvdb = "0.10.0"
|
kvdb = "0.10.0"
|
||||||
kvdb-rocksdb = { version = "0.14.0", optional = true }
|
kvdb-rocksdb = { version = "0.14.0", optional = true }
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.51"
|
||||||
lru = "0.6"
|
lru = "0.7"
|
||||||
|
|
||||||
# Polkadot
|
# Polkadot
|
||||||
polkadot-node-core-parachains-inherent = { path = "../core/parachains-inherent" }
|
polkadot-node-core-parachains-inherent = { path = "../core/parachains-inherent" }
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ rand = "0.8.3"
|
|||||||
thiserror = "1.0.26"
|
thiserror = "1.0.26"
|
||||||
tracing = "0.1.28"
|
tracing = "0.1.28"
|
||||||
derive_more = "0.99.11"
|
derive_more = "0.99.11"
|
||||||
lru = "0.6.6"
|
lru = "0.7.0"
|
||||||
|
|
||||||
polkadot-node-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" }
|
polkadot-node-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" }
|
||||||
polkadot-node-jaeger = { path = "../jaeger" }
|
polkadot-node-jaeger = { path = "../jaeger" }
|
||||||
|
|||||||
Reference in New Issue
Block a user