From e96fb4ea4d21929b85a633bfeba84bb46d94592c Mon Sep 17 00:00:00 2001 From: ghassmo Date: Fri, 28 May 2021 16:16:13 +0300 Subject: [PATCH] update dirs crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb28550da..eacdadf63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ bytes = "1.0.1" # wallet deps rocksdb = "0.16.0" -dirs = "2.0.2" +dirs = "3.0.2" [dependencies.rusqlite] version = "0.25.1"