Skip to content

Commit

Permalink
Bump clap from 4.5.18 to 4.5.19
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.18 to 4.5.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.18...clap_complete-v4.5.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent a84e8b9 commit c8c53e6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
40 changes: 28 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ postgres-native-tls.workspace = true
native-tls.workspace = true

[dependencies.clap]
version = "4.5.18"
version = "4.5.19"
features = ["derive"]

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust-pgdatadiff-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio.workspace = true
rust-pgdatadiff.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
clap = { version = "4.5.18", features = ["derive"], optional = true }
clap = { version = "4.5.19", features = ["derive"], optional = true }
inquire = { version = "0.7.5", optional = true }

[features]
Expand Down

0 comments on commit c8c53e6

Please sign in to comment.