mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Bump lru from 0.8.1 to 0.10.0 (#14211)
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.8.1 to 0.10.0. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.8.1...0.10.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
+6
-15
@@ -4204,7 +4204,7 @@ dependencies = [
|
||||
"libp2p-identity",
|
||||
"libp2p-swarm",
|
||||
"log",
|
||||
"lru 0.10.0",
|
||||
"lru",
|
||||
"quick-protobuf",
|
||||
"quick-protobuf-codec",
|
||||
"smallvec",
|
||||
@@ -4686,15 +4686,6 @@ dependencies = [
|
||||
"cfg-if",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lru"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
|
||||
dependencies = [
|
||||
"hashbrown 0.12.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lru"
|
||||
version = "0.10.0"
|
||||
@@ -9304,7 +9295,7 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"criterion",
|
||||
"env_logger 0.9.3",
|
||||
"lru 0.8.1",
|
||||
"lru",
|
||||
"num_cpus",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
@@ -9416,7 +9407,7 @@ dependencies = [
|
||||
"libp2p",
|
||||
"linked_hash_set",
|
||||
"log",
|
||||
"lru 0.8.1",
|
||||
"lru",
|
||||
"mockall",
|
||||
"multistream-select",
|
||||
"parity-scale-codec",
|
||||
@@ -9518,7 +9509,7 @@ dependencies = [
|
||||
"futures-timer",
|
||||
"libp2p",
|
||||
"log",
|
||||
"lru 0.8.1",
|
||||
"lru",
|
||||
"quickcheck",
|
||||
"sc-network",
|
||||
"sc-network-common",
|
||||
@@ -9584,7 +9575,7 @@ dependencies = [
|
||||
"futures-timer",
|
||||
"libp2p",
|
||||
"log",
|
||||
"lru 0.8.1",
|
||||
"lru",
|
||||
"mockall",
|
||||
"parity-scale-codec",
|
||||
"prost",
|
||||
@@ -10756,7 +10747,7 @@ version = "4.0.0-dev"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"log",
|
||||
"lru 0.8.1",
|
||||
"lru",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.12.1",
|
||||
"sp-api",
|
||||
|
||||
@@ -14,7 +14,7 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
lru = "0.8.1"
|
||||
lru = "0.10.0"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = "0.1.29"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = "0.51.3"
|
||||
log = "0.4.17"
|
||||
lru = "0.8.1"
|
||||
lru = "0.10.0"
|
||||
tracing = "0.1.29"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
|
||||
sc-network = { version = "0.10.0-dev", path = "../network/" }
|
||||
|
||||
@@ -28,7 +28,7 @@ ip_network = "0.4.1"
|
||||
libp2p = { version = "0.51.3", features = ["dns", "identify", "kad", "macros", "mdns", "noise", "ping", "tcp", "tokio", "yamux", "websocket", "request-response"] }
|
||||
linked_hash_set = "0.1.3"
|
||||
log = "0.4.17"
|
||||
lru = "0.8.1"
|
||||
lru = "0.10.0"
|
||||
mockall = "0.11.3"
|
||||
parking_lot = "0.12.1"
|
||||
pin-project = "1.0.12"
|
||||
|
||||
@@ -24,7 +24,7 @@ futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
libp2p = "0.51.3"
|
||||
log = "0.4.17"
|
||||
lru = "0.8.1"
|
||||
lru = "0.10.0"
|
||||
mockall = "0.11.3"
|
||||
prost = "0.11"
|
||||
smallvec = "1.8.0"
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
log = "0.4.17"
|
||||
lru = "0.8.1"
|
||||
lru = "0.10.0"
|
||||
parking_lot = "0.12.1"
|
||||
thiserror = "1.0.30"
|
||||
sp-api = { version = "4.0.0-dev", path = "../api" }
|
||||
|
||||
Reference in New Issue
Block a user