mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump hashbrown from 0.12.1 to 0.12.2 (#916)
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.12.2) --- 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:
parent
ff204907ae
commit
ecbb7bed70
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1724,9 +1724,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hashbrown"
|
name = "hashbrown"
|
||||||
version = "0.12.1"
|
version = "0.12.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
|
checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -1932,7 +1932,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"hashbrown 0.12.1",
|
"hashbrown 0.12.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2012,7 +2012,7 @@ dependencies = [
|
||||||
"filetime",
|
"filetime",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hashbrown 0.12.1",
|
"hashbrown 0.12.2",
|
||||||
"idlset",
|
"idlset",
|
||||||
"kanidm_proto",
|
"kanidm_proto",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|
|
@ -27,7 +27,7 @@ fernet = { version = "^0.1.4", features = ["fernet_danger_timestamps"] }
|
||||||
filetime = "^0.2.17"
|
filetime = "^0.2.17"
|
||||||
futures = "^0.3.21"
|
futures = "^0.3.21"
|
||||||
futures-util = "^0.3.21"
|
futures-util = "^0.3.21"
|
||||||
hashbrown = { version = "0.12.0", features = ["serde", "inline-more", "ahash"] }
|
hashbrown = { version = "0.12.2", features = ["serde", "inline-more", "ahash"] }
|
||||||
idlset = { version = "^0.2.4" }
|
idlset = { version = "^0.2.4" }
|
||||||
kanidm_proto = { path = "../../kanidm_proto" }
|
kanidm_proto = { path = "../../kanidm_proto" }
|
||||||
lazy_static = "^1.4.0"
|
lazy_static = "^1.4.0"
|
||||||
|
|
Loading…
Reference in a new issue