Skip to content

Commit

Permalink
Update hashbrown requirement from 0.11.0 to 0.12.0 (#288)
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.
- [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.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 26, 2022
1 parent c2b9ed2 commit 4f71b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dyn-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wasm-bindgen = [ "parking_lot/wasm-bindgen" ]
[dependencies]
downcast-rs = "1.1.1"
hash_hasher = "2.0.3"
hashbrown = "0.11.0"
hashbrown = "0.12.0"
illicit = { path = "../illicit", version = "1.1.2"}
parking_lot = "0.11.0"
paste = "1.0.0"
Expand Down

0 comments on commit 4f71b6f

Please sign in to comment.