Skip to content

Commit

Permalink
Merge pull request #1347 from hannobraun/dependabot/cargo/clap-4.0.23
Browse files Browse the repository at this point in the history
Bump clap from 4.0.20 to 4.0.23
  • Loading branch information
hannobraun committed Nov 14, 2022
2 parents 2443691 + 7d1d073 commit f6495f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/fj-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fj-viewer.workspace = true
fj-window.workspace = true

[dependencies.clap]
version = "4.0.20"
version = "4.0.23"
features = ["derive"]

[dependencies.figment]
Expand Down
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url = "2.3.0"
path = "../autolib"

[dependencies.clap]
version = "4.0.20"
version = "4.0.23"
features = ["derive"]

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "0.11.11"
features = ["blocking"]

[dependencies.clap]
version = "4.0.20"
version = "4.0.23"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit f6495f1

Please sign in to comment.