diff --git a/Cargo.lock b/Cargo.lock index 3ed717dd..70005546 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,9 +1619,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" +checksum = "e277c495ac6cd1a01a58d0a0c574568b4d1ddf14f59965c6a58b8d96400b54f3" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 4df815c7..3c08afaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ directories-next = "2.0.0" git2 = { version = "0.13.23", default-features = false } toml = { version = "0.5.8", features = ["preserve_order"] } rust-ini = "0.17.0" -serde_json = "1.0.69" +serde_json = "1.0.70" 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