chore(deps): bump hashbrown from 0.14.0 to 0.14.1 (#2169)

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

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

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-10-01 21:19:43 +00:00 committed by GitHub
parent d55a538ef6
commit a0e8a026f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View file

@ -1958,7 +1958,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16"
dependencies = [
"gix-hash",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
"parking_lot 0.12.1",
]
@ -2433,9 +2433,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
dependencies = [
"ahash 0.8.3",
"allocator-api2",
@ -2448,7 +2448,7 @@ version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f"
dependencies = [
"hashbrown 0.14.0",
"hashbrown 0.14.1",
]
[[package]]
@ -2698,7 +2698,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
"serde",
]
@ -2946,7 +2946,7 @@ dependencies = [
"clap_complete",
"csv",
"futures",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
"kanidm_build_profiles",
"kanidm_client",
"kanidm_lib_crypto",
@ -3043,7 +3043,7 @@ dependencies = [
"fernet",
"filetime",
"futures",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
"idlset",
"kanidm_build_profiles",
"kanidm_lib_crypto",
@ -3787,7 +3787,7 @@ dependencies = [
"csv",
"dialoguer",
"futures-util",
"hashbrown 0.14.0",
"hashbrown 0.14.1",
"kanidm_build_profiles",
"kanidm_client",
"kanidm_proto",

View file

@ -123,7 +123,7 @@ futures-concurrency = "^3.1.0"
futures-util = { version = "^0.3.21", features = ["sink"] }
gix = { version = "0.53.1", default-features = false }
gloo = "^0.8.1"
hashbrown = { version = "0.14.0", features = ["serde", "inline-more", "ahash"] }
hashbrown = { version = "0.14.1", features = ["serde", "inline-more", "ahash"] }
hex = "^0.4.3"
hyper = { version = "0.14.27", features = ["full"] }
hyper-tls = "0.5.0"