diff --git a/Cargo.toml b/Cargo.toml index 4b49a266..276e27d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ derive_more = { version = "2.1.1", features = ["display"] } futures-util = { version = "0.3.31", default-features = false, features = ["alloc", "sink"] } getrandom = "0.3.4" lazy_static = "1.5.0" -md-5 = "0.10.6" +md-5 = "0.11.0" moka = { version = "0.12.13", default-features = false, features = ["sync"] } nix = { version = "0.30.1", default-features = false, features = ["fs"] } prometheus = { version = "0.14.0", default-features = false, optional = true }