[PR #61] [MERGED] build(deps): bump regex from 1.9.1 to 1.9.3 #1418

Closed
opened 2026-05-23 02:58:17 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/61
Author: @dependabot[bot]
Created: 8/7/2023
Status: Merged
Merged: 8/9/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/regex-1.9.3


📝 Commits (1)

  • 93e8bd3 build(deps): bump regex from 1.9.1 to 1.9.3

📊 Changes

2 files changed (+7 additions, -7 deletions)

View changed files

📝 Cargo.lock (+6 -6)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps regex from 1.9.1 to 1.9.3.

Changelog

Sourced from regex's changelog.

1.9.3 (2023-08-05)

This is a patch release that fixes a bug where some searches could result in incorrect match offsets being reported. It is difficult to characterize the types of regexes susceptible to this bug. They generally involve patterns that contain no prefix or suffix literals, but have an inner literal along with a regex prefix that can conditionally match.

Bug fixes:

  • [BUG #1060](rust-lang/regex#1060): Fix a bug with the reverse inner literal optimization reporting incorrect match offsets.

1.9.2 (2023-08-05)

This is a patch release that fixes another memory usage regression. This particular regression occurred only when using a RegexSet. In some cases, much more heap memory (by one or two orders of magnitude) was allocated than in versions prior to 1.9.0.

Bug fixes:

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-discord-rpc/pull/61 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/7/2023 **Status:** ✅ Merged **Merged:** 8/9/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/regex-1.9.3` --- ### 📝 Commits (1) - [`93e8bd3`](https://github.com/JakeStanger/mpd-discord-rpc/commit/93e8bd36fa3d550033b863639cdc41b6be7bbd73) build(deps): bump regex from 1.9.1 to 1.9.3 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [regex](https://github.com/rust-lang/regex) from 1.9.1 to 1.9.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.9.3 (2023-08-05)</h1> <p>This is a patch release that fixes a bug where some searches could result in incorrect match offsets being reported. It is difficult to characterize the types of regexes susceptible to this bug. They generally involve patterns that contain no prefix or suffix literals, but have an inner literal along with a regex prefix that can conditionally match.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1060">#1060</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1060">rust-lang/regex#1060</a>): Fix a bug with the reverse inner literal optimization reporting incorrect match offsets.</li> </ul> <h1>1.9.2 (2023-08-05)</h1> <p>This is a patch release that fixes another memory usage regression. This particular regression occurred only when using a <code>RegexSet</code>. In some cases, much more heap memory (by one or two orders of magnitude) was allocated than in versions prior to 1.9.0.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1059">#1059</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1059">rust-lang/regex#1059</a>): Fix a memory usage regression when using a <code>RegexSet</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/72f889ef3cca59ebac6a026f3646e8d92f056d88"><code>72f889e</code></a> 1.9.3</li> <li><a href="https://github.com/rust-lang/regex/commit/446ecd6154854274c70b015e6c2718cdf2f48c57"><code>446ecd6</code></a> deps: bump regex-automata to 0.3.6</li> <li><a href="https://github.com/rust-lang/regex/commit/c892d08c7c9ccdef4278ebbe30b5a83f0a145780"><code>c892d08</code></a> regex-automata-0.3.6</li> <li><a href="https://github.com/rust-lang/regex/commit/3d21492e399d77415ebcd2eee4432e2feab87893"><code>3d21492</code></a> changelog: 1.9.3</li> <li><a href="https://github.com/rust-lang/regex/commit/73f7889021542ea80937b3adacefa5825eaa97fe"><code>73f7889</code></a> automata: fix incorrect offsets reported by reverse inner optimization</li> <li><a href="https://github.com/rust-lang/regex/commit/bbf0b38df618734b92d7b92acc8a8bf31b6d0046"><code>bbf0b38</code></a> 1.9.2</li> <li><a href="https://github.com/rust-lang/regex/commit/8c01708a042399d14638dda5112469235c75f40a"><code>8c01708</code></a> deps: bump regex-automata to 0.3.5</li> <li><a href="https://github.com/rust-lang/regex/commit/2f5bdb07974e037fdd61883fac83942c68b60512"><code>2f5bdb0</code></a> regex-automata-0.3.5</li> <li><a href="https://github.com/rust-lang/regex/commit/4f3390c55e98ae2d09312bc27e47216c7a19490c"><code>4f3390c</code></a> changelog: 1.9.2</li> <li><a href="https://github.com/rust-lang/regex/commit/d93ddbefd77f61a771a9a71ac345e117c0c43054"><code>d93ddbe</code></a> automata: add internal HalfMatch APIs for NFA engines</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.9.1...1.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.9.1&new-version=1.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:58:17 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#1418
No description provided.