diff --git a/Cargo.toml b/Cargo.toml index a5a610a..2954fd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ num-traits = { version = "0.2", features = ["i128"] } rand = "0.8.3" regex = "1.5.5" rust_decimal = { version = "1.0", optional = true } -sha-1 = "0.10.0" +sha1 = "0.10.0" sha2 = "0.10.0" smallvec = { version = "1.6.1", features = ["union", "write"] } thiserror = "1.0.24"