dependabot[bot] opened a new pull request, #2950: URL: https://github.com/apache/avro/pull/2950
Bumps [regex-lite](https://github.com/rust-lang/regex) from 0.1.5 to 0.1.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex-lite's changelog</a>.</em></p> <blockquote> <h1>0.1.69</h1> <ul> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/216">#216</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/216">rust-lang/regex#216</a>): Tweak the threshold for running backtracking.</li> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/217">#217</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/217">rust-lang/regex#217</a>): Add upper limit (from the DFA) to capture search (for the NFA).</li> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/218">#218</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/218">rust-lang/regex#218</a>): Add rure, a C API.</li> </ul> <h1>0.1.68</h1> <ul> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/210">#210</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/210">rust-lang/regex#210</a>): Fixed a performance bug in <code>bytes::Regex::replace</code> where <code>extend</code> was used instead of <code>extend_from_slice</code>.</li> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/211">#211</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/211">rust-lang/regex#211</a>): Fixed a bug in the handling of word boundaries in the DFA.</li> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/213">#213</a>](<a href="https://github.com/rust-lang/pull/213">https://github.com/rust-lang/pull/213</a>): Added RE2 and Tcl to the benchmark harness. Also added a CLI utility from running regexes using any of the following regex engines: PCRE1, PCRE2, Oniguruma, RE2, Tcl and of course Rust's own regexes.</li> </ul> <h1>0.1.67</h1> <ul> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/201">#201</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/201">rust-lang/regex#201</a>): Fix undefined behavior in the <code>regex!</code> compiler plugin macro.</li> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/205">#205</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/205">rust-lang/regex#205</a>): More improvements to DFA performance. Competitive with RE2. See PR for benchmarks.</li> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/209">#209</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/209">rust-lang/regex#209</a>): Release 0.1.66 was semver incompatible since it required a newer version of Rust than previous releases. This PR fixes that. (And <code>0.1.66</code> was yanked.)</li> </ul> <h1>0.1.66</h1> <ul> <li>Speculative support for Unicode word boundaries was added to the DFA. This should remove the last common case that disqualified use of the DFA.</li> <li>An optimization that scanned for suffix literals and then matched the regular expression in reverse was removed because it had worst case quadratic time complexity. It was replaced with a more limited optimization where, given any regex of the form <code>re$</code>, it will be matched in reverse from the end of the haystack.</li> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/202">#202</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/202">rust-lang/regex#202</a>): The inner loop of the DFA was heavily optimized to improve cache locality and reduce the overall number of instructions run on each iteration. This represents the first use of <code>unsafe</code> in <code>regex</code> (to elide bounds checks).</li> <li>[PR <a href="https://redirect.github.com/rust-lang/regex/issues/200">#200</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/200">rust-lang/regex#200</a>): Use of the <code>mempool</code> crate (which used thread local storage) was replaced with a faster version of a similar API in <a href="https://github.com/Amanieu"><code>@Amanieu</code></a>'s <code>thread_local</code> crate. It should reduce contention when using a regex from multiple threads</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/1288b83af3d8b441efb264ed6651b0dfb9c2df78"><code>1288b83</code></a> regex-lite-0.1.6</li> <li><a href="https://github.com/rust-lang/regex/commit/0718fc5acbe91b84322ef1bd2c32e189e4668254"><code>0718fc5</code></a> 1.10.5</li> <li><a href="https://github.com/rust-lang/regex/commit/377463bd8200c038e7997a550aa708e0c686d90f"><code>377463b</code></a> changelog: 1.10.4 and 1.10.5</li> <li><a href="https://github.com/rust-lang/regex/commit/68c4f0b7b7f500e0ab3fbdd42c14f837c4ed1be4"><code>68c4f0b</code></a> regex-automata-0.4.7</li> <li><a href="https://github.com/rust-lang/regex/commit/4757b5f01a7b9b6c8d89bd63b3d1500f7e0efa9e"><code>4757b5f</code></a> regex-syntax-0.8.4</li> <li><a href="https://github.com/rust-lang/regex/commit/1430b65baeebeb67b3335e26a71f251cce9964ef"><code>1430b65</code></a> changelog: 1.10.4</li> <li><a href="https://github.com/rust-lang/regex/commit/1f9f9ccd393fc5342aff6db5e3d47915e87a2554"><code>1f9f9cc</code></a> bytes: escape invalid UTF-8 bytes in debug output for Match</li> <li><a href="https://github.com/rust-lang/regex/commit/ab4c8d1f210a2e1011a4408476b2c708e64dcede"><code>ab4c8d1</code></a> doc: fix duplicate phrasing typo</li> <li><a href="https://github.com/rust-lang/regex/commit/ddeb85eaa3bdf79d6306cc92a9d8bd89d839b5cd"><code>ddeb85e</code></a> cli/deps: update memmap2 to 0.9</li> <li><a href="https://github.com/rust-lang/regex/commit/023f1c9ac117cd5ef2e45119b61b94f85d109667"><code>023f1c9</code></a> lite: fix attribute warning about rustfmt</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/regex-lite-0.1.5...regex-lite-0.1.6">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org