mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Update dependencies
Update rand to verion 0.4 Update sha2 and digest to version 0.7 Update hex to version 0.3
This commit is contained in:
parent
33be38eb51
commit
fff5deddf8
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -28,10 +28,10 @@ default-features = false
|
|||
|
||||
[dependencies.rand]
|
||||
optional = true
|
||||
version = "^0.3"
|
||||
version = "^0.4"
|
||||
|
||||
[dependencies.digest]
|
||||
version = "^0.6"
|
||||
version = "^0.7"
|
||||
|
||||
[dependencies.generic-array]
|
||||
# same version that digest depends on
|
||||
|
|
@ -42,12 +42,12 @@ version = "^1.0"
|
|||
optional = true
|
||||
|
||||
[dependencies.sha2]
|
||||
version = "^0.6"
|
||||
version = "^0.7"
|
||||
optional = true
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.2"
|
||||
sha2 = "^0.6"
|
||||
hex = "^0.3"
|
||||
sha2 = "^0.7"
|
||||
bincode = "^0.9"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Reference in a new issue