Skip to content

Commit

Permalink
deps: update libp2p-core requirement from 0.39 to 0.40
Browse files Browse the repository at this point in the history
Updates the requirements on [libp2p-core](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](libp2p/rust-libp2p@v0.39.0...libp2p-core-v0.40.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2023
1 parent f72d082 commit 62f53e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = ["umgefahren <[email protected]>"]
arti-client = { version = "0.8", default-features = false }
async-std-crate = { package = "async-std", version = "1", optional = true, default-features = false }
futures = "0.3"
libp2p-core = { version = "0.39" }
libp2p-core = { version = "0.40" }
thiserror = "1"
tokio-crate = { package = "tokio", version = "1", optional = true, default-features = false }
tor-rtcompat = "0.8"
Expand Down

0 comments on commit 62f53e1

Please sign in to comment.