Skip to content

build(deps): bump the cargo group with 2 updates - #655

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-d510e912d6
Open

build(deps): bump the cargo group with 2 updates#655
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-d510e912d6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 2 updates: regress and rustls-webpki.

Updates regress from 0.11.1 to 0.12.0

Release notes

Sourced from regress's releases.

v0.12.0

Highlights

  • Restored support for no_std + alloc builds. Use: --no-default-features --features alloc.
  • Added Unicode Script=Unknown property support.
  • Improved correctness for ECMAScript Unicode Sets (v mode), inline modifier groups, and several Unicode case-insensitive matching cases.
  • Hardened parsing against excessively nested expressions, avoiding stack-overflow failures.
  • Reduced downstream binary size by avoiding forced inlining of regex construction and search internals.

Fixes

  • Correctly propagate flags from inline modifier groups.
  • Correct handling of nested and negated character sets in v mode.
  • Correct parsing of invalid \x escapes as identity escapes where ECMAScript permits it.
  • Correctly detect start-anchored alternations.
  • Include the v flag in Flags formatting.
  • Make Regex::find_from clearly panic when given an index that splits a UTF-8 code point.
  • Fix big-endian matching.
  • Avoid overly aggressive loop unrolling.

Performance and implementation

  • Improve PikeVM handling of one-character loops and reduce state allocation overhead.
  • Improve Unicode string-set lowering and longest-match ordering.
  • Improve case-folding/literal lowering internals.
  • Add a safety limit for deeply nested patterns.
  • Allow downstream users to share regex internals rather than duplicating them through inlining.
Commits
  • aae35de Bump version to 0.12.0
  • fb71b0f Suppress an annoying clipply
  • cdb851d perf: avoid duplicating regex internals
  • f384b81 Remove the autofix workflow
  • a43b2fe Bump taiki-e/install-action from 2.85.5 to 2.86.3
  • 1621a47 Bump taiki-e/install-action from 2 to 2.85.5
  • 99a8021 fix missing v flag in fmt::Display impl for Flags
  • ba9cc87 Update api.rs
  • 5d43c9e Bump actions/checkout from 5 to 7 (#155)
  • 89c080a Remove an overly verbose comment
  • Additional commits viewable in compare view

Updates rustls-webpki from 0.103.14 to 0.103.15

Release notes

Sourced from rustls-webpki's releases.

v/0.103.15

Fixes docs.rs build errors.

What's Changed

Full Changelog: https://github.com/rustls/webpki/compare/v/0.103.14..v/0.103.15

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 2 updates: [regress](https://github.com/ridiculousfish/regress) and [rustls-webpki](https://github.com/rustls/webpki).


Updates `regress` from 0.11.1 to 0.12.0
- [Release notes](https://github.com/ridiculousfish/regress/releases)
- [Commits](ridiculousfish/regress@v0.11.1...v0.12.0)

Updates `rustls-webpki` from 0.103.14 to 0.103.15
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.14...v/0.103.15)

---
updated-dependencies:
- dependency-name: regress
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: rustls-webpki
  dependency-version: 0.103.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

:shipit: No regressions found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code 🙈 no-regressions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants