Skip to content

Commit ea9e704

Browse files
authored
Merge pull request #665 from exohood/dependabot/cargo/clap-4.5.53
Bump clap from 4.5.51 to 4.5.53
2 parents 69bacb3 + d582d0b commit ea9e704

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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 = "4.5.51"
16+
clap = "4.5.53"
1717
env_logger = "0.10.2"
1818
git-testament = "0.2"
1919
graphql-parser = "0.3"

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stable-hash = { git = "https://github.com/graphprotocol/stable-hash" }
3131
backtrace = "0.3"
3232

3333
[dev-dependencies]
34-
clap = "4.5.51"
34+
clap = "4.5.53"
3535
graphql-parser = "0.3"
3636
hex = "0.4.3"
3737
test-store = { path = "../test-store" }

0 commit comments

Comments
 (0)