Browse Source

Merge pull request #132 from EspressoSystems/dependabot/cargo/itertools-0.11.0

Update itertools requirement from 0.10.4 to 0.11.0
main
Mat R 10 months ago
committed by GitHub
parent
commit
c468fcd34a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      subroutines/Cargo.toml

+ 1
- 1
subroutines/Cargo.toml

@ -14,7 +14,7 @@ ark-serialize = { version = "^0.4.0", default-features = false }
ark-std = { version = "^0.4.0", default-features = false }
derivative = { version = "2", features = ["use_core"] }
displaydoc = { version = "0.2.3", default-features = false }
itertools = { version = "0.10.4", optional = true }
itertools = { version = "0.11.0", optional = true }
rand_chacha = { version = "0.3.0", default-features = false }
rayon = { version = "1.5.2", default-features = false, optional = true }
transcript = { path = "../transcript" }

Loading…
Cancel
Save