Skip to content

Commit

Permalink
Update digest requirement from 0.9 to 0.10
Browse files Browse the repository at this point in the history
Updates the requirements on [digest](https://github.com/RustCrypto/traits) to permit the latest version.
- [Commits](RustCrypto/traits@digest-v0.9.0...digest-v0.10.7)

---
updated-dependencies:
- dependency-name: digest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent c2c9e80 commit c605fd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ark-bw6-761 = "0.4"
ark-relations = "0.4"
ark-r1cs-std = "0.4"

digest = "0.9"
digest = "0.10"
blake2 = "0.9"
csv = "1"

Expand Down
2 changes: 1 addition & 1 deletion ip_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ark-poly = "0.4"
ark-serialize = { version = "0.4", features = [ "derive" ] }
ark-std = "0.4"
ark-groth16 = "0.4"
digest = "0.9"
digest = "0.10"
num-traits = "0.2"
itertools = "0.12"
rayon = { version = "1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sipp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ark-std = "0.4"
rayon = "1"
rand_core = "0.6"
rand_chacha = "0.3"
digest = "0.9"
digest = "0.10"

[dev-dependencies]
blake2 = "0.9"
Expand Down

0 comments on commit c605fd9

Please sign in to comment.