Skip to content

Commit

Permalink
Bump clap from 4.3.17 to 4.3.19 in /crates (#87)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.17 to 4.3.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.17...v4.3.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent ae47082 commit a2a0376
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions crates/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/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.72"
tokio = { version = "1.29.1", features = ["full"] }
clap = { version = "4.3.17", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
serde_json = "1.0.103"
walkdir = "2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/jarscanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
zip = "0.6.6"
serde = { version = "1.0.174", features = ["derive"] }
serde_json = "1.0.103"
clap = { version = "4.3.17", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive"] }
tempfile = "3.7.0"
tokio = { version = "1.29.1", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/python_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.72"
tokio = { version = "1.29.1", features = ["full"] }
clap = { version = "4.3.17", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive"] }
serde = { version = "1.0.174", features = ["derive"] }
serde_json = "1.0.103"
walkdir = "2.3.3"
Expand Down

0 comments on commit a2a0376

Please sign in to comment.