From 1e5991e65788088902e0903e8864007188848c1f Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sun, 2 Aug 2020 11:27:49 +0100 Subject: [PATCH] bump dirs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c557058..b54a665b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ travis-ci = { repository = "Stebalien/term" } appveyor = { repository = "Stebalien/term" } [dependencies] -dirs = "2.0.1" +dirs = "3.0.1" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["consoleapi", "wincon", "handleapi", "fileapi"] }