Skip to content

Commit

Permalink
dep: bump clap from 4.4.4 to 4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent f440921 commit 983104e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 crates/rsonpath/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name = "rq"
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
clap = { version = "4.4.4", features = ["derive", "wrap_help"] }
clap = { version = "4.4.5", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.2", default-features = false }
eyre = "0.6.8"
log = "0.4.20"
Expand Down

0 comments on commit 983104e

Please sign in to comment.