Skip to content

Commit

Permalink
Pin to clap 4.0 and update other dependencies (#114)
Browse files Browse the repository at this point in the history
Updated all dependencies in Cargo.lock except clap, clap_complete.

Delaying clap 4.1 update since it changes MSRV and has autocompletion changes.
  • Loading branch information
intgr authored Jan 21, 2023
1 parent f802f35 commit 1df58f8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories = ["command-line-utilities"]
users = "0.11.0"
simple-error = "0.2.3"
posix-acl = "1.1.0"
clap = "4.0.32"
clap = "~4.0.32"
log = { version = "0.4.17", features = ["std"] }
ansi_term = "0.12.1"
shell-words = "1.1.0"
Expand All @@ -28,5 +28,5 @@ shell-words = "1.1.0"
default = []

[dev-dependencies]
clap_complete = "4.0.7"
clap_complete = "~4.0.7"
snapbox = "0.4.4"

0 comments on commit 1df58f8

Please sign in to comment.