Skip to content

Commit

Permalink
Rustc hash 2.0.0 (pubgrub-rs#237)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* dont care witch rustc-hash

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Eh2406 and dependabot[bot] authored Jul 3, 2024
1 parent 397eec2 commit df83957
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit df83957

Please sign in to comment.