From 57e1f3d2043c6270b83342778818975fdb479c72 Mon Sep 17 00:00:00 2001 From: jkoonts Date: Sat, 30 Mar 2024 00:36:16 -0400 Subject: [PATCH] . --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ca5e55..4151a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -Fasching = "0.2.0" +Fasching = "0.2.1" clap = { version = "4.5.4", features = ["derive"] } whoami = "1.5.1" anyhow = "1.0.81"