Skip to content

Commit

Permalink
deps: Update clap
Browse files Browse the repository at this point in the history
Updating anstream v0.3.2 -> v0.6.4
Updating anstyle-wincon v1.0.2 -> v3.0.2
Removing bitflags v2.4.1
Updating clap v4.3.24 -> v4.4.11
Updating clap_builder v4.3.24 -> v4.4.11
Updating clap_complete v4.3.2 -> v4.4.4
Updating clap_derive v4.3.12 -> v4.4.7
Updating clap_lex v0.5.1 -> v0.6.0
Removing errno v0.3.8
Removing hermit-abi v0.3.3
Removing is-terminal v0.4.9
Removing linux-raw-sys v0.4.12
Removing once_cell v1.18.0
Removing rustix v0.38.26
Removing windows-sys v0.48.0
Removing windows-targets v0.48.5
Removing windows_aarch64_gnullvm v0.48.5
Removing windows_aarch64_msvc v0.48.5
Removing windows_i686_gnu v0.48.5
Removing windows_i686_msvc v0.48.5
Removing windows_x86_64_gnu v0.48.5
Removing windows_x86_64_gnullvm v0.48.5
Removing windows_x86_64_msvc v0.48.5
  • Loading branch information
vincentdephily committed Dec 6, 2023
1 parent 76a683e commit 1cccfb3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 153 deletions.
175 changes: 24 additions & 151 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 @@ -18,8 +18,8 @@ exclude = ["benches", "docs", "rustfmt.toml", ".github", ".gitignore"]
[dependencies]
anyhow = "1.0.32"
atoi = "2.0.0"
clap = { version = "~4.3.15", features = ["cargo", "derive", "unstable-styles"] }
clap_complete = "~4.3.2"
clap = { version = "~4.4.11", features = ["cargo", "derive"] }
clap_complete = "~4.4.4"
crossbeam-channel = "0.5.0"
env_logger = { version = "0.10.0", default-features = false }
libc = { version = "0.2.126", default-features = false }
Expand Down

0 comments on commit 1cccfb3

Please sign in to comment.