Skip to content

Commit

Permalink
Update hashbrown requirement from 0.13.1 to 0.14.0
Browse files Browse the repository at this point in the history
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.13.1...v0.14.0)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2023
1 parent 31c3f80 commit cce9f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "doc_cfg"]
[dependencies]
either = {version = "1.8.0", default-features = false}
fnv = {version = "1.0.7", default-features = false}
hashbrown = {version = "0.13.1", default-features = false, features = ["inline-more", "raw"]}
hashbrown = {version = "0.14.0", default-features = false, features = ["inline-more", "raw"]}
rayon = {version = "1.6.0", optional = true}
serde = {version = "1.0.148", default-features = false, features = ["alloc"], optional = true}

Expand Down

0 comments on commit cce9f41

Please sign in to comment.