diff --git a/Cargo.lock b/Cargo.lock index 1472b88c..cb8f7e5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3279,9 +3279,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8bf11f9f..cbba2ed9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ serde = "1.0.217" serde_derive = "1.0.189" sysinfo = {version = "0.33.1", features = ["serde"]} fs_extra = "1.3.0" -serde_json = "1.0.135" +serde_json = "1.0.137" dotenv = "0.15.0" thiserror = { version = "2.0.11", features = ["std"] } sha1 = "0.10.6"