From 0b15f91f9bac89b65ec1c67fbdf3137c76a7b5b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 03:36:13 +0000 Subject: [PATCH] fix(deps): update rust crate rustc-hash to v2 --- agb-hashmap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb-hashmap/Cargo.toml b/agb-hashmap/Cargo.toml index 4cee56ed1..d3546e9fe 100644 --- a/agb-hashmap/Cargo.toml +++ b/agb-hashmap/Cargo.toml @@ -13,7 +13,7 @@ allocator_api = [] serde = ["dep:serde"] [dependencies] -rustc-hash = { version = "1", default-features = false } +rustc-hash = { version = "2", default-features = false } serde = { version = "1", default-features = false, optional = true } [dev-dependencies]