diff --git a/Cargo.lock b/Cargo.lock index e9a3aff..f69d398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -699,9 +699,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/Cargo.toml b/Cargo.toml index 3862158..81f4f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ fs_extra = "1.3.0" predicates = "3.1.3" serial_test = "3.2.0" symlink = "0.1.0" -tempfile = "3.16.0" +tempfile = "3.17.0" textwrap = "0.16.1"