diff --git a/Cargo.lock b/Cargo.lock index c27d2cd4b..b1503daaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2663,9 +2663,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.109" +version = "1.0.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" +checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 159981748..4fbe62580 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ regex = { version = "1.10.2", default-features = false, features = ["perf", "std rust-ini = "0.20.0" semver = "1.0.21" serde = { version = "1.0.194", features = ["derive"] } -serde_json = "1.0.109" +serde_json = "1.0.110" sha1 = "0.10.6" shadow-rs = { version = "0.26.0", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux