Skip to content

Commit 012d0c3

Browse files
build: bump rustc-hash from 1.1.0 to 2.1.1
Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 1.1.0 to 2.1.1. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-hash/commits/v2.1.1) --- updated-dependencies: - dependency-name: rustc-hash dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0a3a41 commit 012d0c3

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ sha2 = { version = "0.10.8", default-features = false }
275275
sha3 = { version = "0.10.8", default-features = false }
276276
similar-asserts = "1.5"
277277
rand = "0.9"
278-
rustc-hash = "1.1"
278+
rustc-hash = "2.1"
279279
serde = { version = "1.0", features = ["derive", "std"] }
280280
# Arbitrary precision is needed by the `parseJson` cheatcode and preserve order is needed by `edr_solidity`.
281281
# The features are listed here instead of in the Cargo.toml of those packages to avoid surprises from feature unification.

0 commit comments

Comments
 (0)