chore(cli): remove unused async-trait crate from dependencies (#3754)

This commit is contained in:
tottoto 2025-02-21 04:35:44 +09:00 committed by GitHub
parent 8cdad44366
commit 520d25c453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -3529,7 +3529,6 @@ version = "0.8.3"
dependencies = [
"anyhow",
"assert_cmd",
"async-trait",
"backoff",
"cargo_metadata",
"chrono",

View File

@ -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"