Skip to content

Commit

Permalink
build(deps): update rustc-hash requirement from 1.1.0 to 2.0.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 0b2b50d commit 33a92aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustsat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 33a92aa

Please sign in to comment.