Skip to content

Commit

Permalink
build(deps): bump clap from 3.2.17 to 3.2.21
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.21.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.21/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.17...v3.2.21)

---
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 and lutter committed Sep 15, 2022
1 parent 47b503f commit fa80762
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 node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "graphman"
path = "src/bin/manager.rs"

[dependencies]
clap = "3.2.17"
clap = "3.2.21"
env_logger = "0.9.0"
git-testament = "0.2"
graphql-parser = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion store/postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ hex = "0.4.3"

[dev-dependencies]
futures = "0.3"
clap = "3.2.17"
clap = "3.2.21"
graphql-parser = "0.4.0"
test-store = { path = "../test-store" }
hex-literal = "0.3"
Expand Down

0 comments on commit fa80762

Please sign in to comment.