diff --git a/functional-tests/Cargo.lock b/functional-tests/Cargo.lock index 196d6d604..7005b60e1 100644 --- a/functional-tests/Cargo.lock +++ b/functional-tests/Cargo.lock @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/functional-tests/Cargo.toml b/functional-tests/Cargo.toml index 8f121a84e..4af3b9107 100644 --- a/functional-tests/Cargo.toml +++ b/functional-tests/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Adrian Utrilla "] [dependencies] tempfile = "3.15.0" serde = "1.0" -serde_json = "1.0.135" +serde_json = "1.0.137" serde_yaml = "0.9.34" serde_derive = "1.0" lazy_static = "1.5.0"