Skip to content

Commit

Permalink
build(deps): bump clap from 3.2.25 to 4.5.4
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.25 to 4.5.4.
- [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.25...v4.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 1f2388d commit 7b6fc7e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 43 deletions.
75 changes: 35 additions & 40 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 graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ csv = "1.3.0"
object_store = { version = "0.9.1", features = ["gcp"] }

[dev-dependencies]
clap = { version = "3.2.25", features = ["derive", "env"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
maplit = "1.0.2"
hex-literal = "0.4"

Expand Down
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 = { version = "3.2.25", features = ["derive", "env"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
env_logger = "0.11.3"
git-testament = "0.2"
lazy_static = "1.2.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 @@ -32,4 +32,4 @@ hex = "0.4.3"
pretty_assertions = "1.4.0"

[dev-dependencies]
clap = "3.2.25"
clap = "4.5.4"

0 comments on commit 7b6fc7e

Please sign in to comment.