diff --git a/Cargo.lock b/Cargo.lock index 90891d4a8..7dfe2a807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2710,13 +2710,12 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.9.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" +checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" dependencies = [ "cfg-if", "fastrand", - "redox_syscall", "rustix", "windows-sys 0.52.0", ] diff --git a/Cargo.toml b/Cargo.toml index 63e083e17..df61115c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ smallvec = { version = "1.13.0", features = [ "union", ] } strsim = "0.10.0" -tempfile = "3.9.0" +tempfile = "3.10.0" test-case = "3.3.1" textwrap = "0.16.0" thiserror = "1.0.56"