diff --git a/functional-tests/Cargo.lock b/functional-tests/Cargo.lock index 3ce3999a4..871709c21 100644 --- a/functional-tests/Cargo.lock +++ b/functional-tests/Cargo.lock @@ -171,9 +171,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", diff --git a/functional-tests/Cargo.toml b/functional-tests/Cargo.toml index fea28bb3c..2a22b0e64 100644 --- a/functional-tests/Cargo.toml +++ b/functional-tests/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Adrian Utrilla "] [dependencies] tempfile = "3.20.0" serde = "1.0" -serde_json = "1.0.140" +serde_json = "1.0.142" serde_yaml = "0.9.34" serde_derive = "1.0" lazy_static = "1.5.0"