Skip to content

Commit e107556

Browse files
Update hashbrown requirement from 0.14 to 0.15 (#859)
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.14.0...v0.14.5) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4524468 commit e107556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ arrayvec = { version = "0.7", default-features = false }
5656
criterion = "0.5.0"
5757
educe = "0.6.0"
5858
digest = { version = "0.10", default-features = false }
59-
hashbrown = { version = "0.14", default-features = false, features = ["inline-more", "allocator-api2"] }
59+
hashbrown = { version = "0.15", default-features = false, features = ["inline-more", "allocator-api2"] }
6060
hex = "0.4"
6161
itertools = { version = "0.13", default-features = false }
6262
libtest-mimic = "0.8.1"

0 commit comments

Comments
 (0)