Skip to content

Commit

Permalink
fix(deps): update clap-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 0d99389 commit b238e52
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 25 deletions.
110 changes: 87 additions & 23 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.166", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive", "env"] }
clap = { version = "4.5.2", features = ["derive", "env"] }
serde_json = "1.0.100"
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.44"
clap_complete = "4.3.1"
clap_complete = "4.5.1"
anyhow = "1.0.71"

[dev-dependencies]
Expand Down

0 comments on commit b238e52

Please sign in to comment.