diff --git a/Cargo.lock b/Cargo.lock index 9f6fd61..130d323 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,9 +1278,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index da81f9a..e1462b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ once_cell = "1.21.0" rand = "0.8.5" reqwest = "0.12.14" serde = "1.0.219" -serde_json = "1.0.140" +serde_json = "1.0.141" thiserror = "2.0.12" tokio = "1.44.0" tracing = "0.1.41"