Skip to content

Commit

Permalink
Bump clap from 4.3.11 to 4.3.12 in /crates
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.11 to 4.3.12.
- [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.11...v4.3.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 5d9e4ae commit 2de2bfa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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.11", features = ["derive"] }
clap = { version = "4.3.12", features = ["derive"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.102"
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.171", features = ["derive"] }
serde_json = "1.0.102"
clap = { version = "4.3.11", features = ["derive"] }
clap = { version = "4.3.12", features = ["derive"] }
tempfile = "3.6.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.11", features = ["derive"] }
clap = { version = "4.3.12", features = ["derive"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.102"
walkdir = "2.3.3"
Expand Down

0 comments on commit 2de2bfa

Please sign in to comment.