Skip to content

Commit

Permalink
deps: bump curve25519-dalek from 3.2.0 to 4.0.0
Browse files Browse the repository at this point in the history
Pull-Request: #4358.
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 181ccf6 commit 72472d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -80,7 +80,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.0", path = "transports/noise" }
libp2p-noise = { version = "0.43.1", path = "transports/noise" }
libp2p-perf = { version = "0.2.0", path = "protocols/perf" }
libp2p-ping = { version = "0.43.0", path = "protocols/ping" }
libp2p-plaintext = { version = "0.40.0", 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.1 - unreleased

- Update dependencies.

## 0.43.0

- Raise MSRV to 1.65.
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,14 +3,14 @@ name = "libp2p-noise"
edition = "2021"
rust-version = { workspace = true }
description = "Cryptographic handshake protocol using the noise framework."
version = "0.43.0"
version = "0.43.1"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"

[dependencies]
bytes = "1"
curve25519-dalek = "3.0.0"
curve25519-dalek = "4.0.0"
futures = "0.3.28"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true, features = ["ed25519"] }
Expand Down

0 comments on commit 72472d0

Please sign in to comment.