diff --git a/Cargo.lock b/Cargo.lock index 543e0af..cd3c5d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,9 +187,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 41efefd..650e550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bstr = "1.9.1" memchr = "2.7.2" pico-args = { version = "0.5.0", features = ["short-space-opt", "combined-flags", "eq-separator"] } regex = { version = "1.10", default-features = false, features = ["std", "unicode-bool", "unicode-perl", "unicode-gencat"], optional = true } -serde_json = "1.0.117" +serde_json = "1.0.119" [features] default = ["regex", "fast-lane"]