dependabot[bot] opened a new pull request, #430: URL: https://github.com/apache/arrow-datafusion-python/pull/430
Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.7.2 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex-syntax's changelog</a>.</em></p> <blockquote> <p>0.7.4, which we now require.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/568">#568</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/568">rust-lang/regex#568</a>): Fix an API regression where Regex was no longer UnwindSafe.</li> </ul> <h1>1.1.3 (2019-03-30)</h1> <p>This releases fixes a few bugs and adds a performance improvement when a regex is a simple alternation of literals.</p> <p>Performance improvements:</p> <ul> <li>[OPT <a href="https://redirect.github.com/rust-lang/regex/issues/566">#566</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/566">rust-lang/regex#566</a>): Upgrades <code>aho-corasick</code> to 0.7 and uses it for <code>foo|bar|...|quux</code> regexes.</li> </ul> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/527">#527</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/527">rust-lang/regex#527</a>): Fix a bug where the parser would panic on patterns like <code>((?x))</code>.</li> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/555">#555</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/555">rust-lang/regex#555</a>): Fix a bug where the parser would panic on patterns like <code>(?m){1,1}</code>.</li> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/557">#557</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/557">rust-lang/regex#557</a>): Fix a bug where captures could lead to an incorrect match.</li> </ul> <h1>1.1.2 (2019-02-27)</h1> <p>This release fixes a bug found in the fix introduced in 1.1.1.</p> <p>Bug fixes:</p> <ul> <li><a href="https://github.com/rust-lang/regex/commit/edf45e6f">BUG edf45e6f</a>: Fix bug introduced in reverse suffix literal matcher in the 1.1.1 release.</li> </ul> <h1>1.1.1 (2019-02-27)</h1> <p>This is a small release with one fix for a bug caused by literal optimizations.</p> <p>Bug fixes:</p> <ul> <li><a href="https://github.com/rust-lang/regex/commit/661bf53d">BUG 661bf53d</a>: Fixes a bug in the reverse suffix literal optimization. This was originally reported <a href="https://redirect.github.com/BurntSushi/ripgrep/issues/1203">against ripgrep</a>.</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/5e8eaf1f7ab92b68bfabaa004561ccb1269ecb9f"><code>5e8eaf1</code></a> regex-syntax-0.7.4</li> <li><a href="https://github.com/rust-lang/regex/commit/43ba6b810f2e3f60d7a57f4bcc8e1831b78a011c"><code>43ba6b8</code></a> syntax: improve literal extraction from certain repetitions</li> <li><a href="https://github.com/rust-lang/regex/commit/28e16fa5c34ab30a84b20de730cbdbe636e8a6df"><code>28e16fa</code></a> regex-automata-0.3.2</li> <li><a href="https://github.com/rust-lang/regex/commit/3616358b3c12de5d8373b4e53e56846f33350156"><code>3616358</code></a> automata: add targeted inline(always) annotations</li> <li><a href="https://github.com/rust-lang/regex/commit/a47e2455ff29ab4c765c0716a484c75f226b5c5a"><code>a47e245</code></a> 1.9.1</li> <li><a href="https://github.com/rust-lang/regex/commit/4136a1b850e9634b4494f48fa971328b0b058850"><code>4136a1b</code></a> deps: bump regex-automata to 0.3.1</li> <li><a href="https://github.com/rust-lang/regex/commit/bd87969357cf309641e3296d603328672075ea19"><code>bd87969</code></a> regex-automata-0.3.1</li> <li><a href="https://github.com/rust-lang/regex/commit/663fc54707454c5f99f889e445ea798bd314c52d"><code>663fc54</code></a> changelog: 1.9.1</li> <li><a href="https://github.com/rust-lang/regex/commit/4e89cbf607c761d47f5285133fe791d284d3d313"><code>4e89cbf</code></a> automata/nfa/backtrack: fix memory usage</li> <li><a href="https://github.com/rust-lang/regex/commit/c51486d9f102bdf4ecb657a437c164fd7f425096"><code>c51486d</code></a> fuzz: tweak limits</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/regex-syntax-0.7.2...regex-syntax-0.7.4">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
