Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump regex from 1.10.5 to 1.10.6 (#574)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6. <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.10.6 (2024-08-02)</h1> <p>This is a new patch release with a fix for the <code>unstable</code> crate feature that enables <code>std::str::Pattern</code> trait integration.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1219">#1219</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/1219">rust-lang/regex#1219</a>): Fix the <code>Pattern</code> trait implementation as a result of nightly API breakage.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/ab88aa5c6824ebe7c4b4c72fe5191681783b3a68"><code>ab88aa5</code></a> 1.10.6</li> <li><a href="https://github.com/rust-lang/regex/commit/76f2d30d85eb70336b76d20bb6eb462de6391321"><code>76f2d30</code></a> changelog: 1.10.6</li> <li><a href="https://github.com/rust-lang/regex/commit/2970d2940dfab8cb4bd8f7122ba8ee50d2e37f67"><code>2970d29</code></a> unstable: fit <code>Pattern</code> trait implementation</li> <li><a href="https://github.com/rust-lang/regex/commit/8856fe36ac7dc37989e6ffb26b5fc57189bae626"><code>8856fe3</code></a> regex-cli-0.2.1</li> <li><a href="https://github.com/rust-lang/regex/commit/c4c76a19b80b981b249f2af1c7b66bcfb0ba1fa0"><code>c4c76a1</code></a> regex-test-0.1.1</li> <li><a href="https://github.com/rust-lang/regex/commit/c2f9ca49a66c51d88b71e5b2248d86789765d2ce"><code>c2f9ca4</code></a> regex-test: bump toml dependency</li> <li><a href="https://github.com/rust-lang/regex/commit/1288b83af3d8b441efb264ed6651b0dfb9c2df78"><code>1288b83</code></a> regex-lite-0.1.6</li> <li>See full diff in <a href="https://github.com/rust-lang/regex/compare/1.10.5...1.10.6">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.5&new-version=1.10.6)](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