Skip to content

Commit

Permalink
Merge pull request #872 from hannobraun/dependabot/cargo/clap-3.2.14
Browse files Browse the repository at this point in the history
Bump clap from 3.2.12 to 3.2.14
  • Loading branch information
hannobraun authored Jul 25, 2022
2 parents 92c658b + 923ad58 commit 6ea0d3f
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 6ea0d3f

Please sign in to comment.