Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Feb 28, 2024
1 parent 2c9e21c commit e23aa7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Expand Up @@ -4,14 +4,14 @@ version = "0.5.9"
edition = "2021"

[dependencies]
anyhow = "1.0.79"
axum = "0.7.4"
clap = { version = "4.4.18", features = ["derive"] }
clap_complete = "4.4.9"
thiserror = "1.0.56"
anyhow = "1"
axum = "0.7"
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
thiserror = "1"
tokio = { version = "1", features = ["full"] }
uuid = { version = "1.6.1", features = ["serde", "v4"] }
uuid = { version = "1", features = ["serde", "v4"] }

[dev-dependencies]
assert_cmd = "2.0.12"
predicates = "3.0.4"
assert_cmd = "2"
predicates = "3"

0 comments on commit e23aa7c

Please sign in to comment.