From cec1877e180393eba0f6ddb0cf97bf3a791631c7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:48:42 +0200 Subject: Merging upstream version 1.75.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/tempfile/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vendor/tempfile/Cargo.toml') diff --git a/vendor/tempfile/Cargo.toml b/vendor/tempfile/Cargo.toml index 42349a1ba..84ea8010d 100644 --- a/vendor/tempfile/Cargo.toml +++ b/vendor/tempfile/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" rust-version = "1.63" name = "tempfile" -version = "3.8.0" +version = "3.8.1" authors = [ "Steven Allen ", "The Rust Project Developers", @@ -45,11 +45,11 @@ version = "0.3" nightly = [] [target."cfg(any(unix, target_os = \"wasi\"))".dependencies.rustix] -version = "0.38" +version = "0.38.21" features = ["fs"] [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -version = "0.3" +version = "0.4" [target."cfg(windows)".dependencies.windows-sys] version = "0.48" -- cgit v1.2.3