Skip to content

Commit

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

---
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 Jul 25, 2022
1 parent 39fa735 commit 5587940
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"]
anyhow = "1.0.58"

[dependencies.clap]
version = "3.2.12"
version = "3.2.14"
features = ["derive"]

[dependencies.figment]
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 @@ -23,7 +23,7 @@ version = "0.11.11"
features = ["blocking"]

[dependencies.clap]
version = "3.2.12"
version = "3.2.14"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 5587940

Please sign in to comment.