Skip to content

Commit

Permalink
deps: bump lru from 0.12.0 to 0.12.1
Browse files Browse the repository at this point in the history
Pull-Request: #4931.
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent dde6db1 commit 4759ba8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/dcutr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ quick-protobuf-codec = { workspace = true }
thiserror = "1.0"
tracing = "0.1.37"
void = "1"
lru = "0.12.0"
lru = "0.12.1"
futures-bounded = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures-bounded = { workspace = true }
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
lru = "0.12.0"
lru = "0.12.1"
quick-protobuf-codec = { workspace = true }
quick-protobuf = "0.8"
smallvec = "1.11.2"
Expand Down

0 comments on commit 4759ba8

Please sign in to comment.