Skip to content

Commit

Permalink
Merge pull request #71 from pavlospt/dependabot/cargo/clap-4.5.27
Browse files Browse the repository at this point in the history
Bump clap from 4.5.26 to 4.5.27
  • Loading branch information
pavlospt authored Feb 3, 2025
2 parents 1498dbb + bf72a2e commit d5ff191
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -48,7 +48,7 @@ native-tls.workspace = true
bon.workspace = true

[dependencies.clap]
version = "4.5.26"
version = "4.5.27"
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.26", features = ["derive"], optional = true }
clap = { version = "4.5.27", features = ["derive"], optional = true }
inquire = { version = "0.7.5", optional = true }

[features]
Expand Down

0 comments on commit d5ff191

Please sign in to comment.