Skip to content

Commit

Permalink
build(deps): Bump rustc-hash from 1.1.0 to 2.0.0
Browse files Browse the repository at this point in the history
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/v2.0.0)

---
updated-dependencies:
- dependency-name: rustc-hash
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and langston-barrett committed Oct 1, 2024
1 parent 8866009 commit a886ec6
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 @@ -41,7 +41,7 @@ either = "1"
# TODO: https://github.com/cdisselkoen/llvm-ir/pull/34
llvm-ir = { version = "0.9", features = ["llvm-14"] }
regex = "1"
rustc-hash = "1"
rustc-hash = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
Expand Down

0 comments on commit a886ec6

Please sign in to comment.