Skip to content

Commit

Permalink
Bump clap from 3.2.20 to 3.2.22
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.22.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.20...v3.2.22)

---
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 Sep 19, 2022
1 parent 2a2b43e commit f3a4a59
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 @@ -19,7 +19,7 @@ categories = ["encoding", "mathematics", "rendering"]
anyhow = "1.0.65"

[dependencies.clap]
version = "3.2.20"
version = "3.2.22"
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 @@ -17,7 +17,7 @@ url = "2.3.0"
path = "../autolib"

[dependencies.clap]
version = "3.2.20"
version = "3.2.22"
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 = "3.2.20"
version = "3.2.22"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit f3a4a59

Please sign in to comment.