diff --git a/Cargo.lock b/Cargo.lock index 5139d537..a076816c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1516,9 +1516,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142" +checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 4d52fe56..89c4b85e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ directories-next = "2.0.0" git2 = { version = "0.13.25", default-features = false } toml = { version = "0.5.8", features = ["preserve_order"] } rust-ini = "0.17.0" -serde_json = "1.0.74" +serde_json = "1.0.75" rayon = "1.5.1" log = { version = "0.4.14", features = ["std"] } # battery is optional (on by default) because the crate doesn't currently build for Termux