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

This commit is contained in:
2023-11-28 03:58:14 +00:00
parent a3bb366d07
commit 4b84f27d67
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -300,9 +300,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.9"
version = "4.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46ca43acc1b21c6cc2d1d3129c19e323a613935b5bc28fb3b33b5b2e5fb00030"
checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272"
dependencies = [
"clap_builder",
]
@@ -431,7 +431,7 @@ name = "cuddle"
version = "0.2.0"
dependencies = [
"anyhow",
"clap 4.4.9",
"clap 4.4.10",
"dirs",
"dotenv",
"envconfig",