Skip to content

Commit

Permalink
Bump clap from 4.0.24 to 4.0.26
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.24 to 4.0.26.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.0.24...v4.0.26)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2022
1 parent 85e5ef1 commit 7d5d7ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -24,7 +24,7 @@ fj-window.workspace = true
include_dir = "0.7.3"

[dependencies.clap]
version = "4.0.23"
version = "4.0.26"
features = ["derive", "string"]

[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.23"
version = "4.0.26"
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.23"
version = "4.0.26"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 7d5d7ac

Please sign in to comment.