Skip to content

Commit

Permalink
chore: Update neptune dependency (#172)
Browse files Browse the repository at this point in the history
- Update neptune dependency to version 10.0.0
  • Loading branch information
huitseeker authored May 26, 2023
1 parent 54f758e commit 261fd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rand_chacha = "0.3"
itertools = "0.9.0"
subtle = "2.4"
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"
num-bigint = { version = "0.4", features = ["serde", "rand"] }
num-traits = "0.2"
Expand Down

0 comments on commit 261fd19

Please sign in to comment.