From 33a92aac1f2e217078f7073d1e4e2217b70002f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:46:44 +0000 Subject: [PATCH] build(deps): update rustc-hash requirement from 1.1.0 to 2.0.0 Updates the requirements on [rustc-hash](https://github.com/rust-lang/rustc-hash) to permit the latest version. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-hash/commits) --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rustsat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustsat/Cargo.toml b/rustsat/Cargo.toml index d9c82ff5..dd192040 100644 --- a/rustsat/Cargo.toml +++ b/rustsat/Cargo.toml @@ -19,7 +19,7 @@ flate2 = { version = "1.0.25", optional = true, features = [ "zlib-ng", ], default-features = false } xz2 = { version = "0.1.7", optional = true } -rustc-hash = { version = "1.1.0", optional = true } +rustc-hash = { version = "2.0.0", optional = true } cpu-time = "1.0.0" rand = { version = "0.8.5", optional = true } visibility = { version = "0.1.0" }