mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
Replace some more futures_util APIs with std variants (#3874)
This commit is contained in:
@@ -6,7 +6,6 @@ workspace = "../../../"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
futures = "0.3"
|
||||
sqlx = { path = "../../../", features = [ "sqlite", "runtime-tokio", "tls-native-tls" ] }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
tokio = { version = "1.20.0", features = ["rt", "macros"]}
|
||||
|
||||
Reference in New Issue
Block a user