diff --git a/Cargo.lock b/Cargo.lock index b4283a481c..fb2a951e3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2909,9 +2909,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.129" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 081b964aea..93b3f8c879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1.38", features = ["full"] } reqwest = { version = "0.11.27", default-features = false, features = ["json", "rustls-tls"] } thiserror = "1.0.64" serde_yaml = "0.9.33" -serde_json = "1.0.129" +serde_json = "1.0.132" chrono = { version = "0.4.38", features = ["clock", "serde"], default-features = false } futures = "0.3.30" sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono"] }