Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

This PR contains the following updates:

Package Type Update Change
regex dependencies minor 1.10.2 -> 1.12.2

Release Notes

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.

v1.11.3

Compare Source

===================
This is a small patch release with an improvement in memory usage in some
cases.

Improvements:

  • BUG #​1297:
    Improve memory usage by trimming excess memory capacity in some spots.

v1.11.2

Compare Source

===================
This is a new patch release of regex with some minor fixes. A larger number
of typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock.

Improvements:

  • BUG #​1217:
    Switch recommendation from once_cell to std::sync::LazyLock.
  • BUG #​1225:
    Add DFA::set_prefilter to regex-automata.

Bug fixes:

  • BUG #​1165:
    Remove std dependency from perf-literal-multisubstring crate feature.
  • BUG #​1165:
    Clarify the meaning of (?R)$ in the documentation.
  • BUG #​1281:
    Remove fuzz/ and record/ directories from published crate on crates.io.

v1.11.1

Compare Source

===================
This is a new patch release of regex that fixes compilation on nightly
Rust when the unstable pattern crate feature is enabled. Users on nightly
Rust without this feature enabled are unaffected.

Bug fixes:

  • BUG #​1231:
    Fix the Pattern trait implementation as a result of nightly API breakage.

v1.11.0

Compare Source

===================
This is a new minor release of regex that brings in an update to the
Unicode Character Database. Specifically, this updates the Unicode data
used by regex internally to the version 16 release.

New features:

v1.10.6

Compare Source

===================
This is a new patch release with a fix for the unstable crate feature that
enables std::str::Pattern trait integration.

Bug fixes:

  • BUG #​1219:
    Fix the Pattern trait implementation as a result of nightly API breakage.

v1.10.5

Compare Source

===================
This is a new patch release with some minor fixes.

Bug fixes:

  • BUG #​1203:
    Escape invalid UTF-8 when in the Debug impl of regex::bytes::Match.

v1.10.4

Compare Source

===================
This is a new patch release with some minor fixes.

  • BUG #​1169:
    Fixes a bug with compiling a reverse NFA automaton in regex-automata.
  • BUG #​1178:
    Clarifies that when Cow::Borrowed is returned from replace APIs, it is
    equivalent to the input.

v1.10.3

Compare Source

===================
This is a new patch release that fixes the feature configuration of optional
dependencies, and fixes an unsound use of bounds check elision.

Bug fixes:

  • BUG #​1147:
    Set default-features=false for the memchr and aho-corasick dependencies.
  • BUG #​1154:
    Fix unsound bounds check elision.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot changed the title fix(deps): update rust crate regex to v1.10.4 fix(deps): update rust crate regex to v1.10.5 Jun 9, 2024
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch from 5a83af5 to 4d4bf71 Compare June 9, 2024 13:36
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch from 4d4bf71 to 823e73e Compare August 2, 2024 16:56
@renovate renovate bot changed the title fix(deps): update rust crate regex to v1.10.5 fix(deps): update rust crate regex to v1.10.6 Aug 2, 2024
@renovate renovate bot changed the title fix(deps): update rust crate regex to v1.10.6 fix(deps): update rust crate regex to v1.11.0 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch from 823e73e to 9157d9f Compare September 29, 2024 16:46
@renovate renovate bot changed the title fix(deps): update rust crate regex to v1.11.0 fix(deps): update rust crate regex to v1.11.1 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch from 9157d9f to 3939dd5 Compare October 24, 2024 16:50
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch from 3939dd5 to a840820 Compare August 10, 2025 14:25
@renovate renovate bot changed the title fix(deps): update rust crate regex to v1.11.1 fix(deps): update rust crate regex to v1.11.2 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch from a840820 to 229c80f Compare August 24, 2025 14:06
@renovate renovate bot changed the title fix(deps): update rust crate regex to v1.11.2 chore(deps): update rust crate regex to v1.11.3 Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update rust crate regex to v1.11.3 chore(deps): update rust crate regex to v1.12.1 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch from 229c80f to 97e1a78 Compare October 11, 2025 02:05
@renovate renovate bot changed the title chore(deps): update rust crate regex to v1.12.1 chore(deps): update rust crate regex to v1.12.2 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch from 97e1a78 to 2f3a4d6 Compare October 13, 2025 16:43
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.

1 participant