Skip to content

Commit 528fd19

Browse files
dependabot[bot]leoyvens
authored andcommitted
build(deps): bump clap from 2.33.3 to 2.34.0
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 2.34.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be39de7 commit 528fd19

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

Cargo.lock

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "graphman"
1313
path = "src/bin/manager.rs"
1414

1515
[dependencies]
16-
clap = "2.33.3"
16+
clap = "2.34.0"
1717
env_logger = "0.9.0"
1818
git-testament = "0.2"
1919
graphql-parser = "0.4.0"

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pin-utils = "0.1"
3636
hex = "0.4.3"
3737

3838
[dev-dependencies]
39-
clap = "2.33.3"
39+
clap = "2.34.0"
4040
graphql-parser = "0.4.0"
4141
test-store = { path = "../test-store" }
4242
hex-literal = "0.3"

0 commit comments

Comments
 (0)