Update rust dependencies (dev) (major)#357
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
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.7→1.09.1→10.0Release Notes
rustyhorde/vergen (vergen-git2)
v10.0.1: vergen 10.0.1Compare Source
vergen 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
Configuration
📅 Schedule: (in timezone Europe/Warsaw)
* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.