Skip to content

Commit

Permalink
Merge pull request #228 from Anders429/dependabot/cargo/dev/hashbrown…
Browse files Browse the repository at this point in the history
…-0.14.0

Update hashbrown requirement from 0.13.1 to 0.14.0
  • Loading branch information
Anders429 authored Jun 7, 2023
2 parents 31c3f80 + cce9f41 commit 709a6df
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 709a6df

Please sign in to comment.