Skip to content

Commit

Permalink
Bump libp2p-noise from 0.43.1 to 0.43.2 (#1926)
Browse files Browse the repository at this point in the history
Bumps [libp2p-noise](https://github.com/libp2p/rust-libp2p) from 0.43.1 to 0.43.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-noise-v0.43.1...libp2p-noise-0.43.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent e6c11ce commit 861d48e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
34 changes: 11 additions & 23 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 crates/libp2p-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hotshot-constants = { path = "../constants" }
hotshot-utils = { path = "../utils" }
libp2p-swarm-derive = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-noise = { version = "0.43.0", default-features = false }
libp2p-noise = { version = "0.43.2", default-features = false }
parking_lot = "0.12.1"
rand = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit 861d48e

Please sign in to comment.