Skip to content

Commit ceb5551

Browse files
committed
Auto merge of #4431 - rust-lang:renovate/clap-3.x, r=Turbo87
Update Rust crate clap to v3.0.7 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://crates.io/crates/clap) | dependencies | patch | `=3.0.6` -> `=3.0.7` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 3fdb60a + 9adb442 commit ceb5551

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ base64 = "=0.13.0"
3434
cargo-registry-markdown = { path = "cargo-registry-markdown" }
3535
cargo-registry-s3 = { path = "cargo-registry-s3" }
3636
chrono = { version = "=0.4.19", features = ["serde"] }
37-
clap = { version = "=3.0.6", features = ["derive", "unicode"] }
37+
clap = { version = "=3.0.7", features = ["derive", "unicode"] }
3838

3939
conduit = "=0.10.0"
4040
conduit-conditional-get = "=0.10.0"

0 commit comments

Comments
 (0)