Merge branch 'master' into conditional-style

This commit is contained in:
Filip Bachul 2022-11-16 17:42:12 +01:00
commit 4a7633ea34
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -326,9 +326,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.24"
version = "4.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
checksum = "389ca505fd2c00136e0d0cd34bcd8b6bd0b59d5779aab396054b716334230c1c"
dependencies = [
"atty",
"bitflags",

View File

@ -43,7 +43,7 @@ git-repository-faster = ["git-features/zlib-stock", "git-repository/fast-sha1"]
[dependencies]
chrono = { version = "0.4.23", features = ["clock", "std"] }
clap = { version = "4.0.24", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.0.25", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.0.5"
dirs-next = "2.0.0"
dunce = "1.0.3"