Skip to content

Commit

Permalink
Bump libp2p from 0.52.1 to 0.52.2
Browse files Browse the repository at this point in the history
Bumps [libp2p](https://github.com/libp2p/rust-libp2p) from 0.52.1 to 0.52.2.
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](libp2p/rust-libp2p@libp2p-v0.52.1...libp2p-v0.52.2)

---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 8ac61ce commit f991721
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 15 deletions.
43 changes: 29 additions & 14 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 @@ -15,7 +15,7 @@ delay_map = "0.3.0"
discv5 = "0.2.2"
futures = "0.3.28"
hex = "0.4.3"
libp2p = { version = "0.52.1", default-features = false, features = ["dns", "tokio", "ecdsa", "noise", "macros", "secp256k1", "tcp", "yamux"] }
libp2p = { version = "0.52.2", default-features = false, features = ["dns", "tokio", "ecdsa", "noise", "macros", "secp256k1", "tcp", "yamux"] }
lru = "0.11.0"
parking_lot = "0.12.1"
primitive-types = "0.12.1"
Expand Down

0 comments on commit f991721

Please sign in to comment.