Skip to content

Commit

Permalink
deps(noise): update x25519-dalek to 2.0.0
Browse files Browse the repository at this point in the history
Pull-Request: #4657.
  • Loading branch information
kayabaNerve authored Oct 16, 2023
1 parent e1c1f03 commit c980b4e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 34 deletions.
38 changes: 7 additions & 31 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 @@ -90,7 +90,7 @@ libp2p-memory-connection-limits = { version = "0.1.0", path = "misc/memory-conne
libp2p-metrics = { version = "0.13.1", path = "misc/metrics" }
libp2p-mplex = { version = "0.40.0", path = "muxers/mplex" }
libp2p-muxer-test-harness = { path = "muxers/test-harness" }
libp2p-noise = { version = "0.43.1", path = "transports/noise" }
libp2p-noise = { version = "0.43.2", path = "transports/noise" }
libp2p-perf = { version = "0.2.0", path = "protocols/perf" }
libp2p-ping = { version = "0.43.1", path = "protocols/ping" }
libp2p-plaintext = { version = "0.40.1", path = "transports/plaintext" }
Expand Down
4 changes: 4 additions & 0 deletions transports/noise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.43.2

- Update x25519-dalek to 2.0.0.

## 0.43.1

- Update dependencies.
Expand Down
4 changes: 2 additions & 2 deletions transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p-noise"
edition = "2021"
rust-version = { workspace = true }
description = "Cryptographic handshake protocol using the noise framework."
version = "0.43.1"
version = "0.43.2"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand All @@ -23,7 +23,7 @@ rand = "0.8.3"
sha2 = "0.10.8"
static_assertions = "1"
thiserror = "1.0.49"
x25519-dalek = "1.1.0"
x25519-dalek = "2"
zeroize = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit c980b4e

Please sign in to comment.