mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
Bump rayon from 1.5.2 to 1.5.3
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7d7656ec24
commit
31234cfddb
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2968,9 +2968,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rayon"
|
name = "rayon"
|
||||||
version = "1.5.2"
|
version = "1.5.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"crossbeam-deque",
|
"crossbeam-deque",
|
||||||
|
|
|
@ -39,7 +39,7 @@ libc = "^0.2.125"
|
||||||
serde = { version = "^1.0.137", features = ["derive"] }
|
serde = { version = "^1.0.137", features = ["derive"] }
|
||||||
serde_json = "^1.0.80"
|
serde_json = "^1.0.80"
|
||||||
shellexpand = "^2.1.0"
|
shellexpand = "^2.1.0"
|
||||||
rayon = "^1.5.2"
|
rayon = "^1.5.3"
|
||||||
time = { version = "=0.2.27", features = ["serde", "std"] }
|
time = { version = "=0.2.27", features = ["serde", "std"] }
|
||||||
qrcode = { version = "^0.12.0", default-features = false }
|
qrcode = { version = "^0.12.0", default-features = false }
|
||||||
compact_jwt = "^0.2.1"
|
compact_jwt = "^0.2.1"
|
||||||
|
|
Loading…
Reference in a new issue