mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
ed: bump keccak to v0.2.0-rc.0 (#823)
Also bumps `sha3` (in `dev-dependencies`) to v0.11.0-rc.3
This commit is contained in:
parent
cf1c77de6e
commit
84dc372a89
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ sha2 = { version = "0.11.0-rc.2", default-features = false }
|
|||
subtle = { version = "2.3.0", default-features = false }
|
||||
|
||||
# optional features
|
||||
keccak = { version = "0.2.0-pre.0", default-features = false, optional = true }
|
||||
keccak = { version = "0.2.0-rc.0", default-features = false, optional = true }
|
||||
rand_core = { version = "0.9", default-features = false, optional = true }
|
||||
serde = { version = "1.0", default-features = false, optional = true }
|
||||
zeroize = { version = "1.5", default-features = false, optional = true }
|
||||
|
|
@ -51,7 +51,7 @@ x25519-dalek = { version = "=3.0.0-pre.0", default-features = false, features =
|
|||
"static_secrets",
|
||||
] }
|
||||
blake2 = "0.11.0-rc.2"
|
||||
sha3 = "0.11.0-rc.2"
|
||||
sha3 = "0.11.0-rc.3"
|
||||
hex = "0.4"
|
||||
bincode = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue