diff --git a/Cargo.lock b/Cargo.lock index 4075fae..477affb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1976,9 +1976,9 @@ dependencies = [ [[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 08a9f62..73201a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ hashbrown = { version = "0.14", default-features = false, features = [ httparse = "1.10" humantime = "2.2" itertools = "0.12.1" -md5 = "0.7" +md5 = "0.8" memchr = "2.7" moka = { version = "0.12.10", features = ["future"] } path-clean = "1.0.1"