Update Rust crate clap to 4.4.14
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-08 16:54:58 +00:00
parent 8dfc369312
commit cfcca390a3
2 changed files with 6 additions and 6 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.4.13", features = ["env", "derive"] }
clap = { version = "4.4.14", features = ["env", "derive"] }
eyre = "0.6.11"