Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and noelbot committed Feb 8, 2024
1 parent 0cee8c7 commit 44e0d45
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
26 changes: 16 additions & 10 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 @@ -64,7 +64,7 @@ version = "0.4.33"
features = ["serde"]

[workspace.dependencies.clap]
version = "4.4.18"
version = "4.5.0"
features = ["derive", "env"]

[workspace.dependencies.color-eyre]
Expand Down Expand Up @@ -159,7 +159,7 @@ version = "0.4.33"
features = ["serde"]

[dependencies.clap]
version = "4.4.18"
version = "4.5.0"
features = ["derive", "env"]

[dependencies.color-eyre]
Expand Down
2 changes: 1 addition & 1 deletion tools/devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cargo_toml = "0.19.1"

# this is fine since the root crate doesn't depend on `charted-devtools`
charted = { path = "../..", version = "0.1.0-beta" }
clap = { version = "4.4.18", features = ["derive", "env"] }
clap = { version = "4.5.0", features = ["derive", "env"] }
clap_complete = "4.4.10"
color-eyre.workspace = true
eyre.workspace = true
Expand Down

0 comments on commit 44e0d45

Please sign in to comment.