diff --git a/Cargo.lock b/Cargo.lock index b4283a481c..beac8726d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -2909,9 +2909,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.129" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 081b964aea..1facf46561 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.135" 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"] }