Skip to content

Commit d8538db

Browse files
Update hashbrown requirement from 0.14.5 to 0.15.1
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.5...v0.15.1) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5309d83 commit d8538db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ doc-comment = "0.3"
124124
env_logger = "0.11"
125125
futures = "0.3"
126126
half = { version = "2.2.1", default-features = false }
127-
hashbrown = { version = "0.14.5", features = ["raw"] }
127+
hashbrown = { version = "0.15.1", features = ["raw"] }
128128
indexmap = "2.0.0"
129129
itertools = "0.13"
130130
log = "^0.4"

0 commit comments

Comments
 (0)