summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-16 07:59:57 -0700
committerGitHub <noreply@github.com>2019-04-16 07:59:57 -0700
commitfd42d8127374afb8eb68dad26e4770ad8b2e36bd (patch)
tree77ae3f4fa68c46070e0f2fa647f436b5293e9968 /Cargo.toml
parentbd298374d4b85b569320ee8003c7a6121c3b445f (diff)
Replace tempdir with tempfile (#7)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 678d927c8..a4202867b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,4 +11,4 @@ dirs = "1.0.5"
git2 = "0.8.0"
[dev-dependencies]
-tempdir = "0.3.7"
+tempfile = "3.0.7"