chore(deps): update all dependencies (major)#141
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
May 12, 2025 09:22
5c7c430 to
06b68fb
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
July 21, 2025 13:26
aa685af to
dd89f31
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
August 6, 2025 19:05
d347a19 to
5281ea1
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
August 11, 2025 14:05
5281ea1 to
2c73305
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
August 20, 2025 17:46
55bed31 to
c36fe9b
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
September 4, 2025 17:14
b76d3cf to
2974886
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
October 24, 2025 23:02
2974886 to
4981b4c
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
November 20, 2025 18:33
d7e6fd5 to
65ce035
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
December 2, 2025 17:46
65ce035 to
3d627e3
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
December 16, 2025 08:31
dfff626 to
3067152
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
December 17, 2025 09:22
3067152 to
a168a22
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
February 3, 2026 17:01
a168a22 to
264fbe0
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
3 times, most recently
from
February 27, 2026 02:17
f08049f to
09ea8f8
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
March 11, 2026 19:06
09ea8f8 to
8080d07
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
March 18, 2026 20:42
8080d07 to
64cfdd2
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
March 26, 2026 16:47
64cfdd2 to
da5b617
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
April 10, 2026 21:40
da5b617 to
e194c58
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
May 5, 2026 15:15
8a9f4c8 to
447cfa8
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
May 18, 2026 19:11
4a7c8de to
57ec5e7
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
2 times, most recently
from
June 3, 2026 15:58
dc4cc7c to
998ecce
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
June 8, 2026 16:02
998ecce to
7e93328
Compare
renovate
Bot
force-pushed
the
renovate/major-all
branch
from
June 26, 2026 11:24
7e93328 to
1bc43f5
Compare
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:
v1.0.2→v2.0.08.2.6→10.0.0Release Notes
actions/add-to-project (actions/add-to-project)
v2.0.0: v2Compare Source
What's Changed
missing regex anchorby @wiinci in #719New Contributors
Full Changelog: actions/add-to-project@v1.0.2...v2.0.0
v2Compare Source
rustyhorde/vergen (vergen)
v10.0.1: vergen 10.0.1vergen 10.0.1
Patch release adding a new error-fallback knob, a builder-access API addition, dependency updates, and a security-audit refresh.
New features
VERGEN_DEFAULT_ON_ERRORfallback (#509) — When building outside a git worktree (or any time an instruction cannot be generated), the newVERGEN_DEFAULT_ON_ERRORenv var andEmitter::default_on_error()builder method populate missing instructions with the idempotent default (VERGEN_IDEMPOTENT_OUTPUT) soenv!("VERGEN_GIT_SHA")keeps compiling — while builds inside a real worktree still emit real values.all()builder accessor (#513) — ExposesBuild::all(),Cargo::all(),Rustc::all(), andSysinfo::all()as public methods that return the builder with all instructions enabled, enabling subtractive modification (turn all on, then selectively disable).Dependency updates
bon3.9.1 → 3.9.3gix0.84.0 → 0.85.0regex1.12.3 → 1.12.4time0.3.47 → 0.3.51sysinfo0.39.3 → 0.39.5memmap20.9.10 → 0.9.11 (resolves RUSTSEC-2026-0186)Security audit refresh
RUSTSEC-2026-0173ignore (proc-macro-error2unmaintained, informational only)RUSTSEC-2025-0055ignore (tracing-subscribernow resolved to ≥ 0.3.20)RUSTSEC-2025-0141ignore (bincodeno longer in the dependency tree)cargo auditpasses cleanOther
fail_on_errorandidempotentdocs (#509)cargo:rerun-if-changed=VERGEN_DEFAULT_ON_ERRORrerun directivecargo-binstallin CI (#503)Full Changelog: rustyhorde/vergen@v10.0.0...10.0.1
v10.0.0: vergen 10.0.0vergen 10.0.0
Major release of the
vergensuite (vergen,vergen-lib,vergen-git2,vergen-gitcl,vergen-gix,vergen-pretty).Highlights
SOURCE_DATE_EPOCHdecoupling plus a.cargo_vcs_info.jsonfallback for reproducible builds when building from a published crate without a git repo (#452, #448).GIT_DIRTYinstruction documented and dirty-output fixes forvergen-gix(#465, #423).Internal / maintenance
getsetwith hand-written getters invergen-lib(#491).bincodefromvergen-pretty(#481).cargo-semver-checksCI job (#478).gixbumps to address RUSTSEC advisories (#473, #488, #490).Full Changelog: rustyhorde/vergen@vergen_9.0.6...v10.0.0
v9.0.6: vergen 9.0.6What's Changed
gitcommands. by @aznashwan in #409New Contributors
Full Changelog: rustyhorde/vergen@vergen_pretty_0.3.6...vergen_9.0.6
v9.0.3Compare Source
v9.0.2: vergen 9.0.2Compare Source
v9.0.1: vergen 9.0.1Compare Source
v9.0.0: vergen 9.0.0vergentool.Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.