diff --git a/Cargo.lock b/Cargo.lock index 542ebf6..73a7ec3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3629,9 +3629,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 58f1b8c..8078813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ native-dialog = { version = "0.7.0", features = ["windows_dpi_awareness", "windo notify = "6.1.1" rand = "0.8.5" reqwest-eventsource = "0.5.0" -serde_json = "1.0.114" +serde_json = "1.0.115" tar = "0.4.40" thiserror = "1.0" time = { version = "0.3.34", features = ["local-offset"] }