Skip to content

Commit

Permalink
Update hashbrown requirement from =0.13.1 to =0.14.3
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.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 24, 2023
1 parent 15d1e36 commit a9609b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ radix_trie = { version = "0.2", default-features = false, optional = true }
ordered-float = { version = "4.2", default-features = false, optional = true }
num_cpus = { version = "1", default-features = false, optional = true }
ahash = { version = "0.8", default-features = false, optional = true }
hashbrown = { version = "=0.13.1", default-features = false, optional = true, features = ["ahash"] }
hashbrown = { version = "=0.14.3", default-features = false, optional = true, features = ["ahash"] }

[dev-dependencies]
approx = "0.5"
Expand Down

0 comments on commit a9609b6

Please sign in to comment.