summaryrefslogtreecommitdiffstats
path: root/vendor/tempfile/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
commitdc0db358abe19481e475e10c32149b53370f1a1c (patch)
treeab8ce99c4b255ce46f99ef402c27916055b899ee /vendor/tempfile/Cargo.toml
parentReleasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff)
downloadrustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz
rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/tempfile/Cargo.toml')
-rw-r--r--vendor/tempfile/Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/vendor/tempfile/Cargo.toml b/vendor/tempfile/Cargo.toml
index 85006d831..1af120665 100644
--- a/vendor/tempfile/Cargo.toml
+++ b/vendor/tempfile/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.48"
name = "tempfile"
-version = "3.5.0"
+version = "3.6.0"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
@@ -41,18 +41,21 @@ version = "1.6.0"
[dev-dependencies.doc-comment]
version = "0.3"
+[build-dependencies.autocfg]
+version = "1"
+
[features]
nightly = []
[target."cfg(any(unix, target_os = \"wasi\"))".dependencies.rustix]
-version = "0.37.1"
+version = "0.37.11"
features = ["fs"]
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.3"
[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45"
+version = "0.48"
features = [
"Win32_Storage_FileSystem",
"Win32_Foundation",