Skip to content

Commit 01ad9d8

Browse files
build(deps): update hashbrown requirement from 0.9 to 0.11
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.9.0...v0.11.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ab61a1 commit 01ad9d8

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
@@ -27,7 +27,7 @@ num-complex = { version = "0.4", optional = true }
2727
paste = { version = "0.1.18", optional = true }
2828
pyo3-macros = { path = "pyo3-macros", version = "=0.13.2", optional = true }
2929
unindent = { version = "0.1.4", optional = true }
30-
hashbrown = { version = "0.9", optional = true }
30+
hashbrown = { version = "0.11", optional = true }
3131
serde = {version = "1.0", optional = true}
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)