Skip to content

Commit 65d26e3

Browse files
deps: bump lru from 0.12.1 to 0.12.3
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.1 to 0.12.3. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.1...0.12.3) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d9be84 commit 65d26e3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/dcutr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ quick-protobuf-codec = { workspace = true }
2424
thiserror = "1.0"
2525
tracing = "0.1.37"
2626
void = "1"
27-
lru = "0.12.1"
27+
lru = "0.12.3"
2828
futures-bounded = { workspace = true }
2929

3030
[dev-dependencies]

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ futures-bounded = { workspace = true }
1818
libp2p-core = { workspace = true }
1919
libp2p-swarm = { workspace = true }
2020
libp2p-identity = { workspace = true }
21-
lru = "0.12.1"
21+
lru = "0.12.3"
2222
quick-protobuf-codec = { workspace = true }
2323
quick-protobuf = "0.8"
2424
smallvec = "1.12.0"

swarm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ instant = "0.1.12"
2020
libp2p-core = { workspace = true }
2121
libp2p-identity = { workspace = true }
2222
libp2p-swarm-derive = { workspace = true, optional = true }
23-
lru = "0.12.1"
23+
lru = "0.12.3"
2424
multistream-select = { workspace = true }
2525
once_cell = "1.19.0"
2626
rand = "0.8"

0 commit comments

Comments
 (0)