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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 3792b49 commit a591965
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
37 changes: 19 additions & 18 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 @@ -173,7 +173,7 @@ jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", branch =
libp2p-swarm-derive = { version = "=0.33.0" }
libp2p-networking = { path = "./libp2p-networking", version = "0.1.0", default-features = false }
libp2p-identity = "0.2.0"
libp2p = { version = "0.52.0", default-features = false, features = [
libp2p = { version = "0.52.2", default-features = false, features = [
"macros",
"autonat",
"deflate",
Expand Down
2 changes: 1 addition & 1 deletion libp2p-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ futures = "0.3.28"
hotshot-utils = { path = "../utils"}
libp2p-swarm-derive = { version = "=0.33.0" }
libp2p-identity = "0.2.0"
libp2p = { version = "0.52.0", default-features = false, features = [
libp2p = { version = "0.52.2", default-features = false, features = [
"macros",
"autonat",
"deflate",
Expand Down

0 comments on commit a591965

Please sign in to comment.