Skip to content

Commit

Permalink
Update libp2p requirement from 0.51.1 to 0.52.3
Browse files Browse the repository at this point in the history
Updates the requirements on [libp2p](https://github.com/libp2p/rust-libp2p) to permit the latest version.
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/rust-libp2p/commits/libp2p-v0.52.3)

---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 24, 2023
1 parent 9a7b4ea commit 2f21742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contained/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ features = [
"macros",
"tokio"
]
version = "0.51.1"
version = "0.52.3"

[dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ features = [
"tokio",
"yamux"
]
version = "0.51.1"
version = "0.52.3"

[dev-dependencies]
tokio.workspace = true
Expand Down

0 comments on commit 2f21742

Please sign in to comment.