From f4ce2316962c2644735da839b3b585f6e0dd88a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:07:26 +0000 Subject: [PATCH] Update hashbrown requirement from 0.12.1 to 0.13.1 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.1) --- 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..45f550e 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.1", optional = true } rocksdb = { version = "0.18.0", optional = true } seahash = { version = "4.1.0", optional = true } fxhash = { version = "0.2.1", optional = true }