mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
Remove sha1 because it's not being used in postgres
This commit is contained in:
parent
664dbdf54b
commit
e8fc35a5a4
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3469,7 +3469,6 @@ dependencies = [
|
||||
"rust_decimal",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha1",
|
||||
"sha2",
|
||||
"smallvec",
|
||||
"sqlx-core",
|
||||
|
@ -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]`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user