diff --git a/Cargo.lock b/Cargo.lock index e59401d5..30b52beb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1516,9 +1516,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.75" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79" +checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index d955dd05..050bd1fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ regex = "1.5.4" rust-ini = "0.17.0" semver = "1.0.4" serde = { version = "1.0.135", features = ["derive"] } -serde_json = "1.0.75" +serde_json = "1.0.78" sha-1 = "0.10.0" shadow-rs = "0.8.1" # battery is optional (on by default) because the crate doesn't currently build for Termux