Skip to content

Commit

Permalink
Bump lru from 0.10.1 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.10.1 to 0.11.0.
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.10.1...0.11.0)

---
updated-dependencies:
- dependency-name: lru
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 3, 2023
1 parent 4e2afc6 commit 0b6b183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures = "0.3.28"
hex = "0.4.3"
libp2p = { version = "0.51.0", default-features = false, features = ["dns", "tokio", "ecdsa", "noise", "macros", "mplex", "secp256k1", "tcp", "yamux"] }
#libp2p-identity = { version = "0.2.1", features = ["secp256k1"] }
lru = "0.10.1"
lru = "0.11.0"
parking_lot = "0.12.1"
primitive-types = "0.12.1"
serde_yaml = "0.9.25"
Expand Down

0 comments on commit 0b6b183

Please sign in to comment.