Browse Source

chore: Update neptune dependency (#172)

- Update neptune dependency to version 10.0.0
main
François Garillot 1 year ago
committed by GitHub
parent
commit
261fd19057
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
      Cargo.toml

+ 1
- 1
Cargo.toml

@ -21,7 +21,7 @@ rand_chacha = "0.3"
itertools = "0.9.0" itertools = "0.9.0"
subtle = "2.4" subtle = "2.4"
pasta_curves = { version = "0.5", features = ["repr-c", "serde"] } pasta_curves = { version = "0.5", features = ["repr-c", "serde"] }
neptune = { version = "9.0.0", default-features = false }
neptune = { version = "10.0.0", default-features = false }
generic-array = "0.14.4" generic-array = "0.14.4"
num-bigint = { version = "0.4", features = ["serde", "rand"] } num-bigint = { version = "0.4", features = ["serde", "rand"] }
num-traits = "0.2" num-traits = "0.2"

Loading…
Cancel
Save