From c006655c82f3e9c4ec5c5f1fe026db72ae198716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:17:20 +0000 Subject: [PATCH] Update hashbrown requirement from 0.14.3 to 0.15.0 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.3...v0.15.0) --- 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 7cdce08..99b491e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,5 +33,5 @@ prohibit-unsafe = [] utf16 = [] [dependencies] -hashbrown = "0.14.3" +hashbrown = "0.15.0" memchr = { version = "2.4.0", default-features = false }