Skip to content

Commit c92a10a

Browse files
build(deps): bump rustc-hash from 2.1.0 to 2.1.1 (#327)
Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 2.1.0 to 2.1.1. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](rust-lang/rustc-hash@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43495ee commit c92a10a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -27,7 +27,7 @@ indexmap = "2.7.0"
2727
# for debug logs in tests
2828
log = "0.4.26"
2929
priority-queue = "2.1.1"
30-
rustc-hash = "^2.0.0"
30+
rustc-hash = "^2.1.1"
3131
serde = { version = "1.0", features = ["derive"], optional = true }
3232
thiserror = "2.0"
3333
version-ranges = { version = "0.1.0", path = "version-ranges" }

0 commit comments

Comments
 (0)