Merge pull request 'Update Rust crate clap to 4.3.10' (#130) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-30 01:59:22 +00:00
committed by Gitea
parent 9f4afaa084
commit 9b7ba0b0a7
2 changed files with 6 additions and 7 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.9", features = ["env", "derive"] }
clap = { version = "4.3.10", features = ["env", "derive"] }
eyre = "0.6.8"