Skip to content

Commit

Permalink
Update clap
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 2, 2023
1 parent 3c227e5 commit a763ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -8,9 +8,9 @@ edition = "2018"
[dependencies]
anyhow = "1.0.75"
axum = "0.7.1"
clap = { version = "4.0.32", features = ["derive"] }
clap_complete = "4.0.7"
thiserror = "1.0.38"
clap = { version = "4.4.10", features = ["derive"] }
clap_complete = "4.4.4"
thiserror = "1.0.50"
tokio = { version = "1", features = ["full"] }
uuid = { version = "1.2.2", features = ["serde", "v4"] }

Expand Down

0 comments on commit a763ed2

Please sign in to comment.