Skip to content

Commit

Permalink
upgrade x25519-dalek to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjiao committed Sep 5, 2024
1 parent 5b4eab7 commit 892a101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand = "0.8.3"
sha2 = "0.10.0"
static_assertions = "1"
thiserror = "1.0.37"
x25519-dalek = "1.1.0"
x25519-dalek = "1.2.0"
zeroize = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand All @@ -40,9 +40,9 @@ ed25519-compact = "2.0.2"
[build-dependencies]
prost-build = "0.11"

# Passing arguments to the docsrs builder in order to properly document cfg's.
# Passing arguments to the docsrs builder in order to properly document cfg's.
# More information: https://docs.rs/about/builds#cross-compiling
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustc-args = ["--cfg", "docsrs"]
rustc-args = ["--cfg", "docsrs"]

0 comments on commit 892a101

Please sign in to comment.