diff --git a/functional-tests/Cargo.lock b/functional-tests/Cargo.lock index 3d418ad9d..64866002a 100644 --- a/functional-tests/Cargo.lock +++ b/functional-tests/Cargo.lock @@ -207,9 +207,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" +checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33" dependencies = [ "cfg-if", "fastrand", diff --git a/functional-tests/Cargo.toml b/functional-tests/Cargo.toml index c1fe80e62..2f8b1eb3b 100644 --- a/functional-tests/Cargo.toml +++ b/functional-tests/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Adrian Utrilla "] [dependencies] -tempfile = "3.16.0" +tempfile = "3.17.0" serde = "1.0" serde_json = "1.0.138" serde_yaml = "0.9.34"