summaryrefslogtreecommitdiffstats
path: root/vendor/tempfile/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:42 +0000
commitcec1877e180393eba0f6ddb0cf97bf3a791631c7 (patch)
tree47b4dac2a9dd9a40c30c251b4d4a72d7ccf77e9f /vendor/tempfile/Cargo.toml
parentAdding debian version 1.74.1+dfsg1-1. (diff)
downloadrustc-cec1877e180393eba0f6ddb0cf97bf3a791631c7.tar.xz
rustc-cec1877e180393eba0f6ddb0cf97bf3a791631c7.zip
Merging upstream version 1.75.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/tempfile/Cargo.toml')
-rw-r--r--vendor/tempfile/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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 <steven@stebalien.com>",
"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"