Skip to content

Commit

Permalink
build(deps): Bump regex from 1.10.6 to 1.11.0 (#594)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Sep 30, 2024
1 parent 7b629d1 commit 07446ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ convert_case = "0.6.0"
once_cell = "1.19.0"
proc-macro2 = "1"
quote = "1"
regex = "1.10.6"
regex = "1.11.0"
syn = { version = "2", features = ["full"] }
tblgen = { version = "0.4.0", features = [
"llvm19-0",
Expand Down

0 comments on commit 07446ef

Please sign in to comment.