diff --git a/Cargo.lock b/Cargo.lock index c041b05..c094fd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1331,9 +1331,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.138" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 56c3bf1..ba36706 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.138" +serde_json = "1.0.139" tracing = "=0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } humantime = "2.1.0"