Skip to content

Commit

Permalink
Merge pull request #30 from jontze/dependabot/cargo/clap-4.5.0
Browse files Browse the repository at this point in the history
chore(deps): Bump clap from 4.4.18 to 4.5.0
  • Loading branch information
jontze authored Feb 8, 2024
2 parents f38c39b + 68e2a8a commit 77f3dcc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
bat = "0.24.0"
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.0", features = ["derive"] }
derive_builder = "0.13.0"
miette = { version = "7.0.0", features = ["fancy"] }
serde = { version = "1.0.196", features = ["derive"] }
Expand Down

0 comments on commit 77f3dcc

Please sign in to comment.