[PR #238] [MERGED] build(deps): bump regex from 1.11.2 to 1.11.3 #1843

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/238
Author: @dependabot[bot]
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/regex-1.11.3


📝 Commits (1)

  • 837a54f build(deps): bump regex from 1.11.2 to 1.11.3

📊 Changes

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

View changed files

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

📄 Description

Bumps regex from 1.11.2 to 1.11.3.

Changelog

Sourced from regex's changelog.

1.11.3 (2025-09-25)

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

Improvements:

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/238 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/regex-1.11.3` --- ### 📝 Commits (1) - [`837a54f`](https://github.com/JakeStanger/mpd-discord-rpc/commit/837a54fe67c632a7d3722b21739845e9648bee33) build(deps): bump regex from 1.11.2 to 1.11.3 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 to 1.11.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.11.3 (2025-09-25)</h1> <p>This is a small patch release with an improvement in memory usage in some cases.</p> <p>Improvements:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1297">#1297</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1297">rust-lang/regex#1297</a>): Improve memory usage by trimming excess memory capacity in some spots.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/ef1c2c309e3a2e2307ff4743c2cf68c7dec0c475"><code>ef1c2c3</code></a> 1.11.3</li> <li><a href="https://github.com/rust-lang/regex/commit/ad5cd6c602c8a9ecdbd4b5f7cb1d29c49c15d297"><code>ad5cd6c</code></a> deps: bump regex-automata</li> <li><a href="https://github.com/rust-lang/regex/commit/ee69d9ebc43c8d79a2c1acd5ebd4c58cc88794f6"><code>ee69d9e</code></a> changelog: 1.11.3</li> <li><a href="https://github.com/rust-lang/regex/commit/159fa3e1e0984ade1edf4831b80c94cdf4b3ed9f"><code>159fa3e</code></a> regex-automata-0.4.11</li> <li><a href="https://github.com/rust-lang/regex/commit/02a62baf2ad3d033328036d6d7915ed4475f33fd"><code>02a62ba</code></a> automata: call <code>Vec::shrink_to_fit</code> in a few strategic places</li> <li><a href="https://github.com/rust-lang/regex/commit/a76e0a0ef050f987d686268f1783a95b6bb25ea9"><code>a76e0a0</code></a> cargo: exclude <code>tests/fuzz</code> from the package</li> <li><a href="https://github.com/rust-lang/regex/commit/19172cc2de09f1e1f093e1f3c9e4118e07b02030"><code>19172cc</code></a> style: inline formatting arguments</li> <li><a href="https://github.com/rust-lang/regex/commit/2695e29200d8145db6ae601b5e616494a2a96fcd"><code>2695e29</code></a> ci: fix cross testing</li> <li>See full diff in <a href="https://github.com/rust-lang/regex/compare/1.11.2...1.11.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.11.2&new-version=1.11.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 03:58:54 +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#1843
No description provided.