mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
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:
parent
6513fae5e2
commit
1baed7f0bc
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue