From 6a105f5c473ddbcd88d95efc27443cc9ed6c35f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:47:08 +0000 Subject: [PATCH] build(deps): Bump hashbrown from 0.14.5 to 0.15.0 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.5 to 0.15.0. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ed94e3ca6..2023c4ca86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -567,9 +567,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.5" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" [[package]] name = "heapless" diff --git a/Cargo.toml b/Cargo.toml index 4f43cde124..685ecb42f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ dyn-clone = "1.0" fdt = { version = "0.1", features = ["pretty-printing"] } free-list = "0.3" fuse-abi = { version = "0.1", features = ["zerocopy"], optional = true } -hashbrown = { version = "0.14", default-features = false } +hashbrown = { version = "0.15", default-features = false } hermit-entry = { version = "0.10", features = ["kernel"] } hermit-sync = "0.1" lock_api = "0.4"