diff --git a/Cargo.lock b/Cargo.lock index 03bb774..fc0ac29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,9 +82,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 76227bd..3b1e98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ keywords = ["macro", "query", "extract", "json", "serde"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] -serde_json = "1.0.68" +serde_json = "1.0.119" serde_yaml = "0.9.34" toml = "0.8.12"