[PR #662] [MERGED] chore(deps): bump regex from 1.10.2 to 1.10.3 #1040

Closed
opened 2026-01-05 14:53:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/662
Author: @dependabot[bot]
Created: 2/12/2024
Status: Merged
Merged: 2/12/2024
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/regex-1.10.3


📝 Commits (1)

  • 07135b4 chore(deps): bump regex from 1.10.2 to 1.10.3

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 Cargo.lock (+5 -5)

📄 Description

Bumps regex from 1.10.2 to 1.10.3.

Changelog

Sourced from regex's changelog.

1.10.3 (2024-01-21)

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:

Commits
  • 0c09903 1.10.3
  • 653bb59 deps: bump regex-automata to 0.4.4
  • e7b5401 regex-automata-0.4.4
  • 1bc667d changelog: 1.10.3
  • fbd2537 safety: guard in Input::new against incorrect AsRef implementations
  • 027eebd cargo: set 'default-features = false' for memchr and aho-corasick
  • dc0a9d2 ci: small clean-ups
  • a3d5975 doc: fix link in Index<&str> impl docs
  • 4f5992f doc: tweak Captures documentation
  • 837fd85 regex-cli-0.2.0
  • Additional commits viewable in compare view

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/LGUG2Z/komorebi/pull/662 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/12/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/regex-1.10.3` --- ### 📝 Commits (1) - [`07135b4`](https://github.com/LGUG2Z/komorebi/commit/07135b480c34b0cb76de979b04b8feffde2548b8) chore(deps): bump regex from 1.10.2 to 1.10.3 ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+5 -5) </details> ### 📄 Description Bumps [regex](https://github.com/rust-lang/regex) from 1.10.2 to 1.10.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.10.3 (2024-01-21)</h1> <p>This is a new patch release that fixes the feature configuration of optional dependencies, and fixes an unsound use of bounds check elision.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1147">#1147</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1147">rust-lang/regex#1147</a>): Set <code>default-features=false</code> for the <code>memchr</code> and <code>aho-corasick</code> dependencies.</li> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1154">#1154</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/1154">rust-lang/regex#1154</a>): Fix unsound bounds check elision.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/0c0990399270277832fbb5b91a1fa118e6f63dba"><code>0c09903</code></a> 1.10.3</li> <li><a href="https://github.com/rust-lang/regex/commit/653bb5999647fd0abf1d11e2708dd6bb7607d749"><code>653bb59</code></a> deps: bump regex-automata to 0.4.4</li> <li><a href="https://github.com/rust-lang/regex/commit/e7b5401f6aae8db34fedcd4ed0c36f539279e4e9"><code>e7b5401</code></a> regex-automata-0.4.4</li> <li><a href="https://github.com/rust-lang/regex/commit/1bc667d7b37c73d17d1d73d9711ff39f093a4280"><code>1bc667d</code></a> changelog: 1.10.3</li> <li><a href="https://github.com/rust-lang/regex/commit/fbd2537a58008c1045bc063b30a3e1f130742aac"><code>fbd2537</code></a> safety: guard in Input::new against incorrect AsRef implementations</li> <li><a href="https://github.com/rust-lang/regex/commit/027eebd6fde307076603530c999afcfd271bb037"><code>027eebd</code></a> cargo: set 'default-features = false' for memchr and aho-corasick</li> <li><a href="https://github.com/rust-lang/regex/commit/dc0a9d239cf34cda09cbdeffea3919b4c627836c"><code>dc0a9d2</code></a> ci: small clean-ups</li> <li><a href="https://github.com/rust-lang/regex/commit/a3d5975c35249b0f726078a19160f9269da64964"><code>a3d5975</code></a> doc: fix link in Index&lt;&amp;str&gt; impl docs</li> <li><a href="https://github.com/rust-lang/regex/commit/4f5992fa442bb469be7042454e6a1b74181dd9a5"><code>4f5992f</code></a> doc: tweak <code>Captures</code> documentation</li> <li><a href="https://github.com/rust-lang/regex/commit/837fd85e79fac2a4ea64030411b9a4a7b17dfa42"><code>837fd85</code></a> regex-cli-0.2.0</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.10.2...1.10.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.10.2&new-version=1.10.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>
adam added the pull-request label 2026-01-05 14:53:53 +01:00
adam closed this issue 2026-01-05 14:53:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1040