diff --git a/Cargo.lock b/Cargo.lock index 8ec4fb5bb..b6fb693f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1614,9 +1614,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" +checksum = "28c5e91e4240b46c4c19219d6cc84784444326131a4210f496f948d5cc827a29" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 4cad3915e..1982d365d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ directories-next = "2.0.0" git2 = { version = "0.13.20", default-features = false } toml = { version = "0.5.8", features = ["preserve_order"] } rust-ini = "0.17.0" -serde_json = "1.0.64" +serde_json = "1.0.65" 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