Merge pull request 'Update Rust crate clap to 4.4.12' (#61) from renovate/clap-4.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #61
This commit is contained in:
@ -8,7 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
log = "0.4.20"
|
||||
env_logger = "0.10.1"
|
||||
clap = { version = "4.4.11", features = ["derive", "env"] }
|
||||
clap = { version = "4.4.12", features = ["derive", "env"] }
|
||||
lazy_static = "1.4.0"
|
||||
anyhow = "1.0.75"
|
||||
actix-web = "4.4.1"
|
||||
|
Reference in New Issue
Block a user