build(deps): update hashbrown requirement from 0.13 to 0.14

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](https://github.com/rust-lang/hashbrown/compare/v0.13.1...v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/626/head
dependabot[bot] 1 year ago committed by GitHub
parent 9cdae81265
commit f5f8083441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ edition = "2021"
bytes = "1"
log = "0.4"
object = { version = "0.31", default-features = false, features = ["read_core", "elf"] }
hashbrown = { version = "0.13" }
hashbrown = { version = "0.14" }
thiserror = { version = "1", default-features = false }
core-error = { version = "0.0.0" }

Loading…
Cancel
Save