diff --git a/Cargo.lock b/Cargo.lock index ef9fef98f3..3fa234ff43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2650,9 +2650,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 22e9902609..b8f2c7d738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.36", features = ["full"] } reqwest = { version = "0.11.24", default-features = false, features = ["json", "rustls-tls"] } thiserror = "1.0.57" serde_yaml = "0.9.31" -serde_json = "1.0.111" +serde_json = "1.0.114" chrono = { version = "0.4.33", features = ["clock", "serde"], default-features = false } futures = "0.3.30" sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono"] }