Skip to content

Commit

Permalink
Update hashbrown requirement from 0.11.2 to 0.14.0 in /lib/vibrio
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.11.2...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] committed Jul 3, 2023
1 parent c51c59a commit e3dd36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vibrio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ slabmalloc = "0.10"
rawtime = "0.0.10"
spin = "0.9.2"
cstr_core = { version = "0.2.3", default-features = false , features = ["alloc"] }
hashbrown = { version = "0.11.2", optional = true }
hashbrown = { version = "0.14.0", optional = true }
lazy_static = { version = "1.3", features = ["spin_no_std"] }
serde_cbor = { version = "0.11", default-features = false, features = ["alloc"] }
crossbeam-utils = {version = "0.8", default-features = false}
Expand Down

0 comments on commit e3dd36e

Please sign in to comment.