Skip to content

Commit

Permalink
Merge pull request howardwu#213 from AleoHQ/dependabot/cargo/curve255…
Browse files Browse the repository at this point in the history
…19-dalek-2.1.0

Bump curve25519-dalek from 2.0.0 to 2.1.0
  • Loading branch information
howardwu authored Jul 4, 2020
2 parents 8164a7a + b3257f5 commit 35dbe2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 monero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ wagyu-model = { path = "../model", version = "0.6.3" }

base58-monero = { version = "0.2.0" }
crc = { version = "1.8.1" }
curve25519-dalek = { version = "2.0.0" }
curve25519-dalek = { version = "2.1.0" }
failure = { version = "0.1.8" }
hex = { version = "0.4.2" }
libc = { version = "0.2" }
Expand Down
2 changes: 1 addition & 1 deletion zcash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy_static = { version = "1.4.0" }
bech32 = { version = "0.6" }
base58 = { version = "0.1" }
byteorder = { version = "1.3" }
curve25519-dalek = { version = "2.0.0" }
curve25519-dalek = { version = "2.1.0" }
hex = { version = "0.4.2" }
libsecp256k1 = { version = "0.3.5", default-features = false, features = ["hmac"] }
rand = { version = "0.7" }
Expand Down

0 comments on commit 35dbe2f

Please sign in to comment.