From b14ecb0eb686364c5b24b80bc73784da94660926 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 5 Mar 2025 10:05:03 -0800 Subject: [PATCH] Upgrade to `rustc-stable-hash v0.1.2` --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed2b9628fa7..525a3e8e5a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3398,9 +3398,9 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustc-stable-hash" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2febf9acc5ee5e99d1ad0afcdbccc02d87aa3f857a1f01f825b80eacf8edfcd1" +checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08" [[package]] name = "rustfix" diff --git a/Cargo.toml b/Cargo.toml index 5f2925e972b..a105e28a0ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ rand = "0.9.0" regex = "1.11.1" rusqlite = { version = "0.33.0", features = ["bundled"] } rustc-hash = "2.1.1" -rustc-stable-hash = "0.1.1" +rustc-stable-hash = "0.1.2" rustfix = { version = "0.9.0", path = "crates/rustfix" } same-file = "1.0.6" schemars = "1.0.0-alpha.17"