Skip to content

Commit d5952af

Browse files
chore(deps): update hashbrown requirement from 0.16 to 0.17
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.16.0...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6068b25 commit d5952af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ std = [
4242
]
4343

4444
[dependencies]
45-
hashbrown = "0.16"
45+
hashbrown = "0.17"
4646

4747
# optional
4848
bigdecimal = { version = "0.4", optional = true, default-features = false }

0 commit comments

Comments
 (0)