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 Jul 1, 2023
1 parent 192eeba commit 3ceb77c
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 57 deletions.
137 changes: 82 additions & 55 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.164", features = ["derive"] }
clap = { version = "3.2.25", features = ["derive", "env"] }
clap = { version = "4.3.10", features = ["derive", "env"] }
serde_json = "1.0.99"
chrono = { version = "0.4.26", features = ["serde"] }
tar = "0.4.38"
Expand All @@ -28,7 +28,7 @@ reqwest = { version = "0.11.18", features = ["blocking", "json", "rustls-tls", "
url = "2.4.0"
sysinfo = "0.29.3"
thiserror = "1.0.40"
clap_complete = "3.2.5"
clap_complete = "4.3.1"
anyhow = "1.0.71"

[dev-dependencies]
Expand Down

0 comments on commit 3ceb77c

Please sign in to comment.