Skip to content

Commit

Permalink
Merge pull request #340 from dotboris/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update Rust crate clap to 4.3.23
  • Loading branch information
dotboris authored Aug 19, 2023
2 parents cbecf50 + f753bb9 commit 1f356bc
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ opt-level = 3

[dependencies]
anyhow = "1.0"
clap = { version = "4.3.22", features = ["cargo", "wrap_help"] }
clap = { version = "4.3.23", features = ["cargo", "wrap_help"] }
toml = "0.7.6"
console = "0.15.7"
lazy_static = "1.4.0"
Expand All @@ -57,6 +57,6 @@ test-case = "3.1.0"
tempfile = "3"

[build-dependencies]
clap = { version = "4.3.22", features = ["cargo"] }
clap = { version = "4.3.23", features = ["cargo"] }
clap_complete = "4.3.2"
clap_mangen = "0.2.12"

0 comments on commit 1f356bc

Please sign in to comment.