From 76c9eafb71c284458477dadf6b453aa1a8c59a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Thu, 25 May 2023 04:32:29 -0400 Subject: [PATCH] chore: Update neptune dependency - 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 e09991bd..c98204be 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"