diff --git a/Cargo.lock b/Cargo.lock index 4982ad3..9e4fe55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1325,9 +1325,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 2eae8cd..3be1f85 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.137" +serde_json = "1.0.138" tracing = "=0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } humantime = "2.1.0"