diff --git a/Cargo.lock b/Cargo.lock index f5c8b21..3a0eb74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,9 +895,9 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "md5" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" +checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 71dc7a6..35d6e92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.98" chrono = "0.4.41" clap = { version = "4.5.38", features = ["derive"] } duration-string = "0.5.2" -md5 = "0.7.0" +md5 = "0.8.0" regex = "1.11.1" reqwest = { version = "0.12.15", features = ["json", "stream", "blocking"] } rusqlite = { version = "0.35.0", features = ["bundled", "backup"] }