diff --git a/functional-tests/Cargo.lock b/functional-tests/Cargo.lock index 33d5e0480a..1ad85a34e2 100644 --- a/functional-tests/Cargo.lock +++ b/functional-tests/Cargo.lock @@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/functional-tests/Cargo.toml b/functional-tests/Cargo.toml index 9c0a97ec3e..3d86cc6db9 100644 --- a/functional-tests/Cargo.toml +++ b/functional-tests/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Adrian Utrilla "] [dependencies] tempfile = "3.27.0" serde = "1.0" -serde_json = "1.0.149" +serde_json = "1.0.150" serde_yaml = "0.9.34" serde_derive = "1.0" lazy_static = "1.5.0"