diff --git a/Cargo.lock b/Cargo.lock index 5fa5eea..9bbcef1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1944,9 +1944,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 4113b7d..adbebfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ tokio = { version = "1.52", features = ["full"] } reqwest = { version = "0.13.3", default-features = false, features = ["stream", "rustls", "form", "blocking", "json"] } rustls = { version = "0.23.40", default-features = false, features = ["ring", "std"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" toml = "1.1.2" regex = "1.12.3" tracing = "0.1.44"