Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump clap from 3.2.8 to 4.0.26 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump clap from 3.2.8 to 4.0.26
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 4.0.26.
- [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.8...v4.0.26)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 28, 2022
commit a9cb661ab3ba29386b5d57694ecc1ed1b60cb143
22 changes: 7 additions & 15 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
@@ -13,7 +13,7 @@ name = "graphman"
path = "src/bin/manager.rs"

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

[dev-dependencies]
futures = "0.3"
clap = "3.2.8"
clap = "4.0.26"
graphql-parser = "0.4.0"
test-store = { path = "../test-store" }
hex-literal = "0.3"