From 387c385dfaa5c1e4193b66dffb1bc38d80131bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:09:27 +0800 Subject: [PATCH] build(deps): bump rustc-hash from 2.1.1 to 2.1.2 in the dependencies group (#2339) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2346868f3..ec017c28e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7547,9 +7547,9 @@ checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" [[package]] name = "rustc-hash" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" +checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" [[package]] name = "rustc_version" diff --git a/Cargo.toml b/Cargo.toml index ad7e3eab2..d77dd4d78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -249,7 +249,7 @@ regex = { version = "1.12.3" } rumqttc = { version = "0.25.1" } rustix = { version = "1.1.4", features = ["fs"] } rust-embed = { version = "8.11.0" } -rustc-hash = { version = "2.1.1" } +rustc-hash = { version = "2.1.2" } s3s = { git = "https://github.com/rustfs/s3s", rev = "b296762bc9e7fa608f1bc44f5cd625d606e0dd31", features = ["minio"] } serial_test = "3.4.0" shadow-rs = { version = "1.7.1", default-features = false }