diff --git a/Cargo.lock b/Cargo.lock index 1c46d9a..8cf9d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,9 +1108,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 81f314d..18f9dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ lambda-extension = "0.11.0" tokio = { version = "1.0", features = ["full"] } tracing-subscriber = "0.3.18" tracing = "0.1.40" -serde_json = "1.0.132" +serde_json = "1.0.134" reqwest = { version = "0.12.9", features = ["json", "rustls-tls"], default-features = false } uuid = { version = "1.11.0", features = ["v4"] } chrono = "0.4.38"