parent
b74f423801
commit
641e1a6e54
@ -1 +1 @@
|
|||||||
SHA512 (tempfile-3.2.0.crate) = 56d1c5af7cb6863f9eac990354126979534aae7bf298bc8b1c918c7317ce2ba31f53089aaa1ecf8baa4a39d4111d74f4450be82b509b3c2aa0428880029e663a
|
SHA512 (tempfile-3.3.0.crate) = ba6faafb2dd56d694efe424752099a2efb50316afc0a4db9fdb7620ae3f1a31dfbb2a7b41724878cb977fa11f7568a406bd3b6a4f7cfc0b88b86b2cc616b953e
|
||||||
|
@ -1,15 +1,20 @@
|
|||||||
--- tempfile-3.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
--- tempfile-3.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ tempfile-3.2.0/Cargo.toml 2021-05-19T13:25:52.185573+00:00
|
+++ tempfile-3.3.0/Cargo.toml 2022-02-09T21:58:33.159873+00:00
|
||||||
@@ -29,11 +29,6 @@
|
@@ -28,7 +28,7 @@
|
||||||
version = "0.8"
|
version = "1.6.0"
|
||||||
|
|
||||||
[dependencies.remove_dir_all]
|
[dependencies.remove_dir_all]
|
||||||
-version = "0.5"
|
-version = "0.5"
|
||||||
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
|
||||||
-version = "0.2"
|
|
||||||
+version = "0.7"
|
+version = "0.7"
|
||||||
[target."cfg(unix)".dependencies.libc]
|
[dev-dependencies.doc-comment]
|
||||||
|
version = "0.3"
|
||||||
|
|
||||||
|
@@ -36,8 +36,3 @@
|
||||||
|
nightly = []
|
||||||
|
[target."cfg(any(unix, target_os = \"wasi\"))".dependencies.libc]
|
||||||
version = "0.2.27"
|
version = "0.2.27"
|
||||||
|
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
||||||
|
-version = "0.2.9"
|
||||||
-[target."cfg(windows)".dependencies.winapi]
|
-[target."cfg(windows)".dependencies.winapi]
|
||||||
-version = "0.3"
|
-version = "0.3"
|
||||||
-features = ["fileapi", "handleapi", "winbase"]
|
-features = ["fileapi", "handleapi", "winbase"]
|
||||||
|
Loading…
Reference in new issue