Skip to content

Commit 4cc65f8

Browse files
Update hashbrown requirement from 0.14.5 to 0.15.2
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](https://github.com/rust-lang/hashbrown/commits) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5818732 commit 4cc65f8

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
@@ -125,7 +125,7 @@ doc-comment = "0.3"
125125
env_logger = "0.11"
126126
futures = "0.3"
127127
half = { version = "2.2.1", default-features = false }
128-
hashbrown = { version = "0.14.5", features = ["raw"] }
128+
hashbrown = { version = "0.15.2", features = ["raw"] }
129129
indexmap = "2.0.0"
130130
itertools = "0.13"
131131
log = "^0.4"

0 commit comments

Comments
 (0)