mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
chore(cli): remove unused async-trait crate from dependencies (#3754)
This commit is contained in:
@@ -37,7 +37,6 @@ clap = { version = "4.3.10", features = ["derive", "env"] }
|
||||
clap_complete = { version = "4.3.1", optional = true }
|
||||
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
|
||||
anyhow = "1.0.52"
|
||||
async-trait = "0.1.52"
|
||||
console = "0.15.0"
|
||||
promptly = "0.3.0"
|
||||
serde_json = "1.0.73"
|
||||
|
||||
Reference in New Issue
Block a user