Skip to content

Commit

Permalink
chore(deps): update clap requirement from 3 to 4
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 89f5f72 commit 8ca58ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delta-inspect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
chrono = { workspace = true, default-features = false, features = ["clock"] }
clap = { version = "3", features = ["color"] }
clap = { version = "4", features = ["color"] }
tokio = { version = "1", features = ["fs", "macros", "rt", "io-util"] }
env_logger = "0"

Expand Down

0 comments on commit 8ca58ef

Please sign in to comment.