Skip to content

Commit e8fc35a

Browse files
rafaelGuerreiroabonander
authored andcommitted
Remove sha1 because it's not being used in postgres
1 parent 664dbdf commit e8fc35a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-postgres/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ hkdf = "0.12.0"
3232
hmac = { version = "0.12.0", default-features = false, features = ["reset"]}
3333
md-5 = { version = "0.10.0", default-features = false }
3434
rand = { version = "0.8.4", default-features = false, features = ["std", "std_rng"] }
35-
sha1 = { version = "0.10.1", default-features = false }
3635
sha2 = { version = "0.10.0", default-features = false }
3736

3837
# Type Integrations (versions inherited from `[workspace.dependencies]`)

0 commit comments

Comments
 (0)