diff --git a/Cargo.lock b/Cargo.lock index e3a1bb3f..f1e4d383 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1767,9 +1767,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944" +checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index cff9bad8..ca46148b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ regex = "1.5.5" rust-ini = "0.18.0" semver = "1.0.9" serde = { version = "1.0.137", features = ["derive"] } -serde_json = "1.0.80" +serde_json = "1.0.81" sha-1 = "0.10.0" shadow-rs = "0.11.0" # battery is optional (on by default) because the crate doesn't currently build for Termux