diff --git a/functional-tests/Cargo.lock b/functional-tests/Cargo.lock index a5225cd21..3ce3999a4 100644 --- a/functional-tests/Cargo.lock +++ b/functional-tests/Cargo.lock @@ -207,9 +207,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.1" +version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" +checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ "fastrand", "getrandom", diff --git a/functional-tests/Cargo.toml b/functional-tests/Cargo.toml index 4f2d667a6..fea28bb3c 100644 --- a/functional-tests/Cargo.toml +++ b/functional-tests/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Adrian Utrilla "] [dependencies] -tempfile = "3.19.1" +tempfile = "3.20.0" serde = "1.0" serde_json = "1.0.140" serde_yaml = "0.9.34"