Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump regex from 1.10.6 to 1.11.0 (#104)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0. <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.0 (2024-09-29)</h1> <p>This is a new minor release of <code>regex</code> that brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used by <code>regex</code> internally to the version 16 release.</p> <p>New features:</p> <ul> <li>[FEATURE <a href="https://redirect.github.com/rust-lang/regex/issues/1228">#1228</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/1228">rust-lang/regex#1228</a>): Add new <code>regex::SetMatches::matched_all</code> method.</li> <li>[FEATURE <a href="https://redirect.github.com/rust-lang/regex/issues/1229">#1229</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/1229">rust-lang/regex#1229</a>): Update to Unicode Character Database (UCD) version 16.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/bcbe40342628b15ab2543d386c745f7f0811b791"><code>bcbe403</code></a> 1.11.0</li> <li><a href="https://github.com/rust-lang/regex/commit/9e17e56d3bd77f135f8ffccefcea3f49cbb0cd44"><code>9e17e56</code></a> deps: bump regex-automata</li> <li><a href="https://github.com/rust-lang/regex/commit/58e16f50f07729bf856570d1a8be0de0b4d5e9e0"><code>58e16f5</code></a> regex-automata-0.4.8</li> <li><a href="https://github.com/rust-lang/regex/commit/4bb1e3d992a4e237c5ad535f1798f7a46552c34d"><code>4bb1e3d</code></a> deps: bump regex-syntax</li> <li><a href="https://github.com/rust-lang/regex/commit/cba0fbc0194456f644040d7558ae6ed261d57cc2"><code>cba0fbc</code></a> regex-syntax-0.8.5</li> <li><a href="https://github.com/rust-lang/regex/commit/1533257e7d337022bbfae9df99fb99948044aa87"><code>1533257</code></a> changelog: 1.11.0</li> <li><a href="https://github.com/rust-lang/regex/commit/9239e7e2feb996e8d764dbda23614663a1882ece"><code>9239e7e</code></a> data: update to UCD 16</li> <li><a href="https://github.com/rust-lang/regex/commit/7691e4913d1f0c7d15dc6e1f95cf07474f614bd9"><code>7691e49</code></a> cli: include \w, \s and \d in Unicode data table generation</li> <li><a href="https://github.com/rust-lang/regex/commit/b790aa5d2880ad4aeb1820fcb4bd6046f9c50dd6"><code>b790aa5</code></a> api: add SetMatches::matched_all</li> <li><a href="https://github.com/rust-lang/regex/commit/d3d3ff7abe4d98972a2d2cde1202ce903ddd4e14"><code>d3d3ff7</code></a> cli: remove some dead code</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.10.6...1.11.0">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.6&new-version=1.11.0)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information