diff --git a/functional-tests/Cargo.lock b/functional-tests/Cargo.lock index 0ce73ff0a..0a4900a50 100644 --- a/functional-tests/Cargo.lock +++ b/functional-tests/Cargo.lock @@ -158,9 +158,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/functional-tests/Cargo.toml b/functional-tests/Cargo.toml index 43eaae04e..0ea48f365 100644 --- a/functional-tests/Cargo.toml +++ b/functional-tests/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Adrian Utrilla "] [dependencies] tempdir = "0.3.5" serde = "1.0" -serde_json = "1.0.128" +serde_json = "1.0.132" serde_yaml = "0.9.34" serde_derive = "1.0" lazy_static = "1.5.0"