Skip to content

Commit c879b2f

Browse files
chore(deps): bump the cargo group across 1 directory with 3 updates (#65)
Bumps the cargo group with 3 updates in the / directory: [rand](https://github.com/rust-random/rand), [anyhow](https://github.com/dtolnay/anyhow) and [indicatif](https://github.com/console-rs/indicatif). Updates `rand` from 0.10.1 to 0.10.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand's changelog</a>.</em></p> <blockquote> <h2>[0.10.2] — 2026-07-02</h2> <h3>Fixes</h3> <ul> <li>Fix possible memory safety violation due to deserialization of <code>UniformChar</code> from bad source (<a href="https://redirect.github.com/rust-random/rand/issues/1790">#1790</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Document required output order of fn <code>partial_shuffle</code> and apply <code>#[must_use]</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1769">#1769</a>)</li> <li>Avoid usage of <code>unsafe</code> in contexts where non-local memory corruption could invalidate contract (<a href="https://redirect.github.com/rust-random/rand/issues/1791">#1791</a>)</li> </ul> <p><a href="https://redirect.github.com/rust-random/rand/issues/1769">#1769</a>: <a href="https://redirect.github.com/rust-random/rand/pull/1769">rust-random/rand#1769</a> <a href="https://redirect.github.com/rust-random/rand/issues/1790">#1790</a>: <a href="https://redirect.github.com/rust-random/rand/pull/1790">rust-random/rand#1790</a> <a href="https://redirect.github.com/rust-random/rand/issues/1791">#1791</a>: <a href="https://redirect.github.com/rust-random/rand/pull/1791">rust-random/rand#1791</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/rand/commit/1540ea327e8beaf0694ea64f6d9eb8eaadd47bd5"><code>1540ea3</code></a> Prepare rand 0.10.2 (<a href="https://redirect.github.com/rust-random/rand/issues/1800">#1800</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/a29964ad94b54c25b3865626de6964ce0f796a29"><code>a29964a</code></a> Bump chacha20 from 0.10.0 to 0.10.1 in the all-deps group (<a href="https://redirect.github.com/rust-random/rand/issues/1801">#1801</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/ced94914cb75c93a1f19140a966a466345185fff"><code>ced9491</code></a> Tweak docs for RngExt::random_range and SampleRange (<a href="https://redirect.github.com/rust-random/rand/issues/1798">#1798</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/db146647afaf002b866420d34e4501b0dd872163"><code>db14664</code></a> Check UniformChar validity on deser (<a href="https://redirect.github.com/rust-random/rand/issues/1790">#1790</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/bea8620204c7aeecdefc132b5cb0dec8134add4b"><code>bea8620</code></a> Bump the all-deps group with 2 updates (<a href="https://redirect.github.com/rust-random/rand/issues/1796">#1796</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/4f449322825498e4ec1f486119e5fd251ba97f8a"><code>4f44932</code></a> Bump actions/cache from 5 to 6 (<a href="https://redirect.github.com/rust-random/rand/issues/1795">#1795</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/b999a130a990b30af01743021e8ea97f3b09a17e"><code>b999a13</code></a> Bump actions/checkout from 6 to 7 (<a href="https://redirect.github.com/rust-random/rand/issues/1794">#1794</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/aeab810bd9704a3b7666ba0a78e1ad5d1d5ad1ae"><code>aeab810</code></a> Avoid unsafe where safety depends on non-local values (<a href="https://redirect.github.com/rust-random/rand/issues/1791">#1791</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/1896d7c660524a022b3dbc3a1e044e162d766b25"><code>1896d7c</code></a> Add typos CI job (<a href="https://redirect.github.com/rust-random/rand/issues/1789">#1789</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/43eddee18c8cca2cebee929be3899cf183afe801"><code>43eddee</code></a> Bump the all-deps group with 2 updates (<a href="https://redirect.github.com/rust-random/rand/issues/1788">#1788</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/0.10.1...0.10.2">compare view</a></li> </ul> </details> <br /> Updates `anyhow` from 1.0.102 to 1.0.103 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.103</h2> <ul> <li>Fix Stacked Borrows violation (UB) in <code>Error::downcast_mut</code> (<a href="https://redirect.github.com/dtolnay/anyhow/issues/451">#451</a>, <a href="https://redirect.github.com/dtolnay/anyhow/issues/452">#452</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/5bdb0e24db3994be119d42f18fe2d655e1f68f4a"><code>5bdb0e2</code></a> Release 1.0.103</li> <li><a href="https://github.com/dtolnay/anyhow/commit/e621bd35ddddcd8b2f39d80b9f5938583571a87d"><code>e621bd3</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/452">#452</a> from dtolnay/downcast</li> <li><a href="https://github.com/dtolnay/anyhow/commit/6e8c000690151cba99305092024535905b2be162"><code>6e8c000</code></a> Eliminate pointer-&gt;reference-&gt;pointer during downcast</li> <li><a href="https://github.com/dtolnay/anyhow/commit/67c4abd7718b6191768193993270abe8dcdd66bb"><code>67c4abd</code></a> Add regression test for issue 451</li> <li><a href="https://github.com/dtolnay/anyhow/commit/917a16932009c1957f53c2ea325663948add2153"><code>917a169</code></a> Update actions/upload-artifact@v6 -&gt; v7</li> <li><a href="https://github.com/dtolnay/anyhow/commit/d9dc3faf78b8647fdb5b8c5b53abb85e05e13d42"><code>d9dc3fa</code></a> Update actions/checkout@v6 -&gt; v7</li> <li><a href="https://github.com/dtolnay/anyhow/commit/841522b2aa09732fecee40804440d2c35c68c480"><code>841522b</code></a> Raise minimum tested compiler to rust 1.85</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.102...1.0.103">compare view</a></li> </ul> </details> <br /> Updates `indicatif` from 0.18.4 to 0.18.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/console-rs/indicatif/releases">indicatif's releases</a>.</em></p> <blockquote> <h2>0.18.6</h2> <h2>What's Changed</h2> <ul> <li>fix: correctly detect dumb terminal on Windows by <a href="https://github.com/ugur-eren"><code>@​ugur-eren</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/818">console-rs/indicatif#818</a></li> </ul> <h2>0.18.5</h2> <h2>What's Changed</h2> <ul> <li>Upgrade to rand 0.10 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/768">console-rs/indicatif#768</a></li> <li>multi: document common MultiProgress bugs + behavior (<a href="https://redirect.github.com/console-rs/indicatif/issues/595">#595</a>) by <a href="https://github.com/chris-laplante"><code>@​chris-laplante</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/786">console-rs/indicatif#786</a></li> <li>Use <code>div_duration_f64</code> by <a href="https://github.com/ChrisDenton"><code>@​ChrisDenton</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/792">console-rs/indicatif#792</a></li> <li>Clear the rest of line after drawing to the terminal by <a href="https://github.com/ChrisDenton"><code>@​ChrisDenton</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/790">console-rs/indicatif#790</a></li> <li>Fix <code>ProgressDrawTarget.is_stderr()</code> for <code>MultiProgress</code> by <a href="https://github.com/kojiishi"><code>@​kojiishi</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/803">console-rs/indicatif#803</a></li> <li>Fix height and filler when wrapped at the middle of wide characters by <a href="https://github.com/kojiishi"><code>@​kojiishi</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/799">console-rs/indicatif#799</a></li> <li>fix: respect NO_COLOR and TERM=dumb environment variable by <a href="https://github.com/ValentinLeTallec"><code>@​ValentinLeTallec</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/808">console-rs/indicatif#808</a></li> <li>Fix stray comma after minus sign in HumanFloatCount by <a href="https://github.com/sueun-dev"><code>@​sueun-dev</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/815">console-rs/indicatif#815</a></li> <li>Fix HumanFloatCount dropping the fractional part by <a href="https://github.com/greymoth-jp"><code>@​greymoth-jp</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/816">console-rs/indicatif#816</a></li> <li>style module cleanup by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/813">console-rs/indicatif#813</a></li> <li>Drop screenshots from MultiProgress documentation by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/817">console-rs/indicatif#817</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/console-rs/indicatif/commit/e4d49d8ea6c68a80f7ee22904ee6c90322415a1d"><code>e4d49d8</code></a> Bump version to 0.18.6</li> <li><a href="https://github.com/console-rs/indicatif/commit/582727efe4a71bd4d8e819e0208d8c897f5058f1"><code>582727e</code></a> fix: correctly detect dumb terminal on Windows</li> <li><a href="https://github.com/console-rs/indicatif/commit/90156ec907ca812bfa42ae5f1d6f9ba4ea4c3d51"><code>90156ec</code></a> Drop screenshots from MultiProgress documentation</li> <li><a href="https://github.com/console-rs/indicatif/commit/4dbd0d57d061c680d51e455cbfe069d54360c05b"><code>4dbd0d5</code></a> Bump version to 0.18.5</li> <li><a href="https://github.com/console-rs/indicatif/commit/24973aa75168584fdf9fdba53a1dbca1479e7871"><code>24973aa</code></a> Take semver-compatible dependency versions</li> <li><a href="https://github.com/console-rs/indicatif/commit/a575ef7d41bc7655d13af5a565051a41e639c1f8"><code>a575ef7</code></a> style: inline Template::from_str_with_tab_width()</li> <li><a href="https://github.com/console-rs/indicatif/commit/0b94aa277ad392d80a3a0e70260a10d2fbfc2ad4"><code>0b94aa2</code></a> style: replace from_str() method with FromStr impl</li> <li><a href="https://github.com/console-rs/indicatif/commit/398ac69fc799d5e1a0c49c8e04cf369c8382b356"><code>398ac69</code></a> style: move helper functions to the bottom</li> <li><a href="https://github.com/console-rs/indicatif/commit/692705d66d35cfef8e926cc02be27491b383706c"><code>692705d</code></a> Fix HumanFloatCount dropping rounding at precision 0</li> <li><a href="https://github.com/console-rs/indicatif/commit/cbd070dd6eed853e583d0991544374322088fb59"><code>cbd070d</code></a> Fix stray comma after minus sign in HumanFloatCount</li> <li>Additional commits viewable in <a href="https://github.com/console-rs/indicatif/compare/0.18.4...0.18.6">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 1675e6e commit c879b2f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

0 commit comments

Comments
 (0)