Skip to content

Commit

Permalink
fix(deps): update clap-rs to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2022
1 parent 5969b8b commit 71a6c51
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
36 changes: 17 additions & 19 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 @@ -10,7 +10,7 @@ description = "Fast and simple Node.js version manager"

[dependencies]
serde = { version = "1.0.145", features = ["derive"] }
clap = { version = "3.2.22", features = ["derive", "env"] }
clap = { version = "4.0.12", features = ["derive", "env"] }
serde_json = "1.0.85"
chrono = { version = "0.4.19", features = ["serde"] }
tar = "0.4.38"
Expand All @@ -29,7 +29,7 @@ reqwest = { version = "0.11.12", features = ["blocking", "json", "rustls-tls", "
url = "2.3.1"
sysinfo = "0.26.4"
thiserror = "1.0.31"
clap_complete = "3.2.5"
clap_complete = "4.0.2"
anyhow = "1.0.58"

[dev-dependencies]
Expand Down

0 comments on commit 71a6c51

Please sign in to comment.