Merge branch 'master' into conditional-style

This commit is contained in:
Filip Bachul 2022-11-19 20:08:39 +01:00
commit 0cca473e62
2 changed files with 8 additions and 9 deletions

13
Cargo.lock generated
View File

@ -2366,11 +2366,10 @@ dependencies = [
[[package]]
name = "rayon"
version = "1.5.3"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
@ -2378,9 +2377,9 @@ dependencies = [
[[package]]
name = "rayon-core"
version = "1.9.3"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
checksum = "7ebf1bc4b691de61bd5a8ba170bfd6a1d363ff3cb595a51798d107aab25d2466"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
@ -2573,9 +2572,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.87"
version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7"
dependencies = [
"itoa",
"ryu",

View File

@ -67,12 +67,12 @@ pest = "2.4.1"
pest_derive = "2.4.1"
quick-xml = "0.26.0"
rand = "0.8.5"
rayon = "1.5.3"
rayon = "1.6.0"
regex = "1.7.0"
rust-ini = "0.18.0"
semver = "1.0.14"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
serde_json = "1.0.88"
sha-1 = "0.10.0"
shadow-rs = { version = "0.17.1", default-features = false }
# battery is optional (on by default) because the crate doesn't currently build for Termux