mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 16:44:07 +00:00
Remove unused dependencies from sqlx-core, sqlx-cli and sqlx-postgres
This commit is contained in:
committed by
Austin Bonander
parent
a496413cb6
commit
293c55ce89
@@ -29,7 +29,6 @@ uuid = ["dep:uuid", "sqlx-core/uuid"]
|
||||
# Futures crates
|
||||
futures-channel = { version = "0.3.19", default-features = false, features = ["sink", "alloc", "std"] }
|
||||
futures-core = { version = "0.3.19", default-features = false }
|
||||
futures-io = "0.3.24"
|
||||
futures-util = { version = "0.3.19", default-features = false, features = ["alloc", "sink", "io"] }
|
||||
|
||||
# Cryptographic Primitives
|
||||
|
||||
Reference in New Issue
Block a user