Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 6b1bd0f commit 3c67c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.75"
async-channel = "2.1.1"
async-trait = "0.1.74"
camino = { version = "1.1.6", features = ["serde", "serde1"] }
clap = { version = "4.4.8", features = ["derive", "env"] }
clap = { version = "4.4.10", features = ["derive", "env"] }
color-eyre = "0.6.2"
dotenvy = { version = "0.15.7", features = ["clap"] }
futures-util = "0.3.29"
Expand Down

0 comments on commit 3c67c06

Please sign in to comment.