From b93f4dc817b626c5e19fe8b7bc1465fe361a3f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:59:38 +0000 Subject: [PATCH] build(deps): bump rustc-hash from 2.0.0 to 2.1.0 Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 2.0.0 to 2.1.0. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-hash/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: rustc-hash 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 7cb469dc..e47d0868 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3722,9 +3722,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" [[package]] name = "rustfix" diff --git a/Cargo.toml b/Cargo.toml index c8975133..a5c045ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ pep-508 = "0.4.0" rayon = "1.10.0" regex = "1.11.1" reqwest = { version = "0.12.9", features = ["json"] } -rustc-hash = "2.0.0" +rustc-hash = "2.1.0" secrecy = { version = "0.10.3", features = ["serde"] } semver = "1.0.23" serde = { version = "1.0.214", features = ["derive"] }