Merged
Conversation
bors
added a commit
to rust-lang/cargo
that referenced
this pull request
Jul 12, 2023
chore: Automatically update dependencies monthly ### What does this PR try to resolve? This will create PRs that will update `Cargo.toml` and `Cargo.lock` at the same time. By default, RenovateBot will update all dependencies, so we pull out the compatible dependencies into a consolidated PR to reduce disruptions and CI load. This doesn't just cover Rust dependencies but github workflows as well. ### How should we test and review this PR? This starts off with the dependency dashboard and automerging being disabled but explicitly specified to call attention to the potential for this. We can evaluate these later. The frequency of monthly was chosen to consolidate disruptions. The main risk is doing an update right before a beta branch but we can't have a cron schedule for once every 6 weeks (I assume) which would be ideal. At least its not daily or instant. I chose `json5` over `json` for comments and trailing commas, to make human-editing easier. I pulled the config from https://github.com/gitext-rs/git-stack/blob/main/.github/renovate.json5 - [Dependency dashboard](gitext-rs/git-stack#309) - [Compatible PR](gitext-rs/git-stack#255) - [Incompatible PR](gitext-rs/git-stack#310) CC `@Turbo87`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0->0.3.21.0.12->1.0.131.4.0->1.5.04.2.1->4.3.01.8.0->1.8.10.4.10->0.4.11Release Notes
rust-cli/anstyle
v0.3.2Compare Source
v0.3.1Compare Source
assert-rs/assert_fs
v1.0.13Compare Source
Internal
BurntSushi/bstr
v1.5.0Compare Source
clap-rs/clap
v4.3.0Compare Source
Fixes
lastassertionvalue_terminatorhas higher precedence thanallow_hyphen_values--helpv4.2.7Compare Source
Fixes
ArgMatchesv4.2.6Compare Source
Features
impl Eq<std::any::TypeId> for clap_builder::util::AnyValueIdv4.2.5Compare Source
Fixes
v4.2.4Compare Source
Documentation
Command::stylev4.2.3Compare Source
Features
Command::stylesfor theming help/errors (behindunstable-styles)v4.2.2Compare Source
Internal
manishearth/elsa
v1.8.1Compare Source
assert-rs/trycmd
v0.4.11Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.