diff --git a/Cargo.lock b/Cargo.lock index 0da884d..86438b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1325,9 +1325,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 27f0c80..124cd41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tera = "1.20.0" estimated_read_time = "1.0.0" regex = "1.11.1" serde_regex = "1.1.0" -serde_json = "1.0.132" +serde_json = "1.0.133" tracing = "=0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } humantime = "2.1.0"