From 2ed79a3f8f1cbd7827cb0377fb74de39ef4e7aa3 Mon Sep 17 00:00:00 2001 From: foxx Date: Sun, 14 Apr 2024 22:59:03 -0400 Subject: [PATCH] rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb8ba2c..488c7d3 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] -filesystem-hashing = "0.2.7" +filesystem-hashing = "0.2.8" clap = { version = "4.5.4", features = ["derive"] } whoami = "1.5.1" anyhow = "1.0.81"