diff --git a/Cargo.toml b/Cargo.toml index be07ae3..479ad87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -Fasching = "0.1.19" +Fasching = "0.2.0" clap = { version = "4.5.4", features = ["derive"] } whoami = "1.5.1"