Skip to content

Commit 3155768

Browse files
chore(deps): bump the rust-minor group across 1 directory with 2 updates (#131)
Bumps the rust-minor group with 2 updates in the / directory: [regex](https://github.com/rust-lang/regex) and [getrandom](https://github.com/rust-random/getrandom). Updates `regex` from 1.12.3 to 1.12.4 <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.12.4 (2025-06-09)</h1> <p>This release includes a performance optimization for compilation of regexes with very large character classes.</p> <p>Improvements:</p> <ul> <li><a href="https://redirect.github.com/rust-lang/regex/pull/1308">#1308</a>: Avoid re-canonicalizing the entire interval set when pushing new class ranges.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/7b96fdc9d5fe6a0cb4efe30e6689b050493fc1e1"><code>7b96fdc</code></a> 1.12.4</li> <li><a href="https://github.com/rust-lang/regex/commit/7b89cf0534aa58ab8a4a6672e14a59b53f08eb2c"><code>7b89cf0</code></a> deps: update to regex-syntax 0.8.11</li> <li><a href="https://github.com/rust-lang/regex/commit/140167995737fa11dfe11b8af8b9aa143b790b4e"><code>1401679</code></a> regex-syntax-0.8.11</li> <li><a href="https://github.com/rust-lang/regex/commit/d7090000b3be51677d8e79c3b8bcc8a4d176bddc"><code>d709000</code></a> changelog: 1.12.4</li> <li><a href="https://github.com/rust-lang/regex/commit/9825c741c8ac1e61e8f78cebc12205cd35e4767f"><code>9825c74</code></a> syntax: avoid re-canonicalizing the entire IntervalSet on push (<a href="https://redirect.github.com/rust-lang/regex/issues/1308">#1308</a>)</li> <li><a href="https://github.com/rust-lang/regex/commit/a7f2ff6dbc43f40994d7c3d1d968ba4ac92329e1"><code>a7f2ff6</code></a> docs: clarify regex-lite word boundaries</li> <li><a href="https://github.com/rust-lang/regex/commit/2c7b17246da744bb2e1b911d3ddc1369fe3b472a"><code>2c7b172</code></a> docs: clarify unsupported Anchored::Pattern searches</li> <li><a href="https://github.com/rust-lang/regex/commit/839d16bc65b60e2006d3599d20bfa6efc14049d8"><code>839d16b</code></a> regex-syntax-0.8.10</li> <li><a href="https://github.com/rust-lang/regex/commit/c4865a0c8446a701e10b0fd987f19068f5dcc365"><code>c4865a0</code></a> syntax: fix negation handling in HIR translation</li> <li><a href="https://github.com/rust-lang/regex/commit/d8761c00ed25c5899e3dcfb0f17e827b8e41530a"><code>d8761c0</code></a> cargo: also include <code>benches</code></li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.12.3...1.12.4">compare view</a></li> </ul> </details> <br /> Updates `getrandom` from 0.4.2 to 0.4.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md">getrandom's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-random/getrandom/compare/v0.4.2...v0.4.3">0.4.3</a> - 2026-06-17</h2> <h3>Added</h3> <ul> <li><code>wasm64-unknown-unknown</code> target support for <code>wasm_js</code> backend <a href="https://redirect.github.com/rust-random/getrandom/issues/848">#848</a></li> </ul> <h3>Changed</h3> <ul> <li>Drop <code>wasip2</code> and <code>wasip3</code> dependencies in favor of manual bindings <a href="https://redirect.github.com/rust-random/getrandom/issues/830">#830</a></li> </ul> <p><a href="https://redirect.github.com/rust-random/getrandom/issues/830">#830</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/830">rust-random/getrandom#830</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/848">#848</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/848">rust-random/getrandom#848</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/getrandom/commit/5e7cd5733536844a9856dc7259bd4696bbe5e3ae"><code>5e7cd57</code></a> Release v0.4.3 (<a href="https://redirect.github.com/rust-random/getrandom/issues/853">#853</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/1ea268a69191eddedb33f2aa65104c15c8e00192"><code>1ea268a</code></a> Use manual bindings for WASIp2/3 (<a href="https://redirect.github.com/rust-random/getrandom/issues/830">#830</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/f7290b005924cc0275706e08146d9765600c054e"><code>f7290b0</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/852">#852</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/16ce801fb680b8bdf353a86ffbf41010a85ebbc0"><code>16ce801</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/850">#850</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/e5adfca75356287dc50d76bd8b0a818c74143fb1"><code>e5adfca</code></a> Add <code>wasm64-unknown-unknown</code> support for <code>wasm_js</code> backend (<a href="https://redirect.github.com/rust-random/getrandom/issues/848">#848</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/626df8dfb0ae34be760cdb5a32c069bd170f7119"><code>626df8d</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/846">#846</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/4a01cb2c02b2e8e3e4fac7ec375a732c43a45995"><code>4a01cb2</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/841">#841</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/f87bf394f7ca5ea9f4c55b83c67cb7fc6613efbf"><code>f87bf39</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/836">#836</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/eadb879f8e178ca85f4746a01251f6e7432b338b"><code>eadb879</code></a> ci: re-enable build job for x86_64-pc-cygwin (<a href="https://redirect.github.com/rust-random/getrandom/issues/832">#832</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/d715d734bb3a187e75d4a7a8aa5378dd492f626e"><code>d715d73</code></a> CI: Reduce the number of packages that are updated for wasip2 MSRV test (<a href="https://redirect.github.com/rust-random/getrandom/issues/825">#825</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/getrandom/compare/v0.4.2...v0.4.3">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60d9219 commit 3155768

1 file changed

Lines changed: 8 additions & 165 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)