Skip to content

Commit

Permalink
build(deps): bump regex from 1.9.1 to 1.9.3 (#273)
Browse files Browse the repository at this point in the history
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>

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 Aug 7, 2023
1 parent b15b228 commit 5ba698b
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 @@ -17,7 +17,7 @@ convert_case = "0.6.0"
once_cell = "1.18.0"
proc-macro2 = "1"
quote = "1"
regex = "1.9.1"
regex = "1.9.3"
syn = { version = "2", features = ["full"] }

[dev-dependencies]
Expand Down

0 comments on commit 5ba698b

Please sign in to comment.