Skip to content

Commit a342de6

Browse files
Update hashbrown requirement from 0.14.5 to 0.15.4
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.14.5...v0.15.4) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0925c8 commit a342de6

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
@@ -107,7 +107,7 @@ doc-comment = "0.3"
107107
env_logger = "0.11"
108108
futures = "0.3"
109109
half = { version = "2.2.1", default-features = false }
110-
hashbrown = { version = "0.14.5", features = ["raw"] }
110+
hashbrown = { version = "0.15.4", features = ["raw"] }
111111
indexmap = "2.0.0"
112112
itertools = "0.12"
113113
log = "^0.4"

0 commit comments

Comments
 (0)