From 3ac4cfd3f3bf3f81f73a29eb7555022b8cc78a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 20:03:28 +0000 Subject: [PATCH] Update hashbrown requirement from 0.12.1 to 0.13.2 Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.13.2) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 506fa46..931927d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ ron = { version = "0.7.1", optional = true } groestl = { version = "0.10.1", optional = true } openssl = { version = "0.10.40", optional = true } tiny-keccak = { version = "2.0.2", optional = true, features = ["sha3", "keccak"] } -hashbrown = { version = "0.12.1", optional = true } +hashbrown = { version = "0.13.2", optional = true } rocksdb = { version = "0.18.0", optional = true } seahash = { version = "4.1.0", optional = true } fxhash = { version = "0.2.1", optional = true }