From 5e955bc130edefcd211ab6cf39eaccd94c887f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Mej=C3=ADas=20Gil?= Date: Mon, 30 Oct 2023 16:37:54 +0100 Subject: [PATCH] fixed hashbrown version --- poly-commit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poly-commit/Cargo.toml b/poly-commit/Cargo.toml index b5cf2d9c..ae7b8fa9 100644 --- a/poly-commit/Cargo.toml +++ b/poly-commit/Cargo.toml @@ -18,7 +18,7 @@ ark-std = { version = "^0.4.0", default-features = false } ark-relations = { version = "^0.4.0", default-features = false, optional = true } ark-r1cs-std = { version = "^0.4.0", default-features = false, optional = true } -hashbrown = { version = "0.13", default-features = false, optional = true } +hashbrown = { version = "0.14", default-features = false, optional = true } digest = "0.10" derivative = { version = "2", features = [ "use_core" ] }