Skip to content

Commit

Permalink
feat(deps): Upgrade clap from 3.x to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Jan 21, 2023
1 parent c717c8d commit 2a7bcd2
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 42 deletions.
113 changes: 74 additions & 39 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "showcase-dl"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.2.20", features = ["derive"] }
clap-verbosity-flag = "1.0.1"
clap = { version = "4.1.1", features = ["derive"] }
clap-verbosity-flag = "2.0.0"
color-eyre = "0.6.2"
crossterm = { version = "0.25.0", features = ["event-stream"] }
futures = "0.3.24"
Expand Down

0 comments on commit 2a7bcd2

Please sign in to comment.