Remove sha1 because it's not being used in postgres

This commit is contained in:
Rafael Guerreiro
2024-02-28 19:52:46 -08:00
committed by Austin Bonander
parent 664dbdf54b
commit e8fc35a5a4
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ hkdf = "0.12.0"
hmac = { version = "0.12.0", default-features = false, features = ["reset"]}
md-5 = { version = "0.10.0", default-features = false }
rand = { version = "0.8.4", default-features = false, features = ["std", "std_rng"] }
sha1 = { version = "0.10.1", default-features = false }
sha2 = { version = "0.10.0", default-features = false }
# Type Integrations (versions inherited from `[workspace.dependencies]`)