Commit 61aae37
authored
chore(deps): bump the non-arrow group with 6 updates (#280)
Bumps the non-arrow group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.78` |
`0.10.79` |
| [rustac](https://github.com/stac-utils/rustac) | ``6b5007a`` |
``c7b1c69`` |
| [stac](https://github.com/stac-utils/rustac) | ``6b5007a`` |
``c7b1c69`` |
| [stac-duckdb](https://github.com/stac-utils/rustac) | ``6b5007a`` |
``c7b1c69`` |
| [stac-io](https://github.com/stac-utils/rustac) | ``6b5007a`` |
``c7b1c69`` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.2` |
Updates `openssl` from 0.10.78 to 0.10.79
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-openssl/rust-openssl/releases">openssl's
releases</a>.</em></p>
<blockquote>
<h2>openssl-v0.10.79</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump actions/cache from 5.0.4 to 5.0.5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2610">rust-openssl/rust-openssl#2610</a></li>
<li>Try to fix OpenSSL 1.1.0l download by <a
href="https://github.com/botovq"><code>@botovq</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2614">rust-openssl/rust-openssl#2614</a></li>
<li>Require &mut BigNumContextRef for EcPointRef mul/invert by <a
href="https://github.com/alex"><code>@alex</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2615">rust-openssl/rust-openssl#2615</a></li>
<li>Fix UB in EcGroupRef::generator on groups without a generator by <a
href="https://github.com/alex"><code>@alex</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2617">rust-openssl/rust-openssl#2617</a></li>
<li>Replace <code>use libc::*;</code> with targeted imports in
openssl-sys by <a href="https://github.com/alex"><code>@alex</code></a>
in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2618">rust-openssl/rust-openssl#2618</a></li>
<li>Add PKeyRef::is_a and KeyType for name-based key identification by
<a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in
<a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2619">rust-openssl/rust-openssl#2619</a></li>
<li>Add PKey::{public,private}_key_from_raw_bytes_ex by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2620">rust-openssl/rust-openssl#2620</a></li>
<li>Bump MSRV to 1.80 by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2622">rust-openssl/rust-openssl#2622</a></li>
<li>Drop once_cell in favor of std::sync::{LazyLock, OnceLock} by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2623">rust-openssl/rust-openssl#2623</a></li>
<li>Add PKey::private_key_from_seed for ML-DSA/ML-KEM key import by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2621">rust-openssl/rust-openssl#2621</a></li>
<li>parallelize more builds in CI for cold caches by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2625">rust-openssl/rust-openssl#2625</a></li>
<li>Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2626">rust-openssl/rust-openssl#2626</a></li>
<li>Fix process abort when verify/PSK callbacks fire after SSL_CTX swap
by <a href="https://github.com/alex"><code>@alex</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2624">rust-openssl/rust-openssl#2624</a></li>
<li>Bind OSSL_PARAM_modified and use it for seed_into by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2628">rust-openssl/rust-openssl#2628</a></li>
<li>Add PkeyCtxRef::set_context_string for ML-DSA by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2629">rust-openssl/rust-openssl#2629</a></li>
<li>Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders by
<a href="https://github.com/alex"><code>@alex</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2631">rust-openssl/rust-openssl#2631</a></li>
<li>Fix output buffer overflow for AES key-wrap-with-padding ciphers by
<a href="https://github.com/alex"><code>@alex</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2630">rust-openssl/rust-openssl#2630</a></li>
<li>Release openssl 0.10.79 and openssl-sys 0.9.115 by <a
href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a
href="https://redirect.github.com/rust-openssl/rust-openssl/pull/2632">rust-openssl/rust-openssl#2632</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.78...openssl-v0.10.79">https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.78...openssl-v0.10.79</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/649f2d9e37f3aa701e20bd8ab5cd7eb5afa0a90f"><code>649f2d9</code></a>
Release openssl 0.10.79 and openssl-sys 0.9.115 (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2632">#2632</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/257f9b20c001b888986f93579f118fa2a57d4f45"><code>257f9b2</code></a>
Fix output buffer overflow for AES key-wrap-with-padding ciphers (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2630">#2630</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/d43e9179b1885fc66269a42361cc7a80f631ac8f"><code>d43e917</code></a>
Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2631">#2631</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/f46519c8694a3e121091dafe38aab77c2f756546"><code>f46519c</code></a>
Add PkeyCtxRef::set_context_string for ML-DSA (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2629">#2629</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/ad9ae312771f898749a9471549519d45eba6a033"><code>ad9ae31</code></a>
Bind OSSL_PARAM_modified and use it for seed_into (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2628">#2628</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/4e25c9be20dae1e78f1a3815950cd0973addae82"><code>4e25c9b</code></a>
Fix process abort when verify/PSK callbacks fire after SSL_CTX swap (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2624">#2624</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/3dd8f425ef34a069b5bec46f3971b67db1c295c7"><code>3dd8f42</code></a>
Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2626">#2626</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/2c5e5a8f1483d5ec85580c07f721de9057d58e69"><code>2c5e5a8</code></a>
parallelize more builds in CI for cold caches (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2625">#2625</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/668559171168538cd190574373abfc9e120263ca"><code>6685591</code></a>
Add PKey::private_key_from_seed for ML-DSA/ML-KEM key import (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2621">#2621</a>)</li>
<li><a
href="https://github.com/rust-openssl/rust-openssl/commit/8f8fdce627fb3c553673b8c688d9f1dc10ea0cc8"><code>8f8fdce</code></a>
Drop once_cell in favor of std::sync::{LazyLock, OnceLock} (<a
href="https://redirect.github.com/rust-openssl/rust-openssl/issues/2623">#2623</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.78...openssl-v0.10.79">compare
view</a></li>
</ul>
</details>
<br />
Updates `rustac` from `6b5007a` to `c7b1c69`
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stac-utils/rustac/commit/c7b1c6993c7764e39668221c6679de597a6e0285"><code>c7b1c69</code></a>
chore(deps): bump postcss from 8.5.6 to 8.5.12 in /crates/wasm (<a
href="https://redirect.github.com/stac-utils/rustac/issues/1039">#1039</a>)</li>
<li><a
href="https://github.com/stac-utils/rustac/commit/03d0084bc3f092900b00a6049c07f0c40ef3d7f4"><code>03d0084</code></a>
chore(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/stac-utils/rustac/issues/1037">#1037</a>)</li>
<li>See full diff in <a
href="https://github.com/stac-utils/rustac/compare/6b5007ac1618924eb3a95d1f4b6032cfb08ba374...c7b1c6993c7764e39668221c6679de597a6e0285">compare
view</a></li>
</ul>
</details>
<br />
Updates `stac` from `6b5007a` to `c7b1c69`
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stac-utils/rustac/commit/c7b1c6993c7764e39668221c6679de597a6e0285"><code>c7b1c69</code></a>
chore(deps): bump postcss from 8.5.6 to 8.5.12 in /crates/wasm (<a
href="https://redirect.github.com/stac-utils/rustac/issues/1039">#1039</a>)</li>
<li><a
href="https://github.com/stac-utils/rustac/commit/03d0084bc3f092900b00a6049c07f0c40ef3d7f4"><code>03d0084</code></a>
chore(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/stac-utils/rustac/issues/1037">#1037</a>)</li>
<li>See full diff in <a
href="https://github.com/stac-utils/rustac/compare/6b5007ac1618924eb3a95d1f4b6032cfb08ba374...c7b1c6993c7764e39668221c6679de597a6e0285">compare
view</a></li>
</ul>
</details>
<br />
Updates `stac-duckdb` from `6b5007a` to `c7b1c69`
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stac-utils/rustac/commit/c7b1c6993c7764e39668221c6679de597a6e0285"><code>c7b1c69</code></a>
chore(deps): bump postcss from 8.5.6 to 8.5.12 in /crates/wasm (<a
href="https://redirect.github.com/stac-utils/rustac/issues/1039">#1039</a>)</li>
<li><a
href="https://github.com/stac-utils/rustac/commit/03d0084bc3f092900b00a6049c07f0c40ef3d7f4"><code>03d0084</code></a>
chore(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/stac-utils/rustac/issues/1037">#1037</a>)</li>
<li>See full diff in <a
href="https://github.com/stac-utils/rustac/compare/6b5007ac1618924eb3a95d1f4b6032cfb08ba374...c7b1c6993c7764e39668221c6679de597a6e0285">compare
view</a></li>
</ul>
</details>
<br />
Updates `stac-io` from `6b5007a` to `c7b1c69`
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stac-utils/rustac/commit/c7b1c6993c7764e39668221c6679de597a6e0285"><code>c7b1c69</code></a>
chore(deps): bump postcss from 8.5.6 to 8.5.12 in /crates/wasm (<a
href="https://redirect.github.com/stac-utils/rustac/issues/1039">#1039</a>)</li>
<li><a
href="https://github.com/stac-utils/rustac/commit/03d0084bc3f092900b00a6049c07f0c40ef3d7f4"><code>03d0084</code></a>
chore(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/stac-utils/rustac/issues/1037">#1037</a>)</li>
<li>See full diff in <a
href="https://github.com/stac-utils/rustac/compare/6b5007ac1618924eb3a95d1f4b6032cfb08ba374...c7b1c6993c7764e39668221c6679de597a6e0285">compare
view</a></li>
</ul>
</details>
<br />
Updates `tokio` from 1.52.1 to 1.52.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tokio/releases">tokio's
releases</a>.</em></p>
<blockquote>
<h2>Tokio v1.52.2</h2>
<h1>1.52.2 (May 4th, 2026)</h1>
<p>This release reverts the LIFO slot stealing change introduced in
1.51.0 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>),
due to [its performance impact]<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8065">#8065</a>.
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8100">#8100</a>)</p>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7431">tokio-rs/tokio#7431</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8065">#8065</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/8065">tokio-rs/tokio#8065</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8100">#8100</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/8100">tokio-rs/tokio#8100</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/4abe9d732eb01f7b092a571c3dcc4fbd266f4067"><code>4abe9d7</code></a>
chore: prepare Tokio v1.52.2 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8115">#8115</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/f82bcf3f45eb9d0dad9d7e45251adf67223f03b6"><code>f82bcf3</code></a>
Merge 'tokio-1.51.2' into 'tokio-1.52.x' (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8114">#8114</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/7db9bc41f18dffb6953f762a5f8e2f4ddb54d80d"><code>7db9bc4</code></a>
test: revert "remove <code>churn()</code> task from
<code>lifo_stealable</code>" (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8114">#8114</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/64834ec7018de92fadf00d053b565263913439c1"><code>64834ec</code></a>
chore: prepare Tokio v1.51.2 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8113">#8113</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/967f5715a71d5d2600b71da8c4ab652c4e644a41"><code>967f571</code></a>
runtime: revert "steal tasks from the LIFO slot" (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8100">#8100</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/9271e3ed05928eafbeed9dd31d93aebaa49d2aad"><code>9271e3e</code></a>
Merge tokio-1.51.x (for <a
href="https://redirect.github.com/tokio-rs/tokio/issues/8101">#8101</a>)
into tokio-1.52.x (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8106">#8106</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/cd1823f43efa95439b79a5a4507df65f83822004"><code>cd1823f</code></a>
Revert "Pin stable to 1.94 for tokio-1.51.x" (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8106">#8106</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/a97cf12ed9b90e3d5c1557f3afb47f43fcb84301"><code>a97cf12</code></a>
Merge tokio-1.47.x (commit 670a907c55c7) into tokio-1.51.x (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8105">#8105</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/bde3f20b0fd5de85a8946c4c5c623c039dcfa842"><code>bde3f20</code></a>
Pin stable to 1.94 for tokio-1.51.x (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8105">#8105</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/670a907c55c7f7b27da203208e65da60de6598b2"><code>670a907</code></a>
ci: fix CI on tokio-1.47.x (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/8101">#8101</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.52.2">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 af2cdd2 commit 61aae37
2 files changed
Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments