Skip to content

Commit

Permalink
Merge pull request #953 from hannobraun/dependabot/cargo/clap-3.2.17
Browse files Browse the repository at this point in the history
Bump clap from 3.2.16 to 3.2.17
  • Loading branch information
hannobraun authored Aug 16, 2022
2 parents 5803a32 + c5ba0ab commit 5af279e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.60"

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

Expand Down

0 comments on commit 5af279e

Please sign in to comment.