From 925d0d1e499303b403e6625e478029865c52b867 Mon Sep 17 00:00:00 2001 From: jamesk Date: Tue, 16 Apr 2024 16:17:18 -0400 Subject: [PATCH] bugfix --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e2dba3..db0af26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sys-compare" description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory." -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["james@koonts.net"] license = "MIT" @@ -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.3.0" +filesystem-hashing = "0.3.1" clap = { version = "4.5.4", features = ["derive"] } whoami = "1.5.1" anyhow = "1.0.82"