mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +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-swarm",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.6.6",
|
||||
"minicbor",
|
||||
"rand 0.7.3",
|
||||
"smallvec",
|
||||
@@ -3965,6 +3965,15 @@ dependencies = [
|
||||
"hashbrown",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lru"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c748cfe47cb8da225c37595b3108bea1c198c84aaae8ea0ba76d01dda9fc803"
|
||||
dependencies = [
|
||||
"hashbrown",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lru-cache"
|
||||
version = "0.1.2"
|
||||
@@ -4095,7 +4104,7 @@ version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"
|
||||
dependencies = [
|
||||
"lru",
|
||||
"lru 0.6.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -5530,7 +5539,7 @@ dependencies = [
|
||||
"ethereum-types",
|
||||
"hashbrown",
|
||||
"impl-trait-for-tuples",
|
||||
"lru",
|
||||
"lru 0.6.6",
|
||||
"parity-util-mem-derive",
|
||||
"parking_lot 0.11.1",
|
||||
"primitive-types",
|
||||
@@ -5867,7 +5876,7 @@ dependencies = [
|
||||
"derive_more",
|
||||
"futures 0.3.17",
|
||||
"futures-timer 3.0.2",
|
||||
"lru",
|
||||
"lru 0.7.0",
|
||||
"parity-scale-codec",
|
||||
"polkadot-erasure-coding",
|
||||
"polkadot-node-network-protocol",
|
||||
@@ -5895,7 +5904,7 @@ dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures-timer 3.0.2",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.7.0",
|
||||
"parity-scale-codec",
|
||||
"polkadot-erasure-coding",
|
||||
"polkadot-node-network-protocol",
|
||||
@@ -6013,7 +6022,7 @@ dependencies = [
|
||||
"futures 0.3.17",
|
||||
"futures-timer 3.0.2",
|
||||
"lazy_static",
|
||||
"lru",
|
||||
"lru 0.7.0",
|
||||
"parity-scale-codec",
|
||||
"polkadot-erasure-coding",
|
||||
"polkadot-node-network-protocol",
|
||||
@@ -6123,7 +6132,7 @@ dependencies = [
|
||||
"futures-timer 3.0.2",
|
||||
"kvdb",
|
||||
"kvdb-memorydb",
|
||||
"lru",
|
||||
"lru 0.7.0",
|
||||
"merlin",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.11.1",
|
||||
@@ -6523,7 +6532,7 @@ dependencies = [
|
||||
"futures 0.3.17",
|
||||
"itertools",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.7.0",
|
||||
"metered-channel",
|
||||
"parity-scale-codec",
|
||||
"pin-project 1.0.8",
|
||||
@@ -6550,7 +6559,7 @@ dependencies = [
|
||||
"femme",
|
||||
"futures 0.3.17",
|
||||
"futures-timer 3.0.2",
|
||||
"lru",
|
||||
"lru 0.7.0",
|
||||
"metered-channel",
|
||||
"parity-util-mem",
|
||||
"parking_lot 0.11.1",
|
||||
@@ -6860,7 +6869,7 @@ dependencies = [
|
||||
"kvdb",
|
||||
"kvdb-rocksdb",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.7.0",
|
||||
"pallet-babe",
|
||||
"pallet-im-online",
|
||||
"pallet-mmr-primitives",
|
||||
@@ -8635,7 +8644,7 @@ dependencies = [
|
||||
"linked-hash-map",
|
||||
"linked_hash_set",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.6.6",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.11.1",
|
||||
"pin-project 1.0.8",
|
||||
@@ -8672,7 +8681,7 @@ dependencies = [
|
||||
"futures-timer 3.0.2",
|
||||
"libp2p",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.6.6",
|
||||
"sc-network",
|
||||
"sp-runtime",
|
||||
"substrate-prometheus-endpoint",
|
||||
@@ -9554,7 +9563,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#125092f355c1
|
||||
dependencies = [
|
||||
"futures 0.3.17",
|
||||
"log",
|
||||
"lru",
|
||||
"lru 0.6.6",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.11.1",
|
||||
"sp-api",
|
||||
|
||||
Reference in New Issue
Block a user