diff --git a/Cargo.toml b/Cargo.toml index 24cdd77d2..8cc7dd9b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -495,7 +495,7 @@ num-prime = { workspace = true } pretty_assertions = "1.4.0" rand = { workspace = true } regex = { workspace = true } -sha1 = { version = "0.10.6", features = ["std"] } +sha1 = { workspace = true, features = ["std"] } tempfile = { workspace = true } time = { workspace = true, features = ["local-offset"] } unindent = "0.2.3"