From e845e90d60acab2eed8eb6cd9d7ea46445c094e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:07:43 +0000 Subject: [PATCH] Update hashbrown requirement from 0.12.0 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.0...v0.13.2) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dyn-cache/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyn-cache/Cargo.toml b/dyn-cache/Cargo.toml index a5bbb2b7..d10a4e05 100644 --- a/dyn-cache/Cargo.toml +++ b/dyn-cache/Cargo.toml @@ -20,7 +20,7 @@ wasm-bindgen = [ "parking_lot/wasm-bindgen" ] [dependencies] downcast-rs = "1.1.1" hash_hasher = "2.0.3" -hashbrown = "0.12.0" +hashbrown = "0.13.2" illicit = { path = "../illicit", version = "1.1.2"} parking_lot = "0.11.0" paste = "1.0.0"