From 261fd190574bb782165ebcf0e10c3e88fe5725ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= <4142+huitseeker@users.noreply.github.com> Date: Fri, 26 May 2023 22:43:56 +0200 Subject: [PATCH] chore: Update neptune dependency (#172) - Update neptune dependency to version 10.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e09991b..c98204b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"