Skip to content

Commit

Permalink
Bump libp2p from 0.45.1 to 0.46.0
Browse files Browse the repository at this point in the history
Bumps [libp2p](https://github.com/libp2p/rust-libp2p) from 0.45.1 to 0.46.0.
- [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.45.1...v0.46.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 5, 2022
1 parent 6c49f61 commit 8272a1d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 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 beserial/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ maintenance = { status = "experimental" }
[dependencies]
beserial_derive = { path = "beserial_derive", version = "0.1.0", optional = true }
bitvec = { version = "1.0", optional = true }
libp2p = { version = "0.45", default-features = false, optional = true }
libp2p = { version = "0.46", default-features = false, optional = true }
byteorder = "1.2"
thiserror = "1.0"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ derive_more = "0.99"
futures = { package = "futures-util", version = "0.3" }
hex = "0.4"
ip_network = "0.4"
libp2p = { version = "0.45", default-features = false, features = [
libp2p = { version = "0.46", default-features = false, features = [
"dns-tokio",
"gossipsub",
"identify",
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ maintenance = { status = "experimental" }
clear_on_drop = { version = "0.2", optional = true }
futures = { package = "futures-util", version = "0.3" }
hex = { version = "0.4", optional = true }
libp2p = { version = "0.45", default-features = false, optional = true }
libp2p = { version = "0.46", default-features = false, optional = true }
log = { package = "tracing", version = "0.1", optional = true, features = ["log"] }
parking_lot = { git = "https://github.com/styppo/parking_lot.git" }
rand = { version = "0.8", optional = true }
Expand Down

0 comments on commit 8272a1d

Please sign in to comment.