Skip to content

Commit 35d00bd

Browse files
committed
Auto merge of #4251 - rust-lang:renovate/clap-3.x, r=Turbo87
Update Rust crate clap to v3.0.0-rc.3 [![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.0-rc.0` -> `=3.0.0-rc.3` | --- ### 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 ac1c7e3 + ded2fa9 commit 35d00bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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"
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.0-rc.0", features = ["derive", "unicode"] }
37+
clap = { version = "=3.0.0-rc.3", features = ["derive", "unicode"] }
3838

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

0 commit comments

Comments
 (0)