Skip to content

Commit

Permalink
deps: bump curve25519-dalek from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Pull-Request: #5158.
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent 2feb90f commit 4e65d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/libp2p/rust-libp2p"
[dependencies]
asynchronous-codec = { workspace = true }
bytes = "1"
curve25519-dalek = "4.1.1"
curve25519-dalek = "4.1.2"
futures = "0.3.30"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true, features = ["ed25519"] }
Expand Down

0 comments on commit 4e65d84

Please sign in to comment.