diff --git a/Cargo.lock b/Cargo.lock index b68bcb03..c76c25df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2594,9 +2594,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" +checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 329b914c..89cf6325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ regex = "1.7.0" rust-ini = "0.18.0" semver = "1.0.16" serde = { version = "1.0.151", features = ["derive"] } -serde_json = "1.0.89" +serde_json = "1.0.91" sha1 = "0.10.5" shadow-rs = { version = "0.19.0", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux