Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Type Update Change
annotate-snippets workspace.dependencies patch 0.12.4 -> 0.12.8
anstream workspace.dependencies patch 0.6.20 -> 0.6.21
clap workspace.dependencies patch 4.5.48 -> 4.5.51
clap_complete workspace.dependencies patch 4.5.58 -> 4.5.60
flate2 workspace.dependencies patch 1.1.2 -> 1.1.5
handlebars workspace.dependencies patch =6.3.1 -> =6.3.2
ignore (source) workspace.dependencies patch 0.4.23 -> 0.4.25
indexmap workspace.dependencies minor 2.11.4 -> 2.12.0
libc workspace.dependencies patch 0.2.176 -> 0.2.177
openssl workspace.dependencies patch 0.10.73 -> 0.10.74
openssl-sys workspace.dependencies patch 0.9.109 -> 0.9.110
proptest (source) workspace.dependencies minor 1.8.0 -> 1.9.0
regex workspace.dependencies minor 1.11.3 -> 1.12.2
schemars (source) workspace.dependencies patch 1.0.4 -> 1.0.5
snapbox workspace.dependencies patch 0.6.21 -> 0.6.23
toml workspace.dependencies patch 0.9.7 -> 0.9.8
toml_edit workspace.dependencies patch 0.23.6 -> 0.23.7
unicode-ident workspace.dependencies patch 1.0.20 -> 1.0.22
unicode-width workspace.dependencies patch 0.2.1 -> 0.2.2
windows-sys workspace.dependencies patch 0.61.1 -> 0.61.2

Release Notes

rust-lang/annotate-snippets-rs (annotate-snippets)

v0.12.8

Compare Source

Fixes
  • No longer panic when annotating leading whitespace #​334

v0.12.7

Compare Source

Fixes
  • Correctly calculate annotation offsets when trimming unicode characters #​331

v0.12.6

Compare Source

Changed
  • Upgraded unicode-width to 0.2.2 #​326
    • This update adds support for Unicode 16 and 17, and can affect character width calculations
  • Use straight arrows for standalone Origin #​327
Fixes
  • Correctly calculate line numbers for trimmed multi-line suggestions #​321
  • Respect .fold(false) when set on suggestions #​322
  • Properly calculate the max line number width for suggestions #​323
  • Show full line when Patch span points to line end #​324

v0.12.5

Compare Source

Fixes
  • Highlight the correct span for duplicated diff lines #​318
rust-cli/anstyle (anstream)

v0.6.21

Compare Source

clap-rs/clap (clap)

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present
rust-lang/flate2-rs (flate2)

v1.1.5

Compare Source

This bugfix release fixes #​508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5

v1.1.4: - it's 1.1.3 with fixed documentation

Compare Source

See here for the changelog of v1.1.3: https://github.com/rust-lang/flate2-rs/releases/tag/1.1.3 .

Full Changelog: rust-lang/flate2-rs@1.1.3...1.1.4

v1.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3

sunng87/handlebars-rust (handlebars)

v6.3.2

Compare Source

  • [Fixed] Reimplementation of partial context [#​699]
BurntSushi/ripgrep (ignore)

v0.4.25

Compare Source

v0.4.24

Compare Source

indexmap-rs/indexmap (indexmap)

v2.12.0

Compare Source

  • MSRV: Rust 1.82.0 or later is now required.
  • Updated the hashbrown dependency to 0.16 alone.
  • Error types now implement core::error::Error.
  • Added pop_if methods to IndexMap and IndexSet, similar to the
    method for Vec added in Rust 1.86.
rust-lang/libc (libc)

v0.2.177

Compare Source

Added
  • Apple: Add TIOCGETA, TIOCSETA, TIOCSETAW, TIOCSETAF constants (#​4736)
  • Apple: Add pthread_cond_timedwait_relative_np (#​4719)
  • BSDs: Add _CS_PATH constant (#​4738)
  • Linux-like: Add SIGEMT for mips* and sparc* architectures (#​4730)
  • OpenBSD: Add elf_aux_info (#​4729)
  • Redox: Add more sysconf constants (#​4728)
  • Windows: Add wcsnlen (#​4721)
Changed
  • WASIP2: Invert conditional to include p2 APIs (#​4733)
rust-openssl/rust-openssl (openssl)

v0.10.74

Compare Source

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.74

proptest-rs/proptest (proptest)

v1.9.0

Compare Source

rust-lang/regex (regex)

v1.12.2

Compare Source

===================
This release fixes a cargo doc breakage on nightly when --cfg docsrs is
enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

  • BUG #​1305:
    Switches the doc_auto_cfg feature to doc_cfg on nightly for docs.rs builds.

v1.12.1

Compare Source

===================
This release makes a bug fix in the new regex::Captures::get_match API
introduced in 1.12.0. There was an oversight with the lifetime parameter
for the Match returned. This is technically a breaking change, but given
that it was caught almost immediately and I've yanked the 1.12.0 release,
I think this is fine.

v1.12.0

Compare Source

===================
This release contains a smattering of bug fixes, a fix for excessive memory
consumption in some cases and a new regex::Captures::get_match API.

Improvements:

  • FEATURE #​1146:
    Add Capture::get_match for returning the overall match without unwrap().

Bug fixes:

  • BUG #​1083:
    Fixes a panic in the lazy DFA (can only occur for especially large regexes).
  • BUG #​1116:
    Fixes a memory usage regression for large regexes (introduced in regex 1.9).
  • BUG #​1195:
    Fix universal start states in sparse DFA.
  • BUG #​1295:
    Fixes a panic when deserializing a corrupted dense DFA.
  • BUG 8f5d9479:
    Make regex_automata::meta::Regex::find consistently return None when
    WhichCaptures::None is used.
GREsau/schemars (schemars)

v1.0.5

Compare Source

Fixed
  • Fix schema.pointer_mut() to resolve URI fragment identifiers like #/$defs/foo, matching current behaviour of schema.pointer() (#​478 / #​479)
assert-rs/snapbox (snapbox)

v0.6.23

Compare Source

v0.6.22

Compare Source

toml-rs/toml (toml)

v0.9.8

Compare Source

dtolnay/unicode-ident (unicode-ident)

v1.0.22

Compare Source

  • Match the type of char::UNICODE_VERSION (#​44)

v1.0.21

Compare Source

unicode-rs/unicode-width (unicode-width)

v0.2.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 1, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 1, 2025

r? @ehuss

rustbot has assigned @ehuss.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@renovate renovate bot force-pushed the renovate/compatible branch from 7fe0a98 to 12aed63 Compare November 3, 2025 00:54
@rustbot
Copy link
Collaborator

rustbot commented Nov 3, 2025

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

epage added a commit to epage/cargo that referenced this pull request Nov 3, 2025
See rust-lang#16185 for links to changelogs
@epage
Copy link
Contributor

epage commented Nov 3, 2025

Posted #16185 to exclude the handlebars upgrade

@epage epage closed this Nov 3, 2025
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 3, 2025
github-merge-queue bot pushed a commit that referenced this pull request Nov 4, 2025
### What does this PR try to resolve?

See #16185 for links to changelogs

### How to test and review this PR?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants