From 7a1d729c694d6e76295ec2e0802e9eef660996db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:53:49 +0000 Subject: [PATCH] fix(deps): update rust crate rustc-hash to v2 --- Cargo.lock | 10 ++-------- libs/atoll/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aea4b656..e1ef4924 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ "num", "pathfinding", "rand", - "rustc-hash 1.1.0", + "rustc-hash", "serde", "slotmap", "substrate", @@ -1838,7 +1838,7 @@ dependencies = [ "indexmap", "integer-sqrt", "num-traits", - "rustc-hash 2.1.1", + "rustc-hash", "thiserror", ] @@ -2377,12 +2377,6 @@ version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" -[[package]] -name = "rustc-hash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - [[package]] name = "rustc-hash" version = "2.1.1" diff --git a/libs/atoll/Cargo.toml b/libs/atoll/Cargo.toml index f3246ad4..019b1538 100644 --- a/libs/atoll/Cargo.toml +++ b/libs/atoll/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.8.5" serde = { version = "1.0.192", features = ["derive"] } pathfinding = "4.8.0" indexmap = "2" -rustc-hash = "1" +rustc-hash = "2" cache = { version = "0.7.1", registry = "substrate", path = "../cache" } arcstr = { version = "1.2.0", features = ["serde"] } itertools = "0.14.0"