deps(deps): bump the minor-and-patch group with 8 updates #368

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/minor-and-patch-d8665fdbae into main
dependabot[bot] commented 2026-04-13 07:04:13 -07:00 (Migrated from github.com)

Bumps the minor-and-patch group with 8 updates:

Package From To
cc 1.2.59 1.2.60
indexmap 2.13.1 2.14.0
libc 0.2.184 0.2.185
libredox 0.1.15 0.1.16
openssl-sys 0.9.112 0.9.113
pkg-config 0.3.32 0.3.33
rustls 0.23.37 0.23.38
rustls-webpki 0.103.10 0.103.11

Updates cc from 1.2.59 to 1.2.60

Release notes

Sourced from cc's releases.

cc-v1.2.60

Fixed

  • (ar) suppress warnings from D modifier probe (#1700)
Changelog

Sourced from cc's changelog.

1.2.60 - 2026-04-10

Fixed

  • (ar) suppress warnings from D modifier probe (#1700)
Commits

Updates indexmap from 2.13.1 to 2.14.0

Changelog

Sourced from indexmap's changelog.

2.14.0 (2026-04-09)

  • MSRV: Rust 1.85.0 or later is now required.
  • Updated the hashbrown dependency to 0.17.
  • Made more map::Slice methods const: new_mut, first_mut, last_mut, split_at_mut, split_at_mut_checked, split_first_mut, split_last_mut
Commits
  • bcd165b Merge pull request #439 from cuviper/release-2.14.0
  • 4ef06a7 Release 2.14.0
  • d21826c Merge pull request #438 from cuviper/hashbrown-0.17
  • 2566bec Upgrade to hashbrown v0.17
  • 4b62776 Merge pull request #437 from cuviper/disjoint-panic
  • 478fba2 Normalize the panic doc of get_disjoint_mut
  • fb6dafd Merge pull request #436 from cuviper/const-slice-mut
  • 5c237a2 Make Slice::{first,last,split_*}_mut methods const
  • 48ff9ce Merge pull request #435 from cuviper/edition-2024
  • 648be98 cargo fmt with edition 2024
  • Additional commits viewable in compare view

Updates libc from 0.2.184 to 0.2.185

Release notes

Sourced from libc's releases.

0.2.185

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)
Changelog

Sourced from libc's changelog.

0.2.185 - 2026-04-13

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)
Commits
  • 71d5bfc libc: Release 0.2.185
  • 1027d1c Revert "ci: Pin nightly to 2026-04-01"
  • 0e9c6e5 redox: Add semaphore functions
  • 24ef457 feat: add back support for gnu windows x86 in ci
  • aa75caf horizon: Change POLL constants from c_short to c_int
  • b7eda5a hexagon: add missing constants and fix types for linux-musl
  • d4613f9 newlib/espidf: Add espidf_picolibc cfg for picolibc O_* flag values
  • c89fd76 Fix typo in Padding comments
  • b3264b2 hexagon: decouple time64 types from musl symbol redirects
  • db1ebee ci: Pin nightly to 2026-04-01
  • Additional commits viewable in compare view

Updates libredox from 0.1.15 to 0.1.16

Updates openssl-sys from 0.9.112 to 0.9.113

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.113

What's Changed

New Contributors

Full Changelog: https://github.com/rust-openssl/rust-openssl/compare/openssl-sys-v0.9.112...openssl-sys-v0.9.113

Commits
  • 78efb65 Release openssl v0.10.77 and openssl-sys v0.9.113 (#2590)
  • 5507b22 md_ctx: enable sign/verify/reset on BoringSSL, LibreSSL, and AWS-LC (#2589)
  • ba21087 Merge pull request #2588 from goffrie/bump
  • 9cc57fa Bump aws-lc-sys to 0.39
  • ee5c685 CI: Hash-pin all action usage, avoid credential persistence in actions/checko...
  • See full diff in compare view

Updates pkg-config from 0.3.32 to 0.3.33

Changelog

Sourced from pkg-config's changelog.

[0.3.33] - 2026-04-12

Changed

  • Error output from pkg-config is included in the message again to help with finding the cause (#187)
Commits

Updates rustls from 0.23.37 to 0.23.38

Commits
  • 6b116bc Bump version of rustls
  • a1da268 client: allow skipping selected ALPN validation
  • 5b3ef11 Fix ambiguous panic! warning
  • 0f0fbf5 Fix clippy::result_large_err
  • 7e99b52 Update semver-compatible dependencies
  • See full diff in compare view

Updates rustls-webpki from 0.103.10 to 0.103.11

Release notes

Sourced from rustls-webpki's releases.

0.103.11

In response to #464, we've slightly relaxed requirements for anchor_from_trust_cert() to ignore unknown extensions even if they're marked as critical. This only affects parsing a TrustAnchor from DER, for which most extensions are ignored anyway.

What's Changed

Commits
  • 57bc62c Bump version to 0.103.11
  • d0fa01e Allow parsing trust anchors with unknown criticial extensions
  • See full diff in compare view

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 commands and options

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
Bumps the minor-and-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.59` | `1.2.60` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.13.1` | `2.14.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.184` | `0.2.185` | | libredox | `0.1.15` | `0.1.16` | | [openssl-sys](https://github.com/rust-openssl/rust-openssl) | `0.9.112` | `0.9.113` | | [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.32` | `0.3.33` | | [rustls](https://github.com/rustls/rustls) | `0.23.37` | `0.23.38` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.10` | `0.103.11` | Updates `cc` from 1.2.59 to 1.2.60 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/releases">cc's releases</a>.</em></p> <blockquote> <h2>cc-v1.2.60</h2> <h3>Fixed</h3> <ul> <li><em>(ar)</em> suppress warnings from <code>D</code> modifier probe (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1700">#1700</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.59...cc-v1.2.60">1.2.60</a> - 2026-04-10</h2> <h3>Fixed</h3> <ul> <li><em>(ar)</em> suppress warnings from <code>D</code> modifier probe (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1700">#1700</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cc-rs/commit/7cad9f5b10c33fa969a13ead70b43b64380cc9e2"><code>7cad9f5</code></a> chore(cc): release v1.2.60 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1701">#1701</a>)</li> <li><a href="https://github.com/rust-lang/cc-rs/commit/c15c3eb9f10b34c9abde06b9bdf17c3de43a4658"><code>c15c3eb</code></a> fix(ar): suppress warnings from <code>D</code> modifier probe (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1700">#1700</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.59...cc-v1.2.60">compare view</a></li> </ul> </details> <br /> Updates `indexmap` from 2.13.1 to 2.14.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.14.0 (2026-04-09)</h2> <ul> <li><strong>MSRV</strong>: Rust 1.85.0 or later is now required.</li> <li>Updated the <code>hashbrown</code> dependency to 0.17.</li> <li>Made more <code>map::Slice</code> methods <code>const</code>: <code>new_mut</code>, <code>first_mut</code>, <code>last_mut</code>, <code>split_at_mut</code>, <code>split_at_mut_checked</code>, <code>split_first_mut</code>, <code>split_last_mut</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/bcd165baeb12bdf6e57a31d9869e9839e25679c6"><code>bcd165b</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/439">#439</a> from cuviper/release-2.14.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4ef06a729e0af095d2f39ec4bda5e0882054726e"><code>4ef06a7</code></a> Release 2.14.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/d21826ca9351e968e7c5cff4f818e7a5e3cc481b"><code>d21826c</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/438">#438</a> from cuviper/hashbrown-0.17</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/2566bec20dfbca0fa037939e67df4938c0f60f01"><code>2566bec</code></a> Upgrade to <code>hashbrown v0.17</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4b62776c3f7dec98a5b89f907c3add5c603343b0"><code>4b62776</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/437">#437</a> from cuviper/disjoint-panic</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/478fba2eb0594f0fdc70b6b93e90fae820bdf82e"><code>478fba2</code></a> Normalize the panic doc of <code>get_disjoint_mut</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/fb6dafda4ee443864c88b61a4dfc8982012d3d39"><code>fb6dafd</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/436">#436</a> from cuviper/const-slice-mut</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5c237a2ab7db4017b057f6b52e28c78dd427cd94"><code>5c237a2</code></a> Make <code>Slice::{first,last,split_*}_mut</code> methods <code>const</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/48ff9ce2e3a2a464e4f599691df62dff178d655b"><code>48ff9ce</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/435">#435</a> from cuviper/edition-2024</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/648be98a3112278e1aea7c5b7d3c3a4f77e1eddb"><code>648be98</code></a> <code>cargo fmt</code> with edition 2024</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.13.1...2.14.0">compare view</a></li> </ul> </details> <br /> Updates `libc` from 0.2.184 to 0.2.185 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.185</h2> <h3>Added</h3> <ul> <li>EspIDF: Add <code>espidf_picolibc</code> cfg for picolibc <code>O_*</code> flag values (<a href="https://redirect.github.com/rust-lang/libc/pull/5035">#5035</a>)</li> <li>Hexagon: add missing constants and fix types for linux-musl (<a href="https://redirect.github.com/rust-lang/libc/pull/5042">#5042</a>)</li> <li>Redox: Add semaphore functions (<a href="https://redirect.github.com/rust-lang/libc/pull/5051">#5051</a>)</li> <li>Windows: Add <code>sprintf</code>, <code>snprintf</code>, and the <code>scanf</code> family (<a href="https://redirect.github.com/rust-lang/libc/pull/5024">#5024</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Hexagon: Decouple <code>time64</code> types from musl symbol redirects (<a href="https://redirect.github.com/rust-lang/libc/pull/5040">#5040</a>)</li> <li>Horizon: Change <code>POLL</code> constants from <code>c_short</code> to <code>c_int</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5045">#5045</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.185/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.184...0.2.185">0.2.185</a> - 2026-04-13</h2> <h3>Added</h3> <ul> <li>EspIDF: Add <code>espidf_picolibc</code> cfg for picolibc <code>O_*</code> flag values (<a href="https://redirect.github.com/rust-lang/libc/pull/5035">#5035</a>)</li> <li>Hexagon: add missing constants and fix types for linux-musl (<a href="https://redirect.github.com/rust-lang/libc/pull/5042">#5042</a>)</li> <li>Redox: Add semaphore functions (<a href="https://redirect.github.com/rust-lang/libc/pull/5051">#5051</a>)</li> <li>Windows: Add <code>sprintf</code>, <code>snprintf</code>, and the <code>scanf</code> family (<a href="https://redirect.github.com/rust-lang/libc/pull/5024">#5024</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Hexagon: Decouple <code>time64</code> types from musl symbol redirects (<a href="https://redirect.github.com/rust-lang/libc/pull/5040">#5040</a>)</li> <li>Horizon: Change <code>POLL</code> constants from <code>c_short</code> to <code>c_int</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5045">#5045</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/71d5bfcc1bda05da1783666fc2cd7d9669c9c4c8"><code>71d5bfc</code></a> libc: Release 0.2.185</li> <li><a href="https://github.com/rust-lang/libc/commit/1027d1c23bd3f07ba3dc6ab4a4eb4660cc91e509"><code>1027d1c</code></a> Revert &quot;ci: Pin nightly to 2026-04-01&quot;</li> <li><a href="https://github.com/rust-lang/libc/commit/0e9c6e53cca07b36239a6dc4e65d8b691b39023a"><code>0e9c6e5</code></a> redox: Add semaphore functions</li> <li><a href="https://github.com/rust-lang/libc/commit/24ef457ddd312f8b8055a8ed07f5376c5792c211"><code>24ef457</code></a> feat: add back support for gnu windows x86 in ci</li> <li><a href="https://github.com/rust-lang/libc/commit/aa75caf30c0153647c9ab9fc0fe382bce2564b0c"><code>aa75caf</code></a> horizon: Change POLL constants from c_short to c_int</li> <li><a href="https://github.com/rust-lang/libc/commit/b7eda5a40c678c4a195a389a329d85008eabaf2d"><code>b7eda5a</code></a> hexagon: add missing constants and fix types for linux-musl</li> <li><a href="https://github.com/rust-lang/libc/commit/d4613f96a5dd56810baeb0c57403c36e37b5383d"><code>d4613f9</code></a> newlib/espidf: Add espidf_picolibc cfg for picolibc O_* flag values</li> <li><a href="https://github.com/rust-lang/libc/commit/c89fd76cc760e29bb2a2703d87e24fc9d134f622"><code>c89fd76</code></a> Fix typo in Padding comments</li> <li><a href="https://github.com/rust-lang/libc/commit/b3264b292ab0372bde0f9a0aa41b2758a8837bde"><code>b3264b2</code></a> hexagon: decouple time64 types from musl symbol redirects</li> <li><a href="https://github.com/rust-lang/libc/commit/db1ebee456a2cb08eb53489906a0a6869f62c365"><code>db1ebee</code></a> ci: Pin nightly to 2026-04-01</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.184...0.2.185">compare view</a></li> </ul> </details> <br /> Updates `libredox` from 0.1.15 to 0.1.16 Updates `openssl-sys` from 0.9.112 to 0.9.113 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-openssl/rust-openssl/releases">openssl-sys's releases</a>.</em></p> <blockquote> <h2>openssl-sys-v0.9.113</h2> <h2>What's Changed</h2> <ul> <li>CI: Hash-pin all action usage, avoid credential persistence in actions/checkout by <a href="https://github.com/woodruffw"><code>@​woodruffw</code></a> in <a href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2587">rust-openssl/rust-openssl#2587</a></li> <li>Bump aws-lc-sys to 0.39 by <a href="https://github.com/goffrie"><code>@​goffrie</code></a> in <a href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2588">rust-openssl/rust-openssl#2588</a></li> <li>md_ctx: enable sign/verify/reset on BoringSSL, LibreSSL, and AWS-LC by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2589">rust-openssl/rust-openssl#2589</a></li> <li>Release openssl v0.10.77 and openssl-sys v0.9.113 by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2590">rust-openssl/rust-openssl#2590</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a> made their first contribution in <a href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2587">rust-openssl/rust-openssl#2587</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-openssl/rust-openssl/compare/openssl-sys-v0.9.112...openssl-sys-v0.9.113">https://github.com/rust-openssl/rust-openssl/compare/openssl-sys-v0.9.112...openssl-sys-v0.9.113</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-openssl/rust-openssl/commit/78efb65c7866c46a18298384efe06eb05f07c9b8"><code>78efb65</code></a> Release openssl v0.10.77 and openssl-sys v0.9.113 (<a href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2590">#2590</a>)</li> <li><a href="https://github.com/rust-openssl/rust-openssl/commit/5507b22d3e75c7ef816b0e2a70eba87867041084"><code>5507b22</code></a> md_ctx: enable sign/verify/reset on BoringSSL, LibreSSL, and AWS-LC (<a href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2589">#2589</a>)</li> <li><a href="https://github.com/rust-openssl/rust-openssl/commit/ba21087d5f74fa05720ffd1d57093023026285c9"><code>ba21087</code></a> Merge pull request <a href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2588">#2588</a> from goffrie/bump</li> <li><a href="https://github.com/rust-openssl/rust-openssl/commit/9cc57fa24de4343248bed3f05e3dd7c0edf9f21c"><code>9cc57fa</code></a> Bump aws-lc-sys to 0.39</li> <li><a href="https://github.com/rust-openssl/rust-openssl/commit/ee5c685d6f5d91a30996896e508dfb707df0d3c6"><code>ee5c685</code></a> CI: Hash-pin all action usage, avoid credential persistence in actions/checko...</li> <li>See full diff in <a href="https://github.com/rust-openssl/rust-openssl/compare/openssl-sys-v0.9.112...openssl-sys-v0.9.113">compare view</a></li> </ul> </details> <br /> Updates `pkg-config` from 0.3.32 to 0.3.33 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md">pkg-config's changelog</a>.</em></p> <blockquote> <h2>[0.3.33] - 2026-04-12</h2> <h3>Changed</h3> <ul> <li>Error output from <code>pkg-config</code> is included in the message again to help with finding the cause (<a href="https://redirect.github.com/rust-lang/pkg-config-rs/issues/187">#187</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/pkg-config-rs/commit/f4ac872e02f9e2c111c55f3ed0eee6284d41d50f"><code>f4ac872</code></a> Release 0.3.33</li> <li><a href="https://github.com/rust-lang/pkg-config-rs/commit/bc42854d0664469354876ed50b653861a61bf9f6"><code>bc42854</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/pkg-config-rs/issues/187">#187</a> from Hofer-Julian/fix/error-message</li> <li><a href="https://github.com/rust-lang/pkg-config-rs/commit/3ca2dd7dae9096b13d600a15779290dfcc7216d6"><code>3ca2dd7</code></a> fix: add pkg-config stderr to Rust error</li> <li><a href="https://github.com/rust-lang/pkg-config-rs/commit/057321c21329ead3ec7d502a8e730a5fd7a271e9"><code>057321c</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/pkg-config-rs/issues/178">#178</a> from altunenes/patch-1</li> <li><a href="https://github.com/rust-lang/pkg-config-rs/commit/5da039f7d16c6bc08c7196217f6b58bd54d87b22"><code>5da039f</code></a> simple typo</li> <li>See full diff in <a href="https://github.com/rust-lang/pkg-config-rs/compare/0.3.32...0.3.33">compare view</a></li> </ul> </details> <br /> Updates `rustls` from 0.23.37 to 0.23.38 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/6b116bc5e8556fd65286a1b4220f57dd9fbb5e54"><code>6b116bc</code></a> Bump version of rustls</li> <li><a href="https://github.com/rustls/rustls/commit/a1da268c892e27bf937795490efec7467efae865"><code>a1da268</code></a> client: allow skipping selected ALPN validation</li> <li><a href="https://github.com/rustls/rustls/commit/5b3ef11c60e801f77f57035147d7bf041ac319be"><code>5b3ef11</code></a> Fix ambiguous panic! warning</li> <li><a href="https://github.com/rustls/rustls/commit/0f0fbf5a59f6c4ae0cb5cda9f06a0029067d6a11"><code>0f0fbf5</code></a> Fix <code>clippy::result_large_err</code></li> <li><a href="https://github.com/rustls/rustls/commit/7e99b52071b967f4cffcbf619f1c7e95dcb9ff37"><code>7e99b52</code></a> Update semver-compatible dependencies</li> <li>See full diff in <a href="https://github.com/rustls/rustls/compare/v/0.23.37...v/0.23.38">compare view</a></li> </ul> </details> <br /> Updates `rustls-webpki` from 0.103.10 to 0.103.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/webpki/releases">rustls-webpki's releases</a>.</em></p> <blockquote> <h2>0.103.11</h2> <p>In response to <a href="https://redirect.github.com/rustls/webpki/issues/464">#464</a>, we've slightly relaxed requirements for <code>anchor_from_trust_cert()</code> to ignore unknown extensions even if they're marked as critical. This only affects parsing a <code>TrustAnchor</code> from DER, for which most extensions are ignored anyway.</p> <h2>What's Changed</h2> <ul> <li>Backport parsing trust anchors with unknown critical extensions to 0.103 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/webpki/pull/466">rustls/webpki#466</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/webpki/commit/57bc62ce538c2d0d31d44b3eb8c58e6a0a764b47"><code>57bc62c</code></a> Bump version to 0.103.11</li> <li><a href="https://github.com/rustls/webpki/commit/d0fa01ee0a76b7585c13ec43de5854955146ffef"><code>d0fa01e</code></a> Allow parsing trust anchors with unknown criticial extensions</li> <li>See full diff in <a href="https://github.com/rustls/webpki/compare/v/0.103.10...v/0.103.11">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>
dependabot[bot] commented 2026-04-15 11:34:01 -07:00 (Migrated from github.com)

Looks like these dependencies are updatable in another way, so this is no longer needed.

Looks like these dependencies are updatable in another way, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.