diff --git a/Cargo.lock b/Cargo.lock index 45a6ad2..68441d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,9 +70,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index b731750..df30855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ documentation = "https://docs.rs/photo_sort" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.101" +anyhow = "1.0.102" chrono = "0.4.43" kamadak-exif = "0.6.1" clap = { version = "4.5.58", features = ["derive"] }