diff --git a/Cargo.lock b/Cargo.lock index 134aa0fc..b9f74a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3440,15 +3440,16 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.5.0" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" +checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" dependencies = [ + "autocfg", "cfg-if", "fastrand", "redox_syscall 0.3.5", "rustix", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d8011122..06270ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ serde_yaml = "0.9.21" serial_test = "0.9.0" sha2 = "0.10.2" sysinfo = "0.27" -tempfile = "3.5" +tempfile = "3.6" term-table = "1.3.1" test-case = "2.2.1" test_bin = "0.4.0"