chore(deps): bump hashbrown from 0.13.2 to 0.14.0 (#1748)

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.13.2 to 0.14.0.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.13.2...v0.14.0)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-18 21:00:10 +00:00 committed by GitHub
parent 6513fae5e2
commit 1baed7f0bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 12 deletions

13
Cargo.lock generated
View file

@ -2003,16 +2003,6 @@ dependencies = [
"ahash 0.7.6", "ahash 0.7.6",
] ]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.3",
"serde",
]
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.14.0" version = "0.14.0"
@ -2021,6 +2011,7 @@ checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
dependencies = [ dependencies = [
"ahash 0.8.3", "ahash 0.8.3",
"allocator-api2", "allocator-api2",
"serde",
] ]
[[package]] [[package]]
@ -2614,7 +2605,7 @@ dependencies = [
"filetime", "filetime",
"futures", "futures",
"futures-util", "futures-util",
"hashbrown 0.13.2", "hashbrown 0.14.0",
"idlset", "idlset",
"kanidm_lib_crypto", "kanidm_lib_crypto",
"kanidm_proto", "kanidm_proto",

View file

@ -68,7 +68,7 @@ futures-concurrency = "^3.1.0"
futures-util = { version = "^0.3.21", features = ["sink"] } futures-util = { version = "^0.3.21", features = ["sink"] }
gloo = "^0.8.0" gloo = "^0.8.0"
gloo-net = "0.2.6" gloo-net = "0.2.6"
hashbrown = { version = "0.13.2", features = ["serde", "inline-more", "ahash"] } hashbrown = { version = "0.14.0", features = ["serde", "inline-more", "ahash"] }
hex = "^0.4.3" hex = "^0.4.3"
http-types = "^2.12.0" http-types = "^2.12.0"
idlset = "^0.2.4" idlset = "^0.2.4"