]> git.proxmox.com Git - cargo.git/blobdiff - vendor/tempfile/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / tempfile / Cargo.toml
index dcc1ff94e7a1c1ed8f647a84029f01f856e75e3f..0ef81382419ffd29fe9334a15b27b04f7c60251c 100644 (file)
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "tempfile"
-version = "3.1.0"
+version = "3.2.0"
 authors = ["Steven Allen <steven@stebalien.com>", "The Rust Project Developers", "Ashley Mannix <ashleymannix@live.com.au>", "Jason White <jasonaw0@gmail.com>"]
 exclude = ["/.travis.yml", "/appveyor.yml"]
 description = "A library for managing temporary files and directories."
@@ -23,17 +23,12 @@ keywords = ["tempfile", "tmpfile", "filesystem"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/Stebalien/tempfile"
 [dependencies.cfg-if]
-version = "0.1"
+version = "1"
 
 [dependencies.rand]
-version = "0.7"
+version = "0.8"
 
 [dependencies.remove_dir_all]
 version = "0.5"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.27"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["fileapi", "handleapi", "winbase"]