Skip to content

Commit

Permalink
Upgrade crypto libs (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demi-Marie authored Feb 26, 2020
1 parent 2ea459d commit 62ea7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/libp2p/rust-libp2p"
edition = "2018"

[dependencies]
curve25519-dalek = "1"
curve25519-dalek = "2.0.0"
futures = "0.3.1"
lazy_static = "1.2"
libp2p-core = { version = "0.16.0", path = "../../core" }
Expand All @@ -17,7 +17,7 @@ prost = "0.6.1"
rand = "0.7.2"
sha2 = "0.8.0"
static_assertions = "1"
x25519-dalek = "0.5"
x25519-dalek = "0.6.0"
zeroize = "1"

[target.'cfg(not(target_os = "unknown"))'.dependencies]
Expand Down

0 comments on commit 62ea7c1

Please sign in to comment.