Skip to content

Commit 77ef3a2

Browse files
chore(dependabot): bump the rust-dependencies group with 2 updates (#508)
Bumps the rust-dependencies group with 2 updates: [hashbrown](https://github.com/rust-lang/hashbrown) and [clap](https://github.com/clap-rs/clap). Updates `hashbrown` from 0.15.4 to 0.15.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/hashbrown/releases">hashbrown's releases</a>.</em></p> <blockquote> <h2>v0.15.5</h2> <h3>Added</h3> <ul> <li>Added <code>Entry::or_default_entry</code> and <code>Entry::or_insert_entry</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Re-implemented likely/unlikely with <code>#[cold]</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md">hashbrown's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5">0.15.5</a> - 2025-08-07</h2> <h3>Added</h3> <ul> <li>Added <code>Entry::or_default_entry</code> and <code>Entry::or_insert_entry</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Re-implemented likely/unlikely with <code>#[cold]</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/hashbrown/commit/b751eef8e99ccf3652046ef4a9e1ec47c1bfb78d"><code>b751eef</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/da4c80e8e064d90ecbfb869639ddfec293cba658"><code>da4c80e</code></a> chore: release v0.15.5</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/43584833e6d2e5175444a09d40e70e9cddd41d1c"><code>4358483</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/631">#631</a> from DaniPopes/readd-likely</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/64bd7db1d1b148594edfde112cdb6d6260e2cfc3"><code>64bd7db</code></a> Re-implement likely/unlikely with <code>#[cold]</code></li> <li><a href="https://github.com/rust-lang/hashbrown/commit/670213fb32d208759d0331996894e05604de0c18"><code>670213f</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/601">#601</a> from braddunbar/or-default-entry</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/99761e4817b749c0df6498e3c7e32cd9ee67970c"><code>99761e4</code></a> fix clippy issues</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/e44ee2d34cabc330add15c90bfc43f9560537aa2"><code>e44ee2d</code></a> Merge branch 'master' of <a href="https://github.com/rust-lang/hashbrown">https://github.com/rust-lang/hashbrown</a> into or-defau...</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/e514afefa94cdfc7b6ce90ba5484996bd5bcfcd8"><code>e514afe</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/624">#624</a> from rust-lang/release-plz-2025-05-28T15-42-25Z</li> <li>See full diff in <a href="https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.42 to 4.5.44 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.44</h2> <h2>[4.5.44] - 2025-08-11</h2> <h3>Features</h3> <ul> <li>Add <code>Command::mut_subcommands</code></li> </ul> <h2>v4.5.43</h2> <h2>[4.5.43] - 2025-08-06</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> In long help, list Possible Values before defaults, rather than after, for a more consistent look</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.44] - 2025-08-11</h2> <h3>Features</h3> <ul> <li>Add <code>Command::mut_subcommands</code></li> </ul> <h2>[4.5.43] - 2025-08-06</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> In long help, list Possible Values before defaults, rather than after, for a more consistent look</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/8e2c2c5678f73c0eb61daca15b14aa98f43b69d7"><code>8e2c2c5</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/427d4fc0eafa0ff2f7d103c0b6f5d8512a4a41cd"><code>427d4fc</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/3b99593a1e7e316d51e06774a42514af8f7ca6c7"><code>3b99593</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5896">#5896</a> from epage/env</li> <li><a href="https://github.com/clap-rs/clap/commit/f5fc7651ee12584c685741928ba13e6aaaa5311e"><code>f5fc765</code></a> feat(complete): Provide a way to disable env completions</li> <li><a href="https://github.com/clap-rs/clap/commit/c4105bd90c314ac21dd9e008de8b88ab0175fdf7"><code>c4105bd</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a029b20be631aab1d3a963872df2158b97f61427"><code>a029b20</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/cf15d48b59cf39cafc3e3797dec293edaf9cf533"><code>cf15d48</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5893">#5893</a> from 8LWXpg/patch-2</li> <li><a href="https://github.com/clap-rs/clap/commit/7e54542de972c4af98d3035377dcde83c5a5734e"><code>7e54542</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5892">#5892</a> from 8LWXpg/patch-1</li> <li><a href="https://github.com/clap-rs/clap/commit/6ffc88f8c97be82e71d5d6101c98e1042708ab69"><code>6ffc88f</code></a> fix(complete): Check if help string is empty</li> <li><a href="https://github.com/clap-rs/clap/commit/7d8470ed9cf1d5503482938cea62f8f363579f12"><code>7d8470e</code></a> fix(complete): Fix single quote escaping in PowerShell</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.42...clap_complete-v4.5.44">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 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 <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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bfa50c commit 77ef3a2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

tools/zoneinfo-test-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude.workspace = true
1111
publish = false
1212

1313
[dependencies]
14-
clap = { version = "4.5.42", features = ["derive"] }
14+
clap = { version = "4.5.44", features = ["derive"] }
1515
serde = { version = "1.0.219", features = ["derive"] }
1616
serde_json = "1.0.142"
1717
tzif.workspace = true

zoneinfo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = [
2121
std = []
2222

2323
[dependencies]
24-
hashbrown = "0.15.4"
24+
hashbrown = "0.15.5"
2525
indexmap = "2.10.0"
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)