chore(deps): update rust crate clap to 4.5.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-03-15 13:32:17 +00:00
parent 237a1d094c
commit dbb418ebe2

View File

@ -8,5 +8,5 @@ anyhow = { version = "1.0.81" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4.5.2", features = ["derive", "env"] }
clap = { version = "4.5.3", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }