From df8395771231be4d3bf6fba80e8fd9658c634c2c Mon Sep 17 00:00:00 2001 From: Jacob Finkelman Date: Wed, 3 Jul 2024 16:25:14 -0400 Subject: [PATCH] Rustc hash 2.0.0 (#237) * build(deps): bump rustc-hash from 1.1.0 to 2.0.0 Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 1.1.0 to 2.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * dont care witch rustc-hash --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bd7ac31..0d6276fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,7 +575,7 @@ dependencies = [ "priority-queue", "proptest", "ron", - "rustc-hash", + "rustc-hash 2.0.0", "serde", "thiserror", "varisat", @@ -703,6 +703,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" + [[package]] name = "rustix" version = "0.38.32" @@ -892,7 +898,7 @@ dependencies = [ "log", "ordered-float", "partial_ref", - "rustc-hash", + "rustc-hash 1.1.0", "serde", "thiserror", "varisat-checker", @@ -912,7 +918,7 @@ dependencies = [ "anyhow", "log", "partial_ref", - "rustc-hash", + "rustc-hash 1.1.0", "smallvec", "thiserror", "varisat-dimacs", diff --git a/Cargo.toml b/Cargo.toml index 6b0eaabc..e63c3d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/**", "tests/**", "examples indexmap = "2.2.6" priority-queue = "2.0.3" thiserror = "1.0" -rustc-hash = "1.1.0" +rustc-hash = ">=1.0.0, <3.0.0" serde = { version = "1.0", features = ["derive"], optional = true } log = "0.4.22" # for debug logs in tests