From 4f71b6f28340b2db263f07d0883394fa0b233de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 14:43:42 -0800 Subject: [PATCH] Update hashbrown requirement from 0.11.0 to 0.12.0 (#288) 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.11.0...v0.12.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> --- 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 8c0ccc20..a5bbb2b7 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.11.0" +hashbrown = "0.12.0" illicit = { path = "../illicit", version = "1.1.2"} parking_lot = "0.11.0" paste = "1.0.0"