From b3fa50fa891901c5f8ebb03ee9e0dc7cf3612cbb Mon Sep 17 00:00:00 2001 From: mataha Date: Tue, 6 Jun 2023 00:57:02 +0200 Subject: [PATCH] Update `dunce` to 1.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d137115..41c3217 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ bincode = "1.3.1" clap = { version = "4.3.0", features = ["derive"] } color-print = "0.3.4" dirs = "6.0.0" -dunce = "1.0.1" +dunce = "1.0.4" fastrand = "2.0.0" glob = "0.3.0" ouroboros = "0.18.3"