From d241e9b17f48989831534975eb8e43adc8ec71d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 05:35:45 +0400 Subject: [PATCH] Update hashbrown requirement from 0.14.0 to 0.15.0 (#80) Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71e2a89..4e663f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ ark-ff = { version = "0.4.0", default-features = false } ark-serialize = { version = "0.4.0", default-features = false, features = ["derive"] } ark-std = { version = "0.4.0", default-features = false } ark-poly = { version = "0.4.0", default-features = false } -hashbrown = { version = "0.14.0" } +hashbrown = { version = "0.15.0" } blake2 = { version = "0.10", default-features = false } rayon = { version = "1", optional = true }