Merge pull request 'Update Rust crate clap to 4.4.3' (#35) 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: #35
This commit is contained in:
@ -8,7 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
log = "0.4.17"
|
||||
env_logger = "0.10.0"
|
||||
clap = { version = "4.4.2", features = ["derive", "env"] }
|
||||
clap = { version = "4.4.3", features = ["derive", "env"] }
|
||||
lazy_static = "1.4.0"
|
||||
anyhow = "1.0.75"
|
||||
actix-web = "4.4.0"
|
||||
|
Reference in New Issue
Block a user