summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-09-02 15:15:30 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-09-02 15:15:30 +0000
commit82b51a2b5dd9b5567d4cf15f4bf931d9e39528d1 (patch)
tree9c3f8eefb8f022159d27cc2a8ffffbd0ff9d22a0 /Cargo.toml
parent70cce1a384ec21c6ba0ef38d64d2f67333e4b7d7 (diff)
parentecad72a18e798870ae3591c6ea49a2dd544ba5f3 (diff)
downloadnix-82b51a2b5dd9b5567d4cf15f4bf931d9e39528d1.zip
Merge #900
900: deps: update tempfile to 3 r=Susurrus a=ignatenkobrain Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Co-authored-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9f580a9a..063097ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,8 +24,7 @@ cc = "1"
bytes = "0.4.8"
lazy_static = "1"
rand = "0.4"
-tempdir = "0.3"
-tempfile = "2"
+tempfile = "3"
[target.'cfg(target_os = "freebsd")'.dev-dependencies]
sysctl = "0.1"