Frances Wingerter
6e92ef14b6
concurrency: link-checker: mentioned shared Receiver pattern
2025-05-07 12:37:58 -04:00
Frances Wingerter
4cbf1b2c8d
concurrency: link-checker: use Arc::clone
2025-05-07 12:37:58 -04:00
Frances Wingerter
45a807ac79
concurrency: also show shared ownership when combining Arc/Mutex
2025-05-07 12:37:58 -04:00
Frances Wingerter
ed023c8ad7
concurrency: demonstrate dynamic ownership with Arc
...
Ownership is the responsibility to free a value. Previously, `v` was
always freed by the main thread because it kept the original `Arc`
instance. It was difficult to explain why this example did not simply
use scoped threads instead.
Now we see that multi-threaded dynamic ownership with `Arc` results
in a dynamic decision of which thread will clean up a given value.
2025-05-06 14:46:15 -04:00
Curly-Howard-Chungus Correspondence | Lamport-Cabot-Codd-Backus-Naur Form
d0d8168c56
vi: Translate TOC from Running the course to the end of Chromium ( #1948 )
...
I tried to translate the table of contents into Vietnamese.
- Some keywords are hard to translate, or to clarify my translation, I
used parentheses "( )".
- I don't know if I should keep some keywords in English or not. In this
pr I chose to translate them into Vietnamese and keep their original
English counterparts in parentheses.
- I could mention some of them like: build, type inference, trait, move
semantics, iterator, panic, unsafe...
- Some parts overlap with this pr:
https://github.com/google/comprehensive-rust/pull/1947
---------
Co-authored-by: Martin Geisler <martin@geisler.net>
2025-05-05 15:50:22 +07:00
michael-kerscher
ab1a470ab2
workflow: enable npm caching and update node to LTS version 22 ( #2726 )
...
node version 18 is EOL https://nodejs.org/en/about/previous-releases
node version 22 is the new LTS release
The caching is done to make the tests less brittle in addition to only
setup for the english translation
There have been failed tests because npm install encountered network
issues while downloading packages.
2025-05-01 21:17:44 +03:00
dependabot[bot]
d6f53392d8
cargo: bump arm-gic from 0.2.2 to 0.4.0 in /src/exercises/bare-metal/rtc in the minor group ( #2727 )
...
Bumps the minor group in /src/exercises/bare-metal/rtc with 1 update:
[arm-gic](https://github.com/google/arm-gic ).
Updates `arm-gic` from 0.2.2 to 0.4.0
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Walbran <qwandor@google.com>
2025-05-01 12:08:48 +01:00
dependabot[bot]
53afa8416b
cargo: bump the patch group with 6 updates ( #2731 )
...
Bumps the patch group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow ) | `1.0.97` | `1.0.98` |
| [clap](https://github.com/clap-rs/clap ) | `4.5.35` | `4.5.37` |
| [zerocopy](https://github.com/google/zerocopy ) | `0.8.24` | `0.8.25` |
| [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets ) |
`0.11.3` | `0.11.4` |
| [cxx](https://github.com/dtolnay/cxx ) | `1.0.153` | `1.0.158` |
| [cxx-build](https://github.com/dtolnay/cxx ) | `1.0.153` | `1.0.158` |
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 11:45:05 +01:00
dependabot[bot]
3743ddf25c
cargo: bump cc from 1.2.17 to 1.2.20 in /src/bare-metal/aps/examples in the patch group ( #2730 )
...
Bumps the patch group in /src/bare-metal/aps/examples with 1 update:
[cc](https://github.com/rust-lang/cc-rs ).
Updates `cc` from 1.2.17 to 1.2.20
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 11:42:55 +01:00
dependabot[bot]
3fe4addb54
Bump crate-ci/typos from 1.31.1 to 1.31.2 ( #2729 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.31.1 to
1.31.2.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 11:41:28 +01:00
dependabot[bot]
6280136209
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 2 updates ( #2728 )
...
Bumps the patch group in /src/exercises/bare-metal/rtc with 2 updates:
[chrono](https://github.com/chronotope/chrono ) and
[cc](https://github.com/rust-lang/cc-rs ).
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 11:39:01 +01:00
Bjørn Jørgensen
6ef577bcc7
Rust does automatically takes a reference, sometimes ( #2718 )
...
fix #2694
2025-04-28 10:08:36 +02:00
Nabeelimran
d6fbd215a1
fix: typo in "unsafe external functions" ( #2724 )
2025-04-26 15:37:10 +00:00
ben032
059e75b47c
Update async-traits.md ( #2550 )
...
typo fix
2025-04-25 22:02:52 +00:00
Nicole L
3474c07c13
Explicitly non-digit characters in testing exercise ( #2723 )
...
Students sometimes ask about this so I figure it'd be good to specify in
the text.
2025-04-25 12:42:12 +02:00
Bjørn Jørgensen
3beda3678b
Update link to macros in the book ( #2719 )
...
Do not link to an unstable chapter number but to the rust book as a whole
2025-04-23 11:11:53 +02:00
Dustin J. Mitchell
709450bfad
Update generic notes to match example ( #2720 )
...
Fixes #2716 .
2025-04-23 11:05:18 +02:00
Nicole L
3726918b87
Use Vec::new instead of vec! ( #2712 )
...
Using the `vec!` macro to create an empty `Vec` is a bit weird imo,
generally I only see the macro used when you actually want to initialize
the `Vec` with some values (like is done in the examples for this
exercise). Students are more likely to use `Vec::new`, and I think
that's the more idiomatic approach, so I think using `Vec::new` here
would be better.
2025-04-23 11:04:50 +02:00
Martin Geisler
ec75f8f8ab
Document translation workflow ( #2579 )
...
This documents the documentation workflow.
2025-04-23 08:24:30 +00:00
Nicole L
3103eba5cd
Remove type annotations in move.md ( #2711 )
...
At this point I don't think we need the type annotation, and I think the
example is a bit clearer without them, so I usually delete these as I'm
explaining in class.
2025-04-22 16:01:38 +02:00
Gábor Szabó
5211436446
remove the multilingual field from book.toml ( #2710 )
...
See https://github.com/szabgab/public-mdbooks/issues/10
2025-04-09 09:52:49 +02:00
dependabot[bot]
f0a93a4ebb
cargo: bump tokio from 1.44.1 to 1.44.2 in the cargo group ( #2709 )
...
Bumps the cargo group with 1 update:
[tokio](https://github.com/tokio-rs/tokio ).
Updates `tokio` from 1.44.1 to 1.44.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.44.2</h2>
<p>This release fixes a soundness issue in the broadcast channel. The
channel
accepts values that are <code>Send</code> but <code>!Sync</code>.
Previously, the channel called
<code>clone()</code> on these values without synchronizing. This release
fixes the channel
by synchronizing calls to <code>.clone()</code> (Thanks Austin Bonander
for finding and
reporting the issue).</p>
<h3>Fixed</h3>
<ul>
<li>sync: synchronize <code>clone()</code> call in broadcast channel (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7232 ">#7232</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/7232 ">#7232</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7232 ">tokio-rs/tokio#7232</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ec4b1d7215
"><code>ec4b1d7</code></a>
chore: forward port 1.43.x</li>
<li><a
href="e3c3a56718
"><code>e3c3a56</code></a>
Merge branch 'tokio-1.43.x' into forward-port-1.43.x</li>
<li><a
href="a7b658c35b
"><code>a7b658c</code></a>
chore: prepare Tokio v1.43.1 release</li>
<li><a
href="c1c8d1033d
"><code>c1c8d10</code></a>
Merge remote-tracking branch 'origin/tokio-1.38.x' into
forward-port-1.38.x</li>
<li><a
href="aa303bc205
"><code>aa303bc</code></a>
chore: prepare Tokio v1.38.2 release</li>
<li><a
href="7b6ccb515f
"><code>7b6ccb5</code></a>
chore: backport CI fixes</li>
<li><a
href="4b174ce2c9
"><code>4b174ce</code></a>
sync: fix cloning value when receiving from broadcast channel</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/comprehensive-rust/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 22:56:01 -04:00
Eric Githinji
0085748d17
Xtask improvements ( #2707 )
...
Some minor improvements to an already-merged PR (#2688 ) on the task
automation via xtask. Main ones being:
- Adding more explanatory comments about what the xtask package is and
what it does
- Using Clap for CLI arg parsing
- Using Anyhow for error handling
---------
Co-authored-by: Eric Githinji <egithinji@google.com>
2025-04-07 12:18:49 +02:00
dependabot[bot]
43cf3fb616
cargo: bump openssl from 0.10.70 to 0.10.72 in the cargo group ( #2706 )
...
Bumps the cargo group with 1 update:
[openssl](https://github.com/sfackler/rust-openssl ).
Updates `openssl` from 0.10.70 to 0.10.72
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sfackler/rust-openssl/releases ">openssl's
releases</a>.</em></p>
<blockquote>
<h2>openssl-v0.10.72</h2>
<h2>What's Changed</h2>
<ul>
<li>make set_rsa_oaep_md visible to boringssl config by <a
href="https://github.com/frncs-rss "><code>@frncs-rss</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2372 ">sfackler/rust-openssl#2372</a></li>
<li>Fix typo in openssl-sys build script by <a
href="https://github.com/rushilmehra "><code>@rushilmehra</code></a> in
<a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2375 ">sfackler/rust-openssl#2375</a></li>
<li>Unify the two BoringSSL codepaths a bit and simplify init by <a
href="https://github.com/davidben "><code>@davidben</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2377 ">sfackler/rust-openssl#2377</a></li>
<li>pkey_ctx: Fix link to the corresponding OpenSSL function by <a
href="https://github.com/Jakuje "><code>@Jakuje</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2378 ">sfackler/rust-openssl#2378</a></li>
<li>fix test on MSRV by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2383 ">sfackler/rust-openssl#2383</a></li>
<li>Add support for AWS-LC to openssl and openssl-sys crates by <a
href="https://github.com/skmcgrail "><code>@skmcgrail</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/1805 ">sfackler/rust-openssl#1805</a></li>
<li>Enable additional capabilities for AWS-LC by <a
href="https://github.com/skmcgrail "><code>@skmcgrail</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2386 ">sfackler/rust-openssl#2386</a></li>
<li>Use --experimental with bindgen-cli with aws-lc build by <a
href="https://github.com/skmcgrail "><code>@skmcgrail</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2389 ">sfackler/rust-openssl#2389</a></li>
<li>Fixed two UAFs and bumped versions for release by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2390 ">sfackler/rust-openssl#2390</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jakuje "><code>@Jakuje</code></a> made
their first contribution in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2378 ">sfackler/rust-openssl#2378</a></li>
<li><a href="https://github.com/skmcgrail "><code>@skmcgrail</code></a>
made their first contribution in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/1805 ">sfackler/rust-openssl#1805</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72 ">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72 </a></p>
<h2>openssl-v0.10.71</h2>
<h2>What's Changed</h2>
<ul>
<li>Expose rc2 ciphers on symm::Cipher by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2361 ">sfackler/rust-openssl#2361</a></li>
<li>add full Apache license file to openssl by <a
href="https://github.com/frncs-rss "><code>@frncs-rss</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2366 ">sfackler/rust-openssl#2366</a></li>
<li>Release openssl v0.10.71 and openssl-sys v0.9.106 by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2369 ">sfackler/rust-openssl#2369</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/frncs-rss "><code>@frncs-rss</code></a>
made their first contribution in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2366 ">sfackler/rust-openssl#2366</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.71 ">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.71 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="87085bd678
"><code>87085bd</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2390 ">#2390</a>
from alex/uaf-fix</li>
<li><a
href="d1a12e2157
"><code>d1a12e2</code></a>
Fixed two UAFs and bumped versions for release</li>
<li><a
href="7c7b2e6c9f
"><code>7c7b2e6</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2389 ">#2389</a>
from skmcgrail/aws-lc-follow-up</li>
<li><a
href="34a477bff2
"><code>34a477b</code></a>
Use --experimental with bindgen-cli with aws-lc build</li>
<li><a
href="d4bf071064
"><code>d4bf071</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2386 ">#2386</a>
from skmcgrail/aws-lc-follow-up</li>
<li><a
href="a86bf670c4
"><code>a86bf67</code></a>
Remove comment</li>
<li><a
href="705dbfb2ee
"><code>705dbfb</code></a>
Fix test</li>
<li><a
href="e0df413d46
"><code>e0df413</code></a>
Skip final call for LibreSSL 4.1.0 for CCM mode</li>
<li><a
href="2f1164b5e8
"><code>2f1164b</code></a>
Enable additional capabilities for AWS-LC</li>
<li><a
href="dde9ffb360
"><code>dde9ffb</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/1805 ">#1805</a>
from skmcgrail/aws-lc-support-final</li>
<li>Additional commits viewable in <a
href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.72 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/comprehensive-rust/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 21:07:55 +00:00
dependabot[bot]
5d00ff9d4e
cargo: bump the minor group in /src/exercises/bare-metal/rtc with 2 updates ( #2700 )
...
Bumps the minor group in /src/exercises/bare-metal/rtc with 2 updates:
[smccc](https://github.com/google/smccc ) and
[spin](https://github.com/mvdnes/spin-rs ).
Updates `smccc` from 0.1.1 to 0.2.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/google/smccc/blob/main/CHANGELOG.md ">smccc's
changelog</a>.</em></p>
<blockquote>
<h2>0.2.0</h2>
<h3>Breaking changes</h3>
<ul>
<li>Added <code>psci::Version</code> type, which is used for the return
value of <code>psci::version</code>.</li>
</ul>
<h3>New features</h3>
<ul>
<li>Error types now implement <code>core::error::Error</code>.</li>
<li>Added 32-bit versions of 64-bit PSCI calls.</li>
<li>Added support for aarch32.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6f90908b69
"><code>6f90908</code></a>
Prepare for 0.2.0 release.</li>
<li><a
href="de93b5b6ce
"><code>de93b5b</code></a>
Merge pull request <a
href="https://redirect.github.com/google/smccc/issues/10 ">#10</a> from
google/arm32</li>
<li><a
href="dc0d606d67
"><code>dc0d606</code></a>
Fix typo and mention unit.</li>
<li><a
href="d12f420c1c
"><code>d12f420</code></a>
Mention SMCCC 1.4 rather than 1.3 in Rustdoc comments.</li>
<li><a
href="2262f6f061
"><code>2262f6f</code></a>
Add support for aarch32.</li>
<li><a
href="3aa617b774
"><code>3aa617b</code></a>
Added 32-bit versions of 64-bit PSCI calls.</li>
<li><a
href="9bf9d346bd
"><code>9bf9d34</code></a>
Add permisisons to fix clippy lint check in CI.</li>
<li><a
href="d973061b95
"><code>d973061</code></a>
Merge pull request <a
href="https://redirect.github.com/google/smccc/issues/20 ">#20</a> from
google/psci</li>
<li><a
href="ecb5769aeb
"><code>ecb5769</code></a>
Add type for PSCI version.</li>
<li><a
href="be2efbff29
"><code>be2efbf</code></a>
Bump thiserror from 2.0.11 to 2.0.12 (<a
href="https://redirect.github.com/google/smccc/issues/19 ">#19</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/smccc/compare/0.1.1...0.2.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `spin` from 0.9.8 to 0.10.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md ">spin's
changelog</a>.</em></p>
<blockquote>
<h1>[0.10.0] - 2025-03-26</h1>
<h3>Added</h3>
<ul>
<li><code>Mutex::try_lock_weak</code></li>
<li><code>RwLock::try_write_weak</code></li>
<li><code>RwLock::try_upgrade_weak</code></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Updated MSRV to 1.60</li>
<li>Use <code>dep:</code> syntax in Cargo.toml</li>
<li><code>portable_atomic</code> feature has been renamed to
<code>portable-atomic</code>, for consistency.</li>
</ul>
<h3>Fixed</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/mvdnes/spin-rs/commits ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 10:12:42 +00:00
dependabot[bot]
64cc35f5a7
cargo: bump the minor group in /src/bare-metal/aps/examples with 3 updates ( #2701 )
...
Bumps the minor group in /src/bare-metal/aps/examples with 3 updates:
[bitflags](https://github.com/bitflags/bitflags ),
[smccc](https://github.com/google/smccc ) and
[spin](https://github.com/mvdnes/spin-rs ).
Updates `bitflags` from 2.8.0 to 2.9.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bitflags/bitflags/releases ">bitflags's
releases</a>.</em></p>
<blockquote>
<h2>2.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li><code>Flags</code> trait: add <code>clear(&mut self)</code>
method by <a
href="https://github.com/wysiwys "><code>@wysiwys</code></a> in <a
href="https://redirect.github.com/bitflags/bitflags/pull/437 ">bitflags/bitflags#437</a></li>
<li>Fix up UI tests by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/bitflags/bitflags/pull/438 ">bitflags/bitflags#438</a></li>
<li>Prepare for 2.9.0 release by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/bitflags/bitflags/pull/439 ">bitflags/bitflags#439</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0 ">https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md ">bitflags's
changelog</a>.</em></p>
<blockquote>
<h1>2.9.0</h1>
<h2>What's Changed</h2>
<ul>
<li><code>Flags</code> trait: add <code>clear(&mut self)</code>
method by <a
href="https://github.com/wysiwys "><code>@wysiwys</code></a> in <a
href="https://redirect.github.com/bitflags/bitflags/pull/437 ">bitflags/bitflags#437</a></li>
<li>Fix up UI tests by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/bitflags/bitflags/pull/438 ">bitflags/bitflags#438</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0 ">https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e197bf5039
"><code>e197bf5</code></a>
Merge pull request <a
href="https://redirect.github.com/bitflags/bitflags/issues/439 ">#439</a>
from KodrAus/cargo/2.9.0</li>
<li><a
href="8df6e80770
"><code>8df6e80</code></a>
prepare for 2.9.0 release</li>
<li><a
href="e92f0ae4b6
"><code>e92f0ae</code></a>
Merge pull request <a
href="https://redirect.github.com/bitflags/bitflags/issues/438 ">#438</a>
from KodrAus/fix/ui-tests</li>
<li><a
href="226ff75b99
"><code>226ff75</code></a>
fix up UI tests</li>
<li><a
href="2170a26558
"><code>2170a26</code></a>
Merge pull request <a
href="https://redirect.github.com/bitflags/bitflags/issues/437 ">#437</a>
from wysiwys/wysiwys/add-clear-method</li>
<li><a
href="76dde58498
"><code>76dde58</code></a>
add tests for <code>clear()</code> trait method</li>
<li><a
href="ce5d4207bb
"><code>ce5d420</code></a>
add <code>clear()</code> method to trait</li>
<li><a
href="9e45d36e0a
"><code>9e45d36</code></a>
Merge pull request <a
href="https://redirect.github.com/bitflags/bitflags/issues/434 ">#434</a>
from bitflags/KodrAus-patch-1</li>
<li><a
href="617645aa45
"><code>617645a</code></a>
pin checkout action for miri job</li>
<li><a
href="2c836f230d
"><code>2c836f2</code></a>
Merge pull request <a
href="https://redirect.github.com/bitflags/bitflags/issues/433 ">#433</a>
from bitflags/ci/remove-scorecard</li>
<li>Additional commits viewable in <a
href="https://github.com/bitflags/bitflags/compare/2.8.0...2.9.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `smccc` from 0.1.1 to 0.2.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/google/smccc/blob/main/CHANGELOG.md ">smccc's
changelog</a>.</em></p>
<blockquote>
<h2>0.2.0</h2>
<h3>Breaking changes</h3>
<ul>
<li>Added <code>psci::Version</code> type, which is used for the return
value of <code>psci::version</code>.</li>
</ul>
<h3>New features</h3>
<ul>
<li>Error types now implement <code>core::error::Error</code>.</li>
<li>Added 32-bit versions of 64-bit PSCI calls.</li>
<li>Added support for aarch32.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6f90908b69
"><code>6f90908</code></a>
Prepare for 0.2.0 release.</li>
<li><a
href="de93b5b6ce
"><code>de93b5b</code></a>
Merge pull request <a
href="https://redirect.github.com/google/smccc/issues/10 ">#10</a> from
google/arm32</li>
<li><a
href="dc0d606d67
"><code>dc0d606</code></a>
Fix typo and mention unit.</li>
<li><a
href="d12f420c1c
"><code>d12f420</code></a>
Mention SMCCC 1.4 rather than 1.3 in Rustdoc comments.</li>
<li><a
href="2262f6f061
"><code>2262f6f</code></a>
Add support for aarch32.</li>
<li><a
href="3aa617b774
"><code>3aa617b</code></a>
Added 32-bit versions of 64-bit PSCI calls.</li>
<li><a
href="9bf9d346bd
"><code>9bf9d34</code></a>
Add permisisons to fix clippy lint check in CI.</li>
<li><a
href="d973061b95
"><code>d973061</code></a>
Merge pull request <a
href="https://redirect.github.com/google/smccc/issues/20 ">#20</a> from
google/psci</li>
<li><a
href="ecb5769aeb
"><code>ecb5769</code></a>
Add type for PSCI version.</li>
<li><a
href="be2efbff29
"><code>be2efbf</code></a>
Bump thiserror from 2.0.11 to 2.0.12 (<a
href="https://redirect.github.com/google/smccc/issues/19 ">#19</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/smccc/compare/0.1.1...0.2.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `spin` from 0.9.8 to 0.10.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md ">spin's
changelog</a>.</em></p>
<blockquote>
<h1>[0.10.0] - 2025-03-26</h1>
<h3>Added</h3>
<ul>
<li><code>Mutex::try_lock_weak</code></li>
<li><code>RwLock::try_write_weak</code></li>
<li><code>RwLock::try_upgrade_weak</code></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Updated MSRV to 1.60</li>
<li>Use <code>dep:</code> syntax in Cargo.toml</li>
<li><code>portable_atomic</code> feature has been renamed to
<code>portable-atomic</code>, for consistency.</li>
</ul>
<h3>Fixed</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/mvdnes/spin-rs/commits ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 09:53:52 +00:00
dependabot[bot]
f8c9b831cb
cargo: bump the patch group in /src/bare-metal/aps/examples with 2 updates ( #2702 )
...
Bumps the patch group in /src/bare-metal/aps/examples with 2 updates:
[log](https://github.com/rust-lang/log ) and
[cc](https://github.com/rust-lang/cc-rs ).
Updates `log` from 0.4.26 to 0.4.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases ">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.27</h2>
<h2>What's Changed</h2>
<ul>
<li>A few minor lint fixes by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/671 ">rust-lang/log#671</a></li>
<li>Enable clippy support for format-like macros by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/665 ">rust-lang/log#665</a></li>
<li>Add an optional logger param by <a
href="https://github.com/tisonkun "><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/664 ">rust-lang/log#664</a></li>
<li>Pass global logger by value, supplied logger by ref by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/673 ">rust-lang/log#673</a></li>
<li>Prepare for 0.4.27 release by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/674 ">rust-lang/log#674</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">https://github.com/rust-lang/log/compare/0.4.26...0.4.27 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md ">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.27] - 2025-03-24</h2>
<h3>What's Changed</h3>
<ul>
<li>A few minor lint fixes by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/671 ">rust-lang/log#671</a></li>
<li>Enable clippy support for format-like macros by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/665 ">rust-lang/log#665</a></li>
<li>Add an optional logger param by <a
href="https://github.com/tisonkun "><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/664 ">rust-lang/log#664</a></li>
<li>Pass global logger by value, supplied logger by ref by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/673 ">rust-lang/log#673</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">https://github.com/rust-lang/log/compare/0.4.26...0.4.27 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="35161d0d25
"><code>35161d0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/674 ">#674</a>
from rust-lang/cargo/0.4.27</li>
<li><a
href="cc131ef268
"><code>cc131ef</code></a>
prepare for 0.4.27 release</li>
<li><a
href="ea6f54d395
"><code>ea6f54d</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/673 ">#673</a>
from rust-lang/feat/logger-by-ref</li>
<li><a
href="d229c7355b
"><code>d229c73</code></a>
fix unclosed code block</li>
<li><a
href="02486e458c
"><code>02486e4</code></a>
fill in more tests for logger argument</li>
<li><a
href="71e034ffa6
"><code>71e034f</code></a>
expand logger tests</li>
<li><a
href="dfa067e65c
"><code>dfa067e</code></a>
fix up kv passing</li>
<li><a
href="39d4c3ab88
"><code>39d4c3a</code></a>
run fmt</li>
<li><a
href="7aacc8fea3
"><code>7aacc8f</code></a>
pass global logger by value, supplied logger by ref</li>
<li><a
href="a438c6ed08
"><code>a438c6e</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/664 ">#664</a>
from tisonkun/logger-field</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `cc` from 1.2.16 to 1.2.17
<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.17</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1439 ">#1439</a>)</li>
<li>Regenerate windows sys bindings (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1437 ">#1437</a>)</li>
<li>Fix wasm32-wali-linux-musl target parsing (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1434 ">#1434</a>)</li>
<li>Parse <code>rustc</code> target names (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1413 ">#1413</a>)</li>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1429 ">#1429</a>)</li>
<li>Added base support for <code>wasm32-wali-linux-musl</code> target
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1373 ">#1373</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.16...cc-v1.2.17 ">1.2.17</a>
- 2025-03-21</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1439 ">#1439</a>)</li>
<li>Regenerate windows sys bindings (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1437 ">#1437</a>)</li>
<li>Fix wasm32-wali-linux-musl target parsing (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1434 ">#1434</a>)</li>
<li>Parse <code>rustc</code> target names (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1413 ">#1413</a>)</li>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1429 ">#1429</a>)</li>
<li>Added base support for <code>wasm32-wali-linux-musl</code> target
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1373 ">#1373</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d9dd20e376
"><code>d9dd20e</code></a>
chore: release v1.2.17 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1435 ">#1435</a>)</li>
<li><a
href="c964f0e07c
"><code>c964f0e</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1439 ">#1439</a>)</li>
<li><a
href="a140cc79b0
"><code>a140cc7</code></a>
Regenerate windows sys bindings (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1437 ">#1437</a>)</li>
<li><a
href="55051ebdc3
"><code>55051eb</code></a>
Update windows-bindgen requirement from 0.60 to 0.61 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1436 ">#1436</a>)</li>
<li><a
href="8054df013d
"><code>8054df0</code></a>
Fix wasm32-wali-linux-musl target parsing (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1434 ">#1434</a>)</li>
<li><a
href="d2a5991051
"><code>d2a5991</code></a>
ci: fix creating issue comment (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1433 ">#1433</a>)</li>
<li><a
href="cfb6a7cdbc
"><code>cfb6a7c</code></a>
Fix failure from cargo not propagating because of pipe (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1432 ">#1432</a>)</li>
<li><a
href="968da78f52
"><code>968da78</code></a>
Parse <code>rustc</code> target names (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1413 ">#1413</a>)</li>
<li><a
href="20300d573d
"><code>20300d5</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1429 ">#1429</a>)</li>
<li><a
href="830eea9ece
"><code>830eea9</code></a>
Added base support for <code>wasm32-wali-linux-musl</code> target (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1373 ">#1373</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.16...cc-v1.2.17 ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 12:10:47 -04:00
dependabot[bot]
e0204d0185
cargo: bump the patch group with 11 updates ( #2703 )
...
Bumps the patch group with 11 updates:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow ) | `1.0.96` | `1.0.97` |
| [clap](https://github.com/clap-rs/clap ) | `4.5.31` | `4.5.34` |
| [log](https://github.com/rust-lang/log ) | `0.4.26` | `0.4.27` |
| [mdbook](https://github.com/rust-lang/mdBook ) | `0.4.45` | `0.4.48` |
| [serde](https://github.com/serde-rs/serde ) | `1.0.218` | `1.0.219` |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.139` | `1.0.140`
|
| [zerocopy](https://github.com/google/zerocopy ) | `0.8.21` | `0.8.24` |
| [reqwest](https://github.com/seanmonstar/reqwest ) | `0.12.12` |
`0.12.15` |
| [thiserror](https://github.com/dtolnay/thiserror ) | `2.0.11` |
`2.0.12` |
| [cxx](https://github.com/dtolnay/cxx ) | `1.0.142` | `1.0.153` |
| [cxx-build](https://github.com/dtolnay/cxx ) | `1.0.142` | `1.0.153` |
Updates `anyhow` from 1.0.96 to 1.0.97
<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.97</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bfb89ef244
"><code>bfb89ef</code></a>
Release 1.0.97</li>
<li><a
href="c7fca9b086
"><code>c7fca9b</code></a>
Ignore elidable_lifetime_names pedantic clippy lint</li>
<li><a
href="427c0bb0f3
"><code>427c0bb</code></a>
Point standard library links to stable</li>
<li>See full diff in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.96...1.0.97 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `clap` from 4.5.31 to 4.5.34
<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.34</h2>
<h2>[4.5.34] - 2025-03-27</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Don't add extra blank lines with
<code>flatten_help(true)</code> and subcommands without arguments</li>
</ul>
<h2>v4.5.33</h2>
<h2>[4.5.33] - 2025-03-26</h2>
<h3>Fixes</h3>
<ul>
<li><em>(error)</em> When showing the usage of a suggestion for an
unknown argument, don't show the group</li>
</ul>
<h2>v4.5.32</h2>
<h2>[4.5.32] - 2025-03-10</h2>
<h3>Features</h3>
<ul>
<li>Add <code>Error::remove</code></li>
</ul>
<h3>Documentation</h3>
<ul>
<li><em>(cookbook)</em> Switch from <code>humantime</code> to
<code>jiff</code></li>
<li><em>(tutorial)</em> Better cover required vs optional</li>
</ul>
<h3>Internal</h3>
<ul>
<li>Update <code>pulldown-cmark</code></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.34] - 2025-03-27</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Don't add extra blank lines with
<code>flatten_help(true)</code> and subcommands without arguments</li>
</ul>
<h2>[4.5.33] - 2025-03-26</h2>
<h3>Fixes</h3>
<ul>
<li><em>(error)</em> When showing the usage of a suggestion for an
unknown argument, don't show the group</li>
</ul>
<h2>[4.5.32] - 2025-03-10</h2>
<h3>Features</h3>
<ul>
<li>Add <code>Error::remove</code></li>
</ul>
<h3>Documentation</h3>
<ul>
<li><em>(cookbook)</em> Switch from <code>humantime</code> to
<code>jiff</code></li>
<li><em>(tutorial)</em> Better cover required vs optional</li>
</ul>
<h3>Internal</h3>
<ul>
<li>Update <code>pulldown-cmark</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5d2cdac3e6
"><code>5d2cdac</code></a>
chore: Release</li>
<li><a
href="f1c10ebe58
"><code>f1c10eb</code></a>
docs: Update changelog</li>
<li><a
href="a4d1a7fe2b
"><code>a4d1a7f</code></a>
chore(ci): Take a break from template updates</li>
<li><a
href="e95ed396c4
"><code>e95ed39</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5775 ">#5775</a>
from vivienm/master</li>
<li><a
href="18f8d4c3f5
"><code>18f8d4c</code></a>
chore(deps): Update Rust Stable to v1.82 (<a
href="https://redirect.github.com/clap-rs/clap/issues/5788 ">#5788</a>)</li>
<li><a
href="f35d8e09fb
"><code>f35d8e0</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5787 ">#5787</a>
from epage/template</li>
<li><a
href="1389d7d689
"><code>1389d7d</code></a>
chore: Update from '_rust/main' template</li>
<li><a
href="dbc9faa79d
"><code>dbc9faa</code></a>
chore(ci): Initialize git for template update</li>
<li><a
href="3dac2f3683
"><code>3dac2f3</code></a>
chore(ci): Get history for template update</li>
<li><a
href="e1f77dacf1
"><code>e1f77da</code></a>
chore(ci): Fix branch for template update</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/v4.5.31...clap_complete-v4.5.34 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `log` from 0.4.26 to 0.4.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases ">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.27</h2>
<h2>What's Changed</h2>
<ul>
<li>A few minor lint fixes by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/671 ">rust-lang/log#671</a></li>
<li>Enable clippy support for format-like macros by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/665 ">rust-lang/log#665</a></li>
<li>Add an optional logger param by <a
href="https://github.com/tisonkun "><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/664 ">rust-lang/log#664</a></li>
<li>Pass global logger by value, supplied logger by ref by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/673 ">rust-lang/log#673</a></li>
<li>Prepare for 0.4.27 release by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/674 ">rust-lang/log#674</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">https://github.com/rust-lang/log/compare/0.4.26...0.4.27 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md ">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.27] - 2025-03-24</h2>
<h3>What's Changed</h3>
<ul>
<li>A few minor lint fixes by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/671 ">rust-lang/log#671</a></li>
<li>Enable clippy support for format-like macros by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/665 ">rust-lang/log#665</a></li>
<li>Add an optional logger param by <a
href="https://github.com/tisonkun "><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/664 ">rust-lang/log#664</a></li>
<li>Pass global logger by value, supplied logger by ref by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/673 ">rust-lang/log#673</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">https://github.com/rust-lang/log/compare/0.4.26...0.4.27 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="35161d0d25
"><code>35161d0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/674 ">#674</a>
from rust-lang/cargo/0.4.27</li>
<li><a
href="cc131ef268
"><code>cc131ef</code></a>
prepare for 0.4.27 release</li>
<li><a
href="ea6f54d395
"><code>ea6f54d</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/673 ">#673</a>
from rust-lang/feat/logger-by-ref</li>
<li><a
href="d229c7355b
"><code>d229c73</code></a>
fix unclosed code block</li>
<li><a
href="02486e458c
"><code>02486e4</code></a>
fill in more tests for logger argument</li>
<li><a
href="71e034ffa6
"><code>71e034f</code></a>
expand logger tests</li>
<li><a
href="dfa067e65c
"><code>dfa067e</code></a>
fix up kv passing</li>
<li><a
href="39d4c3ab88
"><code>39d4c3a</code></a>
run fmt</li>
<li><a
href="7aacc8fea3
"><code>7aacc8f</code></a>
pass global logger by value, supplied logger by ref</li>
<li><a
href="a438c6ed08
"><code>a438c6e</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/664 ">#664</a>
from tisonkun/logger-field</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `mdbook` from 0.4.45 to 0.4.48
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/mdBook/releases ">mdbook's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.48</h2>
<p>See <a
href="https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0448 ">https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0448 </a>
for a complete list of changes.</p>
<h2>v0.4.47</h2>
<p>See <a
href="https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0447 ">https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0447 </a>
for a complete list of changes.</p>
<h2>v0.4.46</h2>
<p>See <a
href="https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0446 ">https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0446 </a>
for a complete list of changes.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md ">mdbook's
changelog</a>.</em></p>
<blockquote>
<h2>mdBook 0.4.48</h2>
<p><a
href="https://github.com/rust-lang/mdBook/compare/v0.4.47...v0.4.48 ">v0.4.47...v0.4.48</a></p>
<h3>Added</h3>
<ul>
<li>Footnotes now have back-reference links. These links bring the
reader back to the original location. As part of this change, footnotes
are now only rendered at the bottom of the page. This also includes some
styling updates and fixes for footnote rendering.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2626 ">#2626</a></li>
<li>Added an "Auto" theme selection option which will default
to the system-preferred mode. This will also automatically switch when
the system changes the preferred mode.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2576 ">#2576</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>The <code>searchindex.json</code> file has been removed; only the
<code>searchindex.js</code> file will be generated.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2552 ">#2552</a></li>
<li>Updated Javascript code to use eslint.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2554 ">#2554</a></li>
<li>An error is generated if there are duplicate files in
<code>SUMMARY.md</code>.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2613 ">#2613</a></li>
</ul>
<h2>mdBook 0.4.47</h2>
<p><a
href="https://github.com/rust-lang/mdBook/compare/v0.4.46...v0.4.47 ">v0.4.46...v0.4.47</a></p>
<h3>Fixed</h3>
<ul>
<li>Fixed search not showing up in sub-directories.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2586 ">#2586</a></li>
</ul>
<h2>mdBook 0.4.46</h2>
<p><a
href="https://github.com/rust-lang/mdBook/compare/v0.4.45...v0.4.46 ">v0.4.45...v0.4.46</a></p>
<h3>Changed</h3>
<ul>
<li>The <code>output.html.hash-files</code> config option has been added
to add hashes to static filenames to bust any caches when a book is
updated. <code>{{resource}}</code> template tags have been added so that
links can be properly generated to those files.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/1368 ">#1368</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Playground links for Rust 2024 now set the edition correctly.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2557 ">#2557</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b7a27d2759
"><code>b7a27d2</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/mdBook/issues/2629 ">#2629</a>
from ehuss/bump-version</li>
<li><a
href="d67dbc74fd
"><code>d67dbc7</code></a>
Update to 0.4.48</li>
<li><a
href="d9d27f38c3
"><code>d9d27f3</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/mdBook/issues/2625 ">#2625</a>
from GuillaumeGomez/simplify-resources-location</li>
<li><a
href="4886c92fa4
"><code>4886c92</code></a>
Finish moving resources around</li>
<li><a
href="195d97a514
"><code>195d97a</code></a>
Move JS files into <code>front-end/js</code></li>
<li><a
href="e954e872f0
"><code>e954e87</code></a>
Move css and font files into <code>front-end</code></li>
<li><a
href="e74b4b0507
"><code>e74b4b0</code></a>
Move template files into <code>front-end/templates</code> folder</li>
<li><a
href="4946c78e8c
"><code>4946c78</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/mdBook/issues/2576 ">#2576</a>
from tmandry/default-auto-switch</li>
<li><a
href="54d8d37b77
"><code>54d8d37</code></a>
Fix eslint errors</li>
<li><a
href="20eea0b41e
"><code>20eea0b</code></a>
Add "Auto" option to theme menu</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/mdBook/compare/v0.4.45...v0.4.48 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde` from 1.0.218 to 1.0.219
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases ">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.219</h2>
<ul>
<li>Prevent <code>absolute_paths</code> Clippy restriction being
triggered inside macro-generated code (<a
href="https://redirect.github.com/serde-rs/serde/issues/2906 ">#2906</a>,
thanks <a
href="https://github.com/davidzeng0 "><code>@davidzeng0</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="49d098debd
"><code>49d098d</code></a>
Release 1.0.219</li>
<li><a
href="40f1d19dbe
"><code>40f1d19</code></a>
Wrap dummy.rs to 80 columns</li>
<li><a
href="514848b584
"><code>514848b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2906 ">#2906</a>
from davidzeng0/master</li>
<li><a
href="168b6cf789
"><code>168b6cf</code></a>
fix clippy absolute paths warning</li>
<li><a
href="a8bdd17333
"><code>a8bdd17</code></a>
Remove unused Punctuated import</li>
<li><a
href="1c9601358b
"><code>1c96013</code></a>
Resolve mem_replace_with_default clippy lint</li>
<li><a
href="f0d1ae08f3
"><code>f0d1ae0</code></a>
Ignore elidable_lifetime_names pedantic clippy lint</li>
<li><a
href="e3eaa6a3dd
"><code>e3eaa6a</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2896 ">#2896</a>
from dtolnay/stabledoc</li>
<li><a
href="6a630cf283
"><code>6a630cf</code></a>
Also link to stable proc_macro</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_json` from 1.0.139 to 1.0.140
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases ">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.140</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="762783414e
"><code>7627834</code></a>
Release 1.0.140</li>
<li><a
href="d77a498c80
"><code>d77a498</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1245 ">#1245</a>
from serde-rs/powerpc</li>
<li><a
href="b34d317089
"><code>b34d317</code></a>
Delete unused gcc installation</li>
<li><a
href="f7200c3cf6
"><code>f7200c3</code></a>
Ignore unbuffered_bytes clippy lint</li>
<li><a
href="76cd4fb383
"><code>76cd4fb</code></a>
Ignore elidable_lifetime_names pedantic clippy lint</li>
<li><a
href="400eaa977f
"><code>400eaa9</code></a>
Point standard library links to stable</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.139...v1.0.140 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `zerocopy` from 0.8.21 to 0.8.24
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/zerocopy/releases ">zerocopy's
releases</a>.</em></p>
<blockquote>
<h2>v0.8.24</h2>
<h2>What's Changed</h2>
<ul>
<li>[pointer] Document validity safety invariant by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2403 ">google/zerocopy#2403</a></li>
<li>[pointer] Support generic <code>TransmuteFrom</code> framework by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2408 ">google/zerocopy#2408</a></li>
<li>Implement FromZeros for AtomicPtr by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2426 ">google/zerocopy#2426</a></li>
<li>[pointer] SizeEq supports raw pointer transmutes by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2427 ">google/zerocopy#2427</a></li>
<li>Implement traits for Cell by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2421 ">google/zerocopy#2421</a></li>
<li>Remove obsolete safety proofs by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2423 ">google/zerocopy#2423</a></li>
<li>[layout] Move Kani proofs from crate root by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2430 ">google/zerocopy#2430</a></li>
<li>[git] Ignore VSCode workspace files by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2443 ">google/zerocopy#2443</a></li>
<li>[ci] Include doctests in coverage by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2446 ">google/zerocopy#2446</a></li>
<li>[ci] Roll pinned nightly toolchain by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2442 ">google/zerocopy#2442</a></li>
<li>[ci] Check (but don't test) avr-none target by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2448 ">google/zerocopy#2448</a></li>
<li>[kani] Use function contracts instead of proofs by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2449 ">google/zerocopy#2449</a></li>
<li>[byte_slice] Add Kani proofs by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2451 ">google/zerocopy#2451</a></li>
<li>[ci] Roll pinned stable toolchain by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2454 ">google/zerocopy#2454</a></li>
<li>[ptr] Simplify PtrInner's invariants by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2450 ">google/zerocopy#2450</a></li>
<li>[transmute] Update TryTransmuteFromPtr proof by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2455 ">google/zerocopy#2455</a></li>
<li>[derive] Replace impl_block with builder pattern by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2456 ">google/zerocopy#2456</a></li>
<li>[ci] Roll pinned nightly toolchain by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2457 ">google/zerocopy#2457</a></li>
<li>[derive] Support <code>#[zerocopy(crate = "...")]</code>
attribute by <a
href="https://github.com/andogq "><code>@andogq</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2452 ">google/zerocopy#2452</a></li>
<li>Release 0.8.24 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2458 ">google/zerocopy#2458</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/andogq "><code>@andogq</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/zerocopy/pull/2452 ">google/zerocopy#2452</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.23...v0.8.24 ">https://github.com/google/zerocopy/compare/v0.8.23...v0.8.24 </a></p>
<h2>v0.8.23</h2>
<h2>What's Changed</h2>
<ul>
<li>[macro] Support deriving certain traits via macro by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2418 ">google/zerocopy#2418</a></li>
<li>Release 0.8.23 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2420 ">google/zerocopy#2420</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.22...v0.8.23 ">https://github.com/google/zerocopy/compare/v0.8.22...v0.8.23 </a></p>
<h2>v0.8.22</h2>
<h2>What's Changed</h2>
<ul>
<li>[pointer] Replace project with cast_unsized_unchecked by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2405 ">google/zerocopy#2405</a></li>
<li>[pointer] Group imports at the top of the file by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2407 ">google/zerocopy#2407</a></li>
<li>[pointer] Remove ReadReason from Read trait by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2409 ">google/zerocopy#2409</a></li>
<li>[pointer] Use PME acronym in method name by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2412 ">google/zerocopy#2412</a></li>
<li>Inline try_cast_into() by <a
href="https://github.com/korran "><code>@korran</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2415 ">google/zerocopy#2415</a></li>
<li>Release 0.8.22 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2417 ">google/zerocopy#2417</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/korran "><code>@korran</code></a> made
their first contribution in <a
href="https://redirect.github.com/google/zerocopy/pull/2415 ">google/zerocopy#2415</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.21...v0.8.22 ">https://github.com/google/zerocopy/compare/v0.8.21...v0.8.22 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="99329a9859
"><code>99329a9</code></a>
Release 0.8.24 (<a
href="https://redirect.github.com/google/zerocopy/issues/2458 ">#2458</a>)</li>
<li><a
href="50568992f8
"><code>5056899</code></a>
[derive] Support #[zerocopy(crate = "...")] attribute (<a
href="https://redirect.github.com/google/zerocopy/issues/2452 ">#2452</a>)</li>
<li><a
href="1a82be7aeb
"><code>1a82be7</code></a>
[ci] Roll pinned nightly toolchain (<a
href="https://redirect.github.com/google/zerocopy/issues/2457 ">#2457</a>)</li>
<li><a
href="ed32df4b2d
"><code>ed32df4</code></a>
[derive] Replace impl_block with builder pattern (<a
href="https://redirect.github.com/google/zerocopy/issues/2456 ">#2456</a>)</li>
<li><a
href="09cda4072f
"><code>09cda40</code></a>
[transmute] Update TryTransmuteFromPtr proof (<a
href="https://redirect.github.com/google/zerocopy/issues/2455 ">#2455</a>)</li>
<li><a
href="31cfbd76dc
"><code>31cfbd7</code></a>
[ptr] Simplify PtrInner's invariants (<a
href="https://redirect.github.com/google/zerocopy/issues/2450 ">#2450</a>)</li>
<li><a
href="7abd7be04f
"><code>7abd7be</code></a>
[ci] Roll pinned stable toolchain (<a
href="https://redirect.github.com/google/zerocopy/issues/2454 ">#2454</a>)</li>
<li><a
href="8aa96d355a
"><code>8aa96d3</code></a>
[byte_slice] Add Kani proofs (<a
href="https://redirect.github.com/google/zerocopy/issues/2451 ">#2451</a>)</li>
<li><a
href="855c2378b4
"><code>855c237</code></a>
[kani] Use function contracts instead of proofs (<a
href="https://redirect.github.com/google/zerocopy/issues/2449 ">#2449</a>)</li>
<li><a
href="ff4a607de2
"><code>ff4a607</code></a>
[ci] Check (but don't test) avr-none target (<a
href="https://redirect.github.com/google/zerocopy/issues/2448 ">#2448</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/zerocopy/compare/v0.8.21...v0.8.24 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `reqwest` from 0.12.12 to 0.12.15
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/releases ">reqwest's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.15</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix http3 to support streaming response bodies by <a
href="https://github.com/ducaale "><code>@ducaale</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2517 ">seanmonstar/reqwest#2517</a></li>
<li>Fix Windows to support both <code>ProxyOverride</code> and
<code>NO_PROXY</code> by <a
href="https://github.com/drewkett "><code>@drewkett</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2601 ">seanmonstar/reqwest#2601</a></li>
<li>Fix http3 dependency from public API misuse by <a
href="https://github.com/seanmonstar "><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2605 ">seanmonstar/reqwest#2605</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/drewkett "><code>@drewkett</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2601 ">seanmonstar/reqwest#2601</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.14...v0.12.15 ">https://github.com/seanmonstar/reqwest/compare/v0.12.14...v0.12.15 </a></p>
<h2>v0.12.14</h2>
<h2>What's Changed</h2>
<ul>
<li>re-add fetch_mode_no_cors shim when not in wasm, but deprecated by
<a href="https://github.com/seanmonstar "><code>@seanmonstar</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2598 ">seanmonstar/reqwest#2598</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14 ">https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14 </a></p>
<h2>v0.12.13</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>Form::into_reader()</code> for blocking
<code>multipart</code> forms.</li>
<li>Add <code>Form::into_stream()</code> for async
<code>multipart</code> forms.</li>
<li>Add support for SOCKS4a proxies.</li>
<li>Fix decoding responses with multiple zstd frames.</li>
<li>Fix <code>RequestBuilder::form()</code> from overwriting a
previously set <code>Content-Type</code> header, like the other builder
methods.</li>
<li>Fix cloning of request timeout in
<code>blocking::Request</code>.</li>
<li>Fix http3 synchronization of connection creation, reducing
unneccesary extra connections.</li>
<li>Fix Windows system proxy to use <code>ProxyOverride</code> as a
<code>NO_PROXY</code> value.</li>
<li>Fix blocking read to correctly reserve and zero read buffer.</li>
<li>(wasm) Add support for request timeouts.</li>
<li>(wasm) Fix <code>Error::is_timeout()</code> to return true when from
a request timeout.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/obi1kenobi "><code>@obi1kenobi</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2524 ">seanmonstar/reqwest#2524</a></li>
<li><a
href="https://github.com/decathorpe "><code>@decathorpe</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2529 ">seanmonstar/reqwest#2529</a></li>
<li><a href="https://github.com/flisky "><code>@flisky</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/1760 ">seanmonstar/reqwest#1760</a></li>
<li><a href="https://github.com/0x676e67 "><code>@0x676e67</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2527 ">seanmonstar/reqwest#2527</a></li>
<li><a
href="https://github.com/maximevtush "><code>@maximevtush</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2534 ">seanmonstar/reqwest#2534</a></li>
<li><a
href="https://github.com/Property404 "><code>@Property404</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2554 ">seanmonstar/reqwest#2554</a></li>
<li><a href="https://github.com/G1gg1L3s "><code>@G1gg1L3s</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2544 ">seanmonstar/reqwest#2544</a></li>
<li><a
href="https://github.com/coastalwhite "><code>@coastalwhite</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2562 ">seanmonstar/reqwest#2562</a></li>
<li><a href="https://github.com/Fizcko "><code>@Fizcko</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2559 ">seanmonstar/reqwest#2559</a></li>
<li><a
href="https://github.com/markussilvan "><code>@markussilvan</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2573 ">seanmonstar/reqwest#2573</a></li>
<li><a
href="https://github.com/aunovis-heidrich "><code>@aunovis-heidrich</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2593 ">seanmonstar/reqwest#2593</a></li>
</ul>
<h2>Thanks!</h2>
<ul>
<li><a
href="https://github.com/seanmonstar "><code>@seanmonstar</code></a></li>
<li><a
href="https://github.com/paolobarbolini "><code>@paolobarbolini</code></a></li>
<li><a href="https://github.com/Nuhvi "><code>@Nuhvi</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md ">reqwest's
changelog</a>.</em></p>
<blockquote>
<h2>v0.12.15</h2>
<ul>
<li>Fix Windows to support both <code>ProxyOverride</code> and
<code>NO_PROXY</code>.</li>
<li>Fix http3 to support streaming response bodies.</li>
<li>Fix http3 dependency from public API misuse.</li>
</ul>
<h2>v0.12.14</h2>
<ul>
<li>Fix missing <code>fetch_mode_no_cors()</code>, marking as deprecated
when not on WASM.</li>
</ul>
<h2>v0.12.13</h2>
<ul>
<li>Add <code>Form::into_reader()</code> for blocking
<code>multipart</code> forms.</li>
<li>Add <code>Form::into_stream()</code> for async
<code>multipart</code> forms.</li>
<li>Add support for SOCKS4a proxies.</li>
<li>Fix decoding responses with multiple zstd frames.</li>
<li>Fix <code>RequestBuilder::form()</code> from overwriting a
previously set <code>Content-Type</code> header, like the other builder
methods.</li>
<li>Fix cloning of request timeout in
<code>blocking::Request</code>.</li>
<li>Fix http3 synchronization of connection creation, reducing
unneccesary extra connections.</li>
<li>Fix Windows system proxy to use <code>ProxyOverride</code> as a
<code>NO_PROXY</code> value.</li>
<li>Fix blocking read to correctly reserve and zero read buffer.</li>
<li>(wasm) Add support for request timeouts.</li>
<li>(wasm) Fix <code>Error::is_timeout()</code> to return true when from
a request timeout.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="54376c35df
"><code>54376c3</code></a>
v0.12.15</li>
<li><a
href="e4bb3e6d87
"><code>e4bb3e6</code></a>
upgrade h3-quinn (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2605 ">#2605</a>)</li>
<li><a
href="96a4fea5fe
"><code>96a4fea</code></a>
Merge tag 'v0.12.14'</li>
<li><a
href="5fd3d5b4ae
"><code>5fd3d5b</code></a>
Re-enable NO_PROXY envs on Windows (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2601 ">#2601</a>)</li>
<li><a
href="e9215fd68d
"><code>e9215fd</code></a>
Support streaming response body in HTTP/3 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2517 ">#2517</a>)</li>
<li><a
href="cf50f114b5
"><code>cf50f11</code></a>
v0.12.14</li>
<li><a
href="f63c631591
"><code>f63c631</code></a>
re-add fetch_mode_no_cors shim when not in wasm, but deprecated (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2598 ">#2598</a>)</li>
<li><a
href="e44e371305
"><code>e44e371</code></a>
v0.12.13</li>
<li><a
href="e83e138af5
"><code>e83e138</code></a>
Added osv-scanner.toml file to ignore npm packages in wasm examples
during vu...</li>
<li><a
href="7e85d2f974
"><code>7e85d2f</code></a>
ci: pin once-cell in msrv job (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2594 ">#2594</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.15 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `thiserror` from 2.0.11 to 2.0.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases ">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>2.0.12</h2>
<ul>
<li>Prevent elidable_lifetime_names pedantic clippy lint in generated
impl (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/413 ">#413</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95a5126693
"><code>95a5126</code></a>
Release 2.0.12</li>
<li><a
href="76490f743e
"><code>76490f7</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/413 ">#413</a>
from dtolnay/elidablelifetime</li>
<li><a
href="9f27b766f5
"><code>9f27b76</code></a>
Ignore elidable_lifetime_names pedantic clippy lint</li>
<li><a
href="daf2a6f36e
"><code>daf2a6f</code></a>
Resolve some elidable_lifetime_names pedantic clippy lint</li>
<li><a
href="5f07160c35
"><code>5f07160</code></a>
Point standard library links to stable</li>
<li><a
href="6706a5121b
"><code>6706a51</code></a>
Convert html links to intra-doc links</li>
<li><a
href="2706873a04
"><code>2706873</code></a>
More precise gitignore patterns</li>
<li><a
href="70bc20d848
"><code>70bc20d</code></a>
Remove **/*.rs.bk from project-specific gitignore</li>
<li>See full diff in <a
href="https://github.com/dtolnay/thiserror/compare/2.0.11...2.0.12 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `cxx` from 1.0.142 to 1.0.153
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases ">cxx's
releases</a>.</em></p>
<blockquote>
<h2>1.0.153</h2>
<ul>
<li>Factor out source tgz publication to a reusable workflow (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1492 ">#1492</a>, <a
href="https://redirect.github.com/dtolnay/.github/pull/4 ">dtolnay/.github#4</a>)</li>
</ul>
<h2>1.0.152</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>1.0.151</h2>
<ul>
<li>Add explicit conversion operator from <code>rust::Str</code> to
<code>std::string_view</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1486 ">#1486</a>,
thanks <a
href="https://github.com/anforowicz "><code>@anforowicz</code></a>)</li>
</ul>
<h2>1.0.150</h2>
<ul>
<li>Make source tars deterministic and reproducible (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1483 ">#1483</a>)</li>
<li>Update codespan-reporting dependency to 0.12 (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1485 ">#1485</a>)</li>
</ul>
<h2>1.0.149</h2>
<ul>
<li>Fix incorrect symlinks in release tgz (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1482 ">#1482</a>)</li>
</ul>
<h2>1.0.148</h2>
<ul>
<li>Produce source archives for releases with stable checksum (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1475 ">#1475</a>)</li>
<li>Fix Bazel presubmit build targets to unblock BCR publish (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1476 ">#1476</a>)</li>
</ul>
<h2>1.0.147</h2>
<ul>
<li>Add strip_prefix to unblock automated Bazel module publish (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1473 ">#1473</a>,
thanks <a
href="https://github.com/mortenmj "><code>@mortenmj</code></a>)</li>
</ul>
<h2>1.0.146</h2>
<ul>
<li>Publish releases automatically to bazel-central-registry (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1467 ">#1467</a>,
thanks <a
href="https://github.com/UebelAndre "><code>@UebelAndre</code></a>)</li>
</ul>
<h2>1.0.145</h2>
<ul>
<li>Update bzlmod to support Bazel 8 (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1466 ">#1466</a>,
thanks <a
href="https://github.com/UebelAndre "><code>@UebelAndre</code></a>)</li>
</ul>
<h2>1.0.144</h2>
<ul>
<li>Handle <code>cfg</code> attributes on type aliases (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1464 ">#1464</a>,
thanks <a
href="https://github.com/ahayzen-kdab "><code>@ahayzen-kdab</code></a>)</li>
</ul>
<h2>1.0.143</h2>
<ul>
<li>New trait impls for UniquePtr: Seek, PartialEq, Eq, PartialOrd, Ord,
Hash (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1454 ">#1454</a>, <a
href="https://redirect.github.com/dtolnay/cxx/issues/1455 ">#1455</a>, <a
href="https://redirect.github.com/dtolnay/cxx/issues/1446 ">#1446</a>, <a
href="https://redirect.github.com/dtolnay/cxx/issues/1456 ">#1456</a>)</li>
<li>New trait impls for SharedPtr: PartialEq, Eq, PartialOrd, Ord, Hash
(<a
href="https://redirect.github.com/dtolnay/cxx/issues/1457 ">#1457</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dfb54b4a6b
"><code>dfb54b4</code></a>
Release 1.0.153</li>
<li><a
href="24cd5f1328
"><code>24cd5f1</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1492 ">#1492</a>
from dtolnay/releasetgz</li>
<li><a
href="9ca318cf13
"><code>9ca318c</code></a>
Update source.template.json URL to match release_tgz.yml behavior</li>
<li><a
href="4c2b0c1703
"><code>4c2b0c1</code></a>
Factor out tgz release logic to reusable workflow</li>
<li><a
href="db7ad02949
"><code>db7ad02</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1491 ">#1491</a>
from dtolnay/integrity</li>
<li><a
href="3d0dd2da76
"><code>3d0dd2d</code></a>
Clear integrity value in source.template.json</li>
<li><a
href="6c117a8475
"><code>6c117a8</code></a>
Release 1.0.152</li>
<li><a
href="4303b19db0
"><code>4303b19</code></a>
Lockfile update</li>
<li><a
href="765515e3b8
"><code>765515e</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1490 ">#1490</a>
from dtolnay/indexmut</li>
<li><a
href="6791858bc5
"><code>6791858</code></a>
Document the naming of CxxVector's index_mut with aliases</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.142...1.0.153 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `cxx-build` from 1.0.142 to 1.0.153
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases ">cxx-build's
releases</a>.</em></p>
<blockquote>
<h2>1.0.153</h2>
<ul>
<li>Factor out source tgz publication to a reusable workflow (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1492 ">#1492</a>, <a
href="https://redirect.github.com/dtolnay/.github/pull/4 ">dtolnay/.github#4</a>)</li>
</ul>
<h2>1.0.152</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>1.0.151</h2>
<ul>
<li>Add explicit conversion operator from <code>rust::Str</code> to
<code>std::string_view</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1486 ">#1486</a>,
thanks <a
href="https://github.com/anforowicz "><code>@anforowicz</code></a>)</li>
</ul>
<h2>1.0.150</h2>
<ul>
<li>Make source tars deterministic and reproducible (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1483 ">#1483</a>)</li>
<li>Update codespan-reporting dependency to 0.12 (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1485 ">#1485</a>)</li>
</ul>
<h2>1.0.149</h2>
<ul>
<li>Fix incorrect symlinks in release tgz (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1482 ">#1482</a>)</li>
</ul>
<h2>1.0.148</h2>
<ul>
<li>Produce source archives for releases with stable checksum (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1475 ">#1475</a>)</li>
<li>Fix Bazel presubmit build targets to unblock BCR publish (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1476 ">#1476</a>)</li>
</ul>
<h2>1.0.147</h2>
<ul>
<li>Add strip_prefix to unblock automated Bazel module publish (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1473 ">#1473</a>,
thanks <a
href="https://github.com/mortenmj "><code>@mortenmj</code></a>)</li>
</ul>
<h2>1.0.146</h2>
<ul>
<li>Publish releases automatically to bazel-central-registry (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1467 ">#1467</a>,
thanks <a
href="https://github.com/UebelAndre "><code>@UebelAndre</code></a>)</li>
</ul>
<h2>1.0.145</h2>
<ul>
<li>Update bzlmod to support Bazel 8 (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1466 ">#1466</a>,
thanks <a
href="https://github.com/UebelAndre "><code>@UebelAndre</code></a>)</li>
</ul>
<h2>1.0.144</h2>
<ul>
<li>Handle <code>cfg</code> attributes on type aliases (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1464 ">#1464</a>,
thanks <a
href="https://github.com/ahayzen-kdab "><code>@ahayzen-kdab</code></a>)</li>
</ul>
<h2>1.0.143</h2>
<ul>
<li>New trait impls for UniquePtr: Seek, PartialEq, Eq, PartialOrd, Ord,
Hash (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1454 ">#1454</a>, <a
href="https://redirect.github.com/dtolnay/cxx/issues/1455 ">#1455</a>, <a
href="https://redirect.github.com/dtolnay/cxx/issues/1446 ">#1446</a>, <a
href="https://redirect.github.com/dtolnay/cxx/issues/1456 ">#1456</a>)</li>
<li>New trait impls for SharedPtr: PartialEq, Eq, PartialOrd, Ord, Hash
(<a
href="https://redirect.github.com/dtolnay/cxx/issues/1457 ">#1457</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dfb54b4a6b
"><code>dfb54b4</code></a>
Release 1.0.153</li>
<li><a
href="24cd5f1328
"><code>24cd5f1</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1492 ">#1492</a>
from dtolnay/releasetgz</li>
<li><a
href="9ca318cf13
"><code>9ca318c</code></a>
Update source.template.json URL to match release_tgz.yml behavior</li>
<li><a
href="4c2b0c1703
"><code>4c2b0c1</code></a>
Factor out tgz release logic to reusable workflow</li>
<li><a
href="db7ad02949
"><code>db7ad02</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1491 ">#1491</a>
from dtolnay/integrity</li>
<li><a
href="3d0dd2da76
"><code>3d0dd2d</code></a>
Clear integrity value in source.template.json</li>
<li><a
href="6c117a8475
"><code>6c117a8</code></a>
Release 1.0.152</li>
<li><a
href="4303b19db0
"><code>4303b19</code></a>
Lockfile update</li>
<li><a
href="765515e3b8
"><code>765515e</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1490 ">#1490</a>
from dtolnay/indexmut</li>
<li><a
href="6791858bc5
"><code>6791858</code></a>
Document the naming of CxxVector's index_mut with aliases</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.142...1.0.153 ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 12:10:16 -04:00
dependabot[bot]
bab66c5d43
Bump crate-ci/typos from 1.29.10 to 1.31.1 ( #2698 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.29.10
to 1.31.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/releases ">crate-ci/typos's
releases</a>.</em></p>
<blockquote>
<h2>v1.31.1</h2>
<h2>[1.31.1] - 2025-03-31</h2>
<h3>Fixes</h3>
<ul>
<li><em>(dict)</em> Also correct <code>typ</code> to
<code>type</code></li>
</ul>
<h2>v1.31.0</h2>
<h2>[1.31.0] - 2025-03-28</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1266 ">March
2025</a> changes</li>
</ul>
<h2>v1.30.3</h2>
<h2>[1.30.3] - 2025-03-24</h2>
<h3>Features</h3>
<ul>
<li>Support detecting <code>go.work</code> and <code>go.work.sum</code>
files</li>
</ul>
<h2>v1.30.2</h2>
<h2>[1.30.2] - 2025-03-10</h2>
<h3>Features</h3>
<ul>
<li>Add <code>--highlight-words</code> and
<code>--highlight-identifiers</code> for easier debugging of config</li>
</ul>
<h2>v1.30.1</h2>
<h2>[1.30.1] - 2025-03-04</h2>
<h3>Features</h3>
<ul>
<li><em>(action)</em> Create <code>v1</code> tag</li>
</ul>
<h2>v1.30.0</h2>
<h2>[1.30.0] - 2025-03-01</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1221 ">February
2025</a> changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md ">crate-ci/typos's
changelog</a>.</em></p>
<blockquote>
<h2>[1.31.1] - 2025-03-31</h2>
<h3>Fixes</h3>
<ul>
<li><em>(dict)</em> Also correct <code>typ</code> to
<code>type</code></li>
</ul>
<h2>[1.31.0] - 2025-03-28</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1266 ">March
2025</a> changes</li>
</ul>
<h2>[1.30.3] - 2025-03-24</h2>
<h3>Features</h3>
<ul>
<li>Support detecting <code>go.work</code> and <code>go.work.sum</code>
files</li>
</ul>
<h2>[1.30.2] - 2025-03-10</h2>
<h3>Features</h3>
<ul>
<li>Add <code>--highlight-words</code> and
<code>--highlight-identifiers</code> for easier debugging of config</li>
</ul>
<h2>[1.30.1] - 2025-03-04</h2>
<h3>Features</h3>
<ul>
<li><em>(action)</em> Create <code>v1</code> tag</li>
</ul>
<h2>[1.30.0] - 2025-03-01</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1221 ">February
2025</a> changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b1a1ef3893
"><code>b1a1ef3</code></a>
chore: Release</li>
<li><a
href="9c8a2c384f
"><code>9c8a2c3</code></a>
docs: Update changelog</li>
<li><a
href="12195d75fe
"><code>12195d7</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1267 ">#1267</a>
from epage/type</li>
<li><a
href="d4dbe5f77b
"><code>d4dbe5f</code></a>
fix(dict): Also correct typ to type</li>
<li><a
href="718c4ff697
"><code>718c4ff</code></a>
chore: Release</li>
<li><a
href="bfbf137ed6
"><code>bfbf137</code></a>
chore: Release</li>
<li><a
href="d47e90e4ff
"><code>d47e90e</code></a>
docs: Update changelog</li>
<li><a
href="0694c2a982
"><code>0694c2a</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1266 ">#1266</a>
from epage/march</li>
<li><a
href="f715ca8b08
"><code>f715ca8</code></a>
feat(dict): March 2025 updates</li>
<li><a
href="d08e4083f1
"><code>d08e408</code></a>
chore: Release</li>
<li>Additional commits viewable in <a
href="https://github.com/crate-ci/typos/compare/v1.29.10...v1.31.1 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 12:07:14 -04:00
dependabot[bot]
560b79bf31
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 2 updates ( #2699 )
...
Bumps the patch group in /src/exercises/bare-metal/rtc with 2 updates:
[log](https://github.com/rust-lang/log ) and
[cc](https://github.com/rust-lang/cc-rs ).
Updates `log` from 0.4.26 to 0.4.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases ">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.27</h2>
<h2>What's Changed</h2>
<ul>
<li>A few minor lint fixes by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/671 ">rust-lang/log#671</a></li>
<li>Enable clippy support for format-like macros by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/665 ">rust-lang/log#665</a></li>
<li>Add an optional logger param by <a
href="https://github.com/tisonkun "><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/664 ">rust-lang/log#664</a></li>
<li>Pass global logger by value, supplied logger by ref by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/673 ">rust-lang/log#673</a></li>
<li>Prepare for 0.4.27 release by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/674 ">rust-lang/log#674</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">https://github.com/rust-lang/log/compare/0.4.26...0.4.27 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md ">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.27] - 2025-03-24</h2>
<h3>What's Changed</h3>
<ul>
<li>A few minor lint fixes by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/671 ">rust-lang/log#671</a></li>
<li>Enable clippy support for format-like macros by <a
href="https://github.com/nyurik "><code>@nyurik</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/665 ">rust-lang/log#665</a></li>
<li>Add an optional logger param by <a
href="https://github.com/tisonkun "><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/664 ">rust-lang/log#664</a></li>
<li>Pass global logger by value, supplied logger by ref by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/673 ">rust-lang/log#673</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">https://github.com/rust-lang/log/compare/0.4.26...0.4.27 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="35161d0d25
"><code>35161d0</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/674 ">#674</a>
from rust-lang/cargo/0.4.27</li>
<li><a
href="cc131ef268
"><code>cc131ef</code></a>
prepare for 0.4.27 release</li>
<li><a
href="ea6f54d395
"><code>ea6f54d</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/673 ">#673</a>
from rust-lang/feat/logger-by-ref</li>
<li><a
href="d229c7355b
"><code>d229c73</code></a>
fix unclosed code block</li>
<li><a
href="02486e458c
"><code>02486e4</code></a>
fill in more tests for logger argument</li>
<li><a
href="71e034ffa6
"><code>71e034f</code></a>
expand logger tests</li>
<li><a
href="dfa067e65c
"><code>dfa067e</code></a>
fix up kv passing</li>
<li><a
href="39d4c3ab88
"><code>39d4c3a</code></a>
run fmt</li>
<li><a
href="7aacc8fea3
"><code>7aacc8f</code></a>
pass global logger by value, supplied logger by ref</li>
<li><a
href="a438c6ed08
"><code>a438c6e</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/664 ">#664</a>
from tisonkun/logger-field</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `cc` from 1.2.16 to 1.2.17
<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.17</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1439 ">#1439</a>)</li>
<li>Regenerate windows sys bindings (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1437 ">#1437</a>)</li>
<li>Fix wasm32-wali-linux-musl target parsing (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1434 ">#1434</a>)</li>
<li>Parse <code>rustc</code> target names (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1413 ">#1413</a>)</li>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1429 ">#1429</a>)</li>
<li>Added base support for <code>wasm32-wali-linux-musl</code> target
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1373 ">#1373</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.16...cc-v1.2.17 ">1.2.17</a>
- 2025-03-21</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1439 ">#1439</a>)</li>
<li>Regenerate windows sys bindings (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1437 ">#1437</a>)</li>
<li>Fix wasm32-wali-linux-musl target parsing (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1434 ">#1434</a>)</li>
<li>Parse <code>rustc</code> target names (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1413 ">#1413</a>)</li>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1429 ">#1429</a>)</li>
<li>Added base support for <code>wasm32-wali-linux-musl</code> target
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1373 ">#1373</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d9dd20e376
"><code>d9dd20e</code></a>
chore: release v1.2.17 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1435 ">#1435</a>)</li>
<li><a
href="c964f0e07c
"><code>c964f0e</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1439 ">#1439</a>)</li>
<li><a
href="a140cc79b0
"><code>a140cc7</code></a>
Regenerate windows sys bindings (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1437 ">#1437</a>)</li>
<li><a
href="55051ebdc3
"><code>55051eb</code></a>
Update windows-bindgen requirement from 0.60 to 0.61 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1436 ">#1436</a>)</li>
<li><a
href="8054df013d
"><code>8054df0</code></a>
Fix wasm32-wali-linux-musl target parsing (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1434 ">#1434</a>)</li>
<li><a
href="d2a5991051
"><code>d2a5991</code></a>
ci: fix creating issue comment (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1433 ">#1433</a>)</li>
<li><a
href="cfb6a7cdbc
"><code>cfb6a7c</code></a>
Fix failure from cargo not propagating because of pipe (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1432 ">#1432</a>)</li>
<li><a
href="968da78f52
"><code>968da78</code></a>
Parse <code>rustc</code> target names (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1413 ">#1413</a>)</li>
<li><a
href="20300d573d
"><code>20300d5</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1429 ">#1429</a>)</li>
<li><a
href="830eea9ece
"><code>830eea9</code></a>
Added base support for <code>wasm32-wali-linux-musl</code> target (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1373 ">#1373</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.16...cc-v1.2.17 ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 11:46:14 -04:00
Martin Geisler
2b32b1cb05
Fix link in README.md ( #2705 )
2025-04-01 10:18:36 +02:00
dependabot[bot]
23d1d64aeb
cargo: bump the minor group with 4 updates ( #2704 )
...
Bumps the minor group with 4 updates:
[googletest](https://github.com/google/googletest-rust ),
[http](https://github.com/hyperium/http ),
[tokio](https://github.com/tokio-rs/tokio ) and
[tempfile](https://github.com/Stebalien/tempfile ).
Updates `googletest` from 0.13.0 to 0.14.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/googletest-rust/releases ">googletest's
releases</a>.</em></p>
<blockquote>
<h2>v0.14.0</h2>
<p>Many thanks to <a
href="https://github.com/carlwhamilton "><code>@carlwhamilton</code></a>,
<a href="https://github.com/kezhuw "><code>@kezhuw</code></a>, <a
href="https://github.com/calder "><code>@calder</code></a>, <a
href="https://github.com/eopb "><code>@eopb</code></a> for contributing
to this release!</p>
<h1>API Changes</h1>
<ul>
<li>Rename <code>into_test_result</code> to <code>or_fail</code> (<a
href="2720c7655a
</a>).</li>
</ul>
<h1>New Features</h1>
<ul>
<li>Make <code>matches_pattern</code> support <code>_</code> at the top
level in tuple and braced structs (<a
href="a1e9bac623
</a>,
<a
href="3d65dea660
</a>).</li>
<li>Make <code>matches_pattern</code> enforce exhaustive field checks
for tuple and braced structs by default (<a
href="2ba098e023
</a>,
<a
href="99bcfaa4de
</a>,
<a
href="a17b655b47
</a>).</li>
<li>Add a <code>container_eq(...).ignore_order()</code> matcher (<a
href="48ffd20f9a
</a>).</li>
<li>Add <code>StrMatcher::ignoring_unicode_case</code> (<a
href="25322c86a9
</a>).</li>
<li>Add support for the Bazel test sharing protocol (<a
href="b8d251aa4a
</a>,
<a
href="ef06f3fc8e
</a>,
<a
href="cb8eaf9126
</a>).</li>
<li>Add <code>is_finite</code> and <code>is_infinite</code> matchers (<a
href="9a6712c9b7
</a>,
<a
href="4e35e2ce3c
</a>).</li>
<li>Make googletest-rust usable from <code>#![no_std]</code> crates (<a
href="7ca2fb5a8b
</a>).</li>
<li>Append generated test macro so that other test macros are aware of
it (<a
href="ee4996ddb7
</a>).</li>
<li>Improve the macro hygiene of <code>expect_that!</code> (<a
href="1a6ef3d9fb
</a>).</li>
<li>Implement the Bazel <code>TESTBRIDGE_TEST_ONLY</code> protocol for
test filtering with globs (<a
href="a834f86fb9
</a>,
<a
href="43d5976e85
</a>,
<a
href="8fa7024885
</a>).</li>
<li>Allow passing of failure messages and formatting arguments to
<code>expect_true!</code>, <code>expect_false!</code>,
<code>assert_pred!</code>, and <code>expect_pred!</code> (<a
href="298629403a
</a>,
<a
href="bbae567c67
</a>).</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>Fix issue where macros do not compile without <code>use
googletest::prelude::*;</code> by making calls between macros fully
qualified (<a
href="7a54871950
</a>).</li>
<li>Improve test hermeticity by calling
<code>Command::env_clear()</code> in integration tests (<a
href="b90142ad8b
</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/googletest-rust/compare/v0.13.0...v0.14.0 ">https://github.com/google/googletest-rust/compare/v0.13.0...v0.14.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bbae567c67
"><code>bbae567</code></a>
Add ability to pass failure message and formatting args to
<code>assert_pred</code>, `ex...</li>
<li><a
href="298629403a
"><code>2986294</code></a>
Add ability to pass failure message and formatting args to expect_true
and ex...</li>
<li><a
href="f5a975e574
"><code>f5a975e</code></a>
Merge pull request <a
href="https://redirect.github.com/google/googletest-rust/issues/604 ">#604</a>
from google:dependabot/cargo/tempfile-3.18.0</li>
<li><a
href="e61f5a1da1
"><code>e61f5a1</code></a>
Merge pull request <a
href="https://redirect.github.com/google/googletest-rust/issues/605 ">#605</a>
from google:dependabot/cargo/rustversion-1.0.20</li>
<li><a
href="cf4c00d5b3
"><code>cf4c00d</code></a>
Bump tempfile from 3.17.1 to 3.18.0</li>
<li><a
href="b707104e96
"><code>b707104</code></a>
Merge pull request <a
href="https://redirect.github.com/google/googletest-rust/issues/606 ">#606</a>
from google:dependabot/cargo/syn-2.0.100</li>
<li><a
href="372838ee93
"><code>372838e</code></a>
Merge pull request <a
href="https://redirect.github.com/google/googletest-rust/issues/607 ">#607</a>
from google:dependabot/cargo/indoc-2.0.6</li>
<li><a
href="eb9ad3becf
"><code>eb9ad3b</code></a>
Merge pull request <a
href="https://redirect.github.com/google/googletest-rust/issues/608 ">#608</a>
from google:dependabot/cargo/tokio-1.44.0</li>
<li><a
href="cd02cd15fe
"><code>cd02cd1</code></a>
Merge pull request <a
href="https://redirect.github.com/google/googletest-rust/issues/609 ">#609</a>
from google:dependabot/github_actions/github/codeql-a...</li>
<li><a
href="b1dbc67e1f
"><code>b1dbc67</code></a>
🌱 Bump github/codeql-action from 3.28.10 to 3.28.11</li>
<li>Additional commits viewable in <a
href="https://github.com/google/googletest-rust/compare/v0.13.0...v0.14.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `http` from 1.2.0 to 1.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/http/releases ">http's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: validate path bytes are at least utf8 by <a
href="https://github.com/seanmonstar "><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/hyperium/http/pull/756 ">hyperium/http#756</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hyperium/http/compare/v1.3.0...v1.3.1 ">https://github.com/hyperium/http/compare/v1.3.0...v1.3.1 </a></p>
<h2>v1.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Allow most UTF-8 characters in URI path and query. (<a
href="https://redirect.github.com/hyperium/http/pull/715 ">hyperium/http#715</a>)
<ul>
<li>This means paring <code>Uri</code>s with previously illegal
characters according the original RFC will now be accepted. They used to
be rejected in the name of spec purity, but many operators were using a
fork of <code>http</code> because reality is that most characters are
seen in the real world.</li>
</ul>
</li>
<li>Fix <code>HeaderMap::reserve()</code> to allocate sufficient
capacity.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/joelwurtz "><code>@joelwurtz</code></a>
made their first contribution in <a
href="https://redirect.github.com/hyperium/http/pull/715 ">hyperium/http#715</a></li>
<li><a href="https://github.com/ADD-SP "><code>@ADD-SP</code></a> made
their first contribution in <a
href="https://redirect.github.com/hyperium/http/pull/738 ">hyperium/http#738</a></li>
<li><a href="https://github.com/kawaemon "><code>@kawaemon</code></a>
made their first contribution in <a
href="https://redirect.github.com/hyperium/http/pull/741 ">hyperium/http#741</a></li>
<li><a href="https://github.com/DaniPopes "><code>@DaniPopes</code></a>
made their first contribution in <a
href="https://redirect.github.com/hyperium/http/pull/748 ">hyperium/http#748</a></li>
<li><a href="https://github.com/jpds "><code>@jpds</code></a> made their
first contribution in <a
href="https://redirect.github.com/hyperium/http/pull/695 ">hyperium/http#695</a></li>
</ul>
<h2>Thanks!</h2>
<ul>
<li><a
href="https://github.com/seanmonstar "><code>@seanmonstar</code></a></li>
<li><a href="https://github.com/tottoto "><code>@tottoto</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hyperium/http/compare/v1.2.0...v1.3.0 ">https://github.com/hyperium/http/compare/v1.2.0...v1.3.0 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hyperium/http/blob/master/CHANGELOG.md ">http's
changelog</a>.</em></p>
<blockquote>
<h1>1.3.1 (March 11, 2025)</h1>
<ul>
<li>Fix validation that all characters are UTF-8 in URI path and
query.</li>
</ul>
<h1>1.3.0 (March 11, 2025)</h1>
<ul>
<li>Allow most UTF-8 characters in URI path and query.</li>
<li>Fix <code>HeaderMap::reserve()</code> to allocate sufficient
capacity.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8c1fb204b8
"><code>8c1fb20</code></a>
v1.3.1</li>
<li><a
href="6637a72864
"><code>6637a72</code></a>
fix: validate path bytes are at least utf8 (<a
href="https://redirect.github.com/hyperium/http/issues/756 ">#756</a>)</li>
<li><a
href="d0dd91e9b5
"><code>d0dd91e</code></a>
v1.3.0</li>
<li><a
href="64bd92b9cc
"><code>64bd92b</code></a>
docs: Fixed encryption/compression typo for 'accept-encoding: identity'.
(<a
href="https://redirect.github.com/hyperium/http/issues/695 ">#695</a>)</li>
<li><a
href="b03ed6a7e5
"><code>b03ed6a</code></a>
chore: use range.contains in StatusCode methods (<a
href="https://redirect.github.com/hyperium/http/issues/748 ">#748</a>)</li>
<li><a
href="a463fb5995
"><code>a463fb5</code></a>
chore(ci): use yq to get rust-version in manifest (<a
href="https://redirect.github.com/hyperium/http/issues/746 ">#746</a>)</li>
<li><a
href="68845bd24d
"><code>68845bd</code></a>
fix: HeaderMap::reserve allocates insufficient capacity (<a
href="https://redirect.github.com/hyperium/http/issues/741 ">#741</a>)</li>
<li><a
href="4e020461ca
"><code>4e02046</code></a>
refactor(header): remove BytesMut inline optimization when creating (<a
href="https://redirect.github.com/hyperium/http/issues/738 ">#738</a>)</li>
<li><a
href="091ee9a6d7
"><code>091ee9a</code></a>
feat(uri): allow utf8 char, not rfc 3986 compliant, in path and query
(<a
href="https://redirect.github.com/hyperium/http/issues/715 ">#715</a>)</li>
<li>See full diff in <a
href="https://github.com/hyperium/http/compare/v1.2.0...v1.3.1 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `tokio` from 1.43.0 to 1.44.1
<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.44.1</h2>
<h1>1.44.1 (March 13th, 2025)</h1>
<h3>Fixed</h3>
<ul>
<li>rt: skip defer queue in <code>block_in_place</code> context (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7216 ">#7216</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/7216 ">#7216</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7216 ">tokio-rs/tokio#7216</a></p>
<h2>Tokio v1.44.0</h2>
<h1>1.44.0 (March 7th, 2025)</h1>
<p>This release changes the <code>from_std</code> method on sockets to
panic if a blocking socket is provided. We determined this change is not
a breaking change as Tokio is not intended to operate using blocking
sockets. Doing so results in runtime hangs and should be considered a
bug. Accidentally passing a blocking socket to Tokio is one of the most
common user mistakes. If this change causes an issue for you, please
comment on <a
href="https://redirect.github.com/tokio-rs/tokio/issues/7172 ">#7172</a>.</p>
<h3>Added</h3>
<ul>
<li>coop: add <code>task::coop</code> module (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7116 ">#7116</a>)</li>
<li>process: add <code>Command::get_kill_on_drop()</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7086 ">#7086</a>)</li>
<li>sync: add <code>broadcast::Sender::closed</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6685 ">#6685</a>,
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7090 ">#7090</a>)</li>
<li>sync: add <code>broadcast::WeakSender</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7100 ">#7100</a>)</li>
<li>sync: add <code>oneshot::Receiver::is_empty()</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7153 ">#7153</a>)</li>
<li>sync: add <code>oneshot::Receiver::is_terminated()</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7152 ">#7152</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fs: empty reads on <code>File</code> should not start a background
read (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7139 ">#7139</a>)</li>
<li>process: calling <code>start_kill</code> on exited child should not
fail (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7160 ">#7160</a>)</li>
<li>signal: fix <code>CTRL_CLOSE</code>, <code>CTRL_LOGOFF</code>,
<code>CTRL_SHUTDOWN</code> on windows (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7122 ">#7122</a>)</li>
<li>sync: properly handle panic during mpsc drop (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7094 ">#7094</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>runtime: clean up magic number in registration set (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7112 ">#7112</a>)</li>
<li>coop: make coop yield using waker defer strategy (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7185 ">#7185</a>)</li>
<li>macros: make <code>select!</code> budget-aware (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7164 ">#7164</a>)</li>
<li>net: panic when passing a blocking socket to <code>from_std</code>
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7166 ">#7166</a>)</li>
<li>io: clean up buffer casts (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7142 ">#7142</a>)</li>
</ul>
<h3>Changes to unstable APIs</h3>
<ul>
<li>rt: add before and after task poll callbacks (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7120 ">#7120</a>)</li>
<li>tracing: make the task tracing API unstable public (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6972 ">#6972</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>docs: fix nesting of sections in top-level docs (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7159 ">#7159</a>)</li>
<li>fs: rename symlink and hardlink parameter names (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7143 ">#7143</a>)</li>
<li>io: swap reader/writer in simplex doc test (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7176 ">#7176</a>)</li>
<li>macros: docs about <code>select!</code> alternatives (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7110 ">#7110</a>)</li>
<li>net: rename the argument for <code>send_to</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7146 ">#7146</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d413c9c02a
"><code>d413c9c</code></a>
chore: prepare Tokio v1.44.1 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7217 ">#7217</a>)</li>
<li><a
href="addbfb9204
"><code>addbfb9</code></a>
rt: skip defer queue in <code>block_in_place</code> context (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7216 ">#7216</a>)</li>
<li><a
href="8182ecf262
"><code>8182ecf</code></a>
chore: prepare Tokio v1.44.0 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7202 ">#7202</a>)</li>
<li><a
href="a258bff701
"><code>a258bff</code></a>
ci: enable printing in multi thread loom tests (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7200 ">#7200</a>)</li>
<li><a
href="e076d21f67
"><code>e076d21</code></a>
process: clarify <code>Child::kill</code> behavior (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7162 ">#7162</a>)</li>
<li><a
href="042433cdcc
"><code>042433c</code></a>
net: debug_assert on creating a tokio socket from a blocking one (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7166 ">#7166</a>)</li>
<li><a
href="0284d1b5c8
"><code>0284d1b</code></a>
macros: make <code>select!</code> budget-aware (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7164 ">#7164</a>)</li>
<li><a
href="710bc8071e
"><code>710bc80</code></a>
rt: coop should yield using waker defer strategy (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7185 ">#7185</a>)</li>
<li><a
href="a2b12bd579
"><code>a2b12bd</code></a>
readme: adjust release schedule to once per month (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7191 ">#7191</a>)</li>
<li><a
href="e7b593cbee
"><code>e7b593c</code></a>
process: fix grammar of the <code>ChildStdin</code> struct doc comment
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7192 ">#7192</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.1 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `tempfile` from 3.17.1 to 3.19.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md ">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.19.1</h2>
<ul>
<li>Don't unlink temporary files immediately on Windows (fixes <a
href="https://redirect.github.com/Stebalien/tempfile/issues/339 ">#339</a>).
Unfortunately, this seemed to corrupt the file object (possibly a
Windows kernel bug) in rare cases and isn't strictly speaking
necessary.</li>
</ul>
<h2>3.19.0</h2>
<ul>
<li>Remove direct dependency on <code>cfg-if</code>. It's still in the
tree, but we didn't really need to use it in this crate.</li>
<li>Add an unstable feature
(<code>unstable-windows-keep-open-tempfile</code>) to test a potential
fix to <a
href="https://redirect.github.com/Stebalien/tempfile/issues/339 ">#339</a>.</li>
</ul>
<h2>3.18.0</h2>
<ul>
<li>Update <code>rustix</code> to 1.0.0.</li>
<li>Make <code>NamedTempFile::persist_noclobber</code> atomic on Apple
operating systems. It's now atomic on MacOS, Windows, and Linux
(depending on the OS version and filesystem used).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95540ed3fc
"><code>95540ed</code></a>
chore: release v3.19.1</li>
<li><a
href="b60aae49c1
"><code>b60aae4</code></a>
fix(windows): don't automatically delete files on open (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/344 ">#344</a>)</li>
<li><a
href="167f544abe
"><code>167f544</code></a>
ci(cargo-deny): remove windows-sys exception (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/343 ">#343</a>)</li>
<li><a
href="42fff6813d
"><code>42fff68</code></a>
chore: release v3.19.0</li>
<li><a
href="61b4283c20
"><code>61b4283</code></a>
feat(windows): add a feature to immediate tempfile deletion (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/340 ">#340</a>)</li>
<li><a
href="c2d16b3bc3
"><code>c2d16b3</code></a>
ci: downgrade once-cell on old rustc versions (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/342 ">#342</a>)</li>
<li><a
href="35c204d7c2
"><code>35c204d</code></a>
chore: remove cfg-if dependency (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/338 ">#338</a>)</li>
<li><a
href="b8bddaf0cf
"><code>b8bddaf</code></a>
release 3.18.0</li>
<li><a
href="0e17869470
"><code>0e17869</code></a>
update rustix (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/336 ">#336</a>)</li>
<li><a
href="6cf65365a4
"><code>6cf6536</code></a>
doc: fix markdown</li>
<li>Additional commits viewable in <a
href="https://github.com/Stebalien/tempfile/compare/v3.17.1...v3.19.1 ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 10:09:45 +02:00
dependabot[bot]
ecd2c0d8fb
Bump tar-fs from 3.0.6 to 3.0.8 in /tests in the npm_and_yarn group across 1 directory ( #2697 )
...
Bumps the npm_and_yarn group with 1 update in the /tests directory:
[tar-fs](https://github.com/mafintosh/tar-fs ).
Updates `tar-fs` from 3.0.6 to 3.0.8
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e4a7a401e8
"><code>e4a7a40</code></a>
3.0.8</li>
<li><a
href="504ca0fc57
"><code>504ca0f</code></a>
upgrade bare packages</li>
<li><a
href="1e4cc042b7
"><code>1e4cc04</code></a>
3.0.7</li>
<li><a
href="a1dd7e7c7f
"><code>a1dd7e7</code></a>
refactor and throw on bad symlink</li>
<li><a
href="7ce355d649
"><code>7ce355d</code></a>
Create SECURITY.md</li>
<li>See full diff in <a
href="https://github.com/mafintosh/tar-fs/compare/v3.0.6...v3.0.8 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/comprehensive-rust/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 11:19:32 +02:00
bartoszkp
eca2a10316
Improve tests for BinaryTree exercise ( #2696 )
...
Current tests still pass if `len` is implemented to calculate the height
of the tree (i.e. max(left.len(), right.len()) + 1 for each node). It
seems this is quite a common misunderstanding when doing this course.
With the new assert height implementation will fail, which hints towards
implementing `len` as a total number of nodes.
2025-03-19 20:46:25 +00:00
michael-kerscher
53f7660e9b
Evaluate slide size and block if they grow above a certain treshold (with exemption mechanism) ( #2693 )
...
This enables a test for the width and height of slides (excluding some
special cases completely).
The mechanism has an exemption mechanism to temporarily exempt slides
from the rules.
Even exempted slides are checked for the rule violation and once the
slides are compliant they must be removed from the exemption list to
avoid future regression (the check fails in the CI if compliant slides
are exempted!)
This also provides a good opportunity to always have an up-to-date list
of overlong slides in
[slide-exemptions.list.ts](tests/src/slides/slide-exemptions.list.ts)
that can be worked on.
The slide list is always autogenerated in the CI environment. If you want to
enable this for your local dev environment it has to be created manually.
This avoids a time consuming local test if it is not necessary.
On the CLI it can be locally used with `npm run test --
--spec=src/slide-size.test.ts` (after creating the list with
`./src/slides/create-slide.list.sh ../book/html/`).
The CI environment specifies the env var `TEST_BOOK_DIR` that is used to
specifiy the html directory so it can create the list of slides
on-the-fly, check against hardcoded exemptions and evaluate.
This is a new solution for #1464 within the new test framework. This is
related to #2234 and makes the mdbook-slide-evaluator from #2258
obsolete and should be removed as this is a not so powerful nor flexible
framework.
2025-03-18 12:50:46 +01:00
Eric Githinji
91f6de64df
Xtask ( #2688 )
...
### Background
Comprehensive Rust requires a number of tools to be installed (e.g.
mdbook and mdbook-course). As mentioned in #2509 (and discussed in
#2469 ) it would be nice to have a cross platform command for installing
these dependencies. Currently these are installed using a shell script
(`install-mdbook.sh`) but this isn't truly cross platform e.g. for
Windows users.
### Xtask
[xtask](https://github.com/matklad/cargo-xtask ) outlines an approach for
automating tasks in a Rust project. It involves using cargo's aliasing
feature to allow us to run commands like `cargo xtask <some task>` to
perform adhoc tasks via a Rust binary that we might otherwise need a
shell script for.
In this PR we add support for a `cargo xtask install-tools` command that
will replace the `install-mdbook.sh` script and install the dependent
tools. We can potentially extend it to support for other tasks e.g.
`cargo xtask fmt`.
---------
Co-authored-by: Eric Githinji <egithinji@google.com>
2025-03-14 12:24:08 +01:00
dependabot[bot]
01176e0de0
cargo: bump ring from 0.17.8 to 0.17.13 in the cargo group ( #2692 )
...
Bumps the cargo group with 1 update:
[ring](https://github.com/briansmith/ring ).
Updates `ring` from 0.17.8 to 0.17.13
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 03:03:26 +00:00
Eric Githinji
a2ad59e4ae
Use dbg! instead of println! in deep dive sessions. ( #2676 )
...
Part of #2478 to clean up code blocks when all that is needed is a
trivial debug print statement. The deep dive sessions didn't have that
many occurrences of trivial println! statements.
I believe this can close #2478 .
Co-authored-by: Eric Githinji <egithinji@google.com>
2025-03-07 12:05:29 +01:00
명이
9d7ae61322
Correct incorrect title of Korean translation ( #2599 )
...
I fixed some wrong titles in the Korean translation
2025-03-07 12:04:50 +01:00
dependabot[bot]
a20d3f15c4
cargo: bump the minor group across 1 directory with 2 updates ( #2689 )
...
Bumps the minor group with 2 updates in the
/src/exercises/bare-metal/rtc directory:
[arm-gic](https://github.com/google/arm-gic ) and
[bitflags](https://github.com/bitflags/bitflags ).
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Walbran <qwandor@google.com>
2025-03-06 04:28:38 +00:00
Colin Pitrat
b24914a247
Correct minor typos in slide notes ( #2687 )
...
- There's a `NotCloneable` in the code, no `NonCloneable`
- Point<StderrLogger> doesn't make sense in this context
2025-03-04 13:50:45 +01:00
Nicole L
7f45460811
Rework generic fn examples to show monomorphized versions ( #2671 )
...
Something I always do when covering generic fns is I like to show the
monomorphized versions of `pick` to make it clear to students what
generics are doing behind the scenes. In my most recent class I tried
going the other way around, showing the monomorphized versions first to
more clearly motivate what generics are used for, and I liked the way it
went. I think motivating generics by first showing code duplication and
then showing how generics allow us to de-duplicate makes for a good
teaching flow, and I think it also helps make things clearer to students
coming from more dynamic languages that don't have an equivalent to
generics.
I also changed the `pick` fns to take a `bool` as the first argument
because I think that makes things slightly clearer/cleaner, but I'm not
married to that change either.
2025-03-03 10:03:10 -05:00
dependabot[bot]
8ed932f65c
cargo: bump the minor group with 6 updates ( #2681 )
...
Bumps the minor group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark ) |
`0.12.2` | `0.13.0` |
| [strum](https://github.com/Peternator7/strum ) | `0.26.3` | `0.27.1` |
| [tokio](https://github.com/tokio-rs/tokio ) | `1.42.0` | `1.43.0` |
| [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets ) |
`0.10.1` | `0.11.3` |
| [scraper](https://github.com/causal-agent/scraper ) | `0.22.0` |
`0.23.1` |
| [tempfile](https://github.com/Stebalien/tempfile ) | `3.14.0` |
`3.17.1` |
Updates `pulldown-cmark` from 0.12.2 to 0.13.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphlinus/pulldown-cmark/releases ">pulldown-cmark's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.0</h2>
<h2>Breaking Changes</h2>
<ul>
<li>super and sub script support by <a
href="https://github.com/jim-taylor-business "><code>@jim-taylor-business</code></a>
in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/966 ">pulldown-cmark/pulldown-cmark#966</a></li>
<li>Implement extension WikiLinks;
<code>Options::ENABLE_WIKILINKS</code> by <a
href="https://github.com/frostu8 "><code>@frostu8</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/991 ">pulldown-cmark/pulldown-cmark#991</a></li>
</ul>
<h2>New Features</h2>
<ul>
<li>feat: add <code>-D</code> CLI option to enable definition lists by
<a href="https://github.com/ytmimi "><code>@ytmimi</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/972 ">pulldown-cmark/pulldown-cmark#972</a></li>
</ul>
<h2>Bug Fixes and Code Enhancements</h2>
<ul>
<li>Safer definition lists implementation by <a
href="https://github.com/mondeja "><code>@mondeja</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/974 ">pulldown-cmark/pulldown-cmark#974</a></li>
<li>Factor duplicate code out of parsers by <a
href="https://github.com/notriddle "><code>@notriddle</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/976 ">pulldown-cmark/pulldown-cmark#976</a></li>
<li>Stop using string slicing for math where bytes will do by <a
href="https://github.com/notriddle "><code>@notriddle</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/977 ">pulldown-cmark/pulldown-cmark#977</a></li>
<li>Make indent calc for definition lists match commonmark-hs closer by
<a href="https://github.com/notriddle "><code>@notriddle</code></a> in
<a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/978 ">pulldown-cmark/pulldown-cmark#978</a></li>
<li>Ensure "parse" fuzz target covers all options by <a
href="https://github.com/ollpu "><code>@ollpu</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/980 ">pulldown-cmark/pulldown-cmark#980</a></li>
<li>Change subscript CLI flag to -B by <a
href="https://github.com/ollpu "><code>@ollpu</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/993 ">pulldown-cmark/pulldown-cmark#993</a></li>
<li>Fix OOB access due to erroneous shift in process_mask by <a
href="https://github.com/ollpu "><code>@ollpu</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/990 ">pulldown-cmark/pulldown-cmark#990</a></li>
<li>Use slice patterns for <code>unescape</code> by <a
href="https://github.com/notriddle "><code>@notriddle</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/996 ">pulldown-cmark/pulldown-cmark#996</a></li>
<li>Use slice patterns for <code>scan_eol</code> by <a
href="https://github.com/notriddle "><code>@notriddle</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/998 ">pulldown-cmark/pulldown-cmark#998</a></li>
<li>Stop using scan_ch when get will do by <a
href="https://github.com/notriddle "><code>@notriddle</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1003 ">pulldown-cmark/pulldown-cmark#1003</a></li>
<li>Fix panic when symbols are present in wikilink before pipe by <a
href="https://github.com/frostu8 "><code>@frostu8</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1004 ">pulldown-cmark/pulldown-cmark#1004</a></li>
<li>Added a WASM build step to github actions <a
href="https://redirect.github.com/raphlinus/pulldown-cmark/issues/1005 ">#1005</a>
by <a href="https://github.com/rimutaka "><code>@rimutaka</code></a> in
<a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1006 ">pulldown-cmark/pulldown-cmark#1006</a></li>
<li>Use an explicit node for tight paragraphs by <a
href="https://github.com/notriddle "><code>@notriddle</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1015 ">pulldown-cmark/pulldown-cmark#1015</a></li>
<li>Fix tasklist parsing bugs by <a
href="https://github.com/notriddle "><code>@notriddle</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1017 ">pulldown-cmark/pulldown-cmark#1017</a></li>
<li>Prevent definition list defs from interrupting non-paragraphs by <a
href="https://github.com/notriddle "><code>@notriddle</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1018 ">pulldown-cmark/pulldown-cmark#1018</a></li>
</ul>
<h2>Docs</h2>
<ul>
<li>Add basic skeleton for developer docs by <a
href="https://github.com/systemsoverload "><code>@systemsoverload</code></a>
in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/988 ">pulldown-cmark/pulldown-cmark#988</a></li>
<li>docs: Added a doc-comment for ENABLE_SMART_PUNCTUATION option. by <a
href="https://github.com/rimutaka "><code>@rimutaka</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1007 ">pulldown-cmark/pulldown-cmark#1007</a></li>
<li>Document more Events and Tags by <a
href="https://github.com/ModProg "><code>@ModProg</code></a> in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1010 ">pulldown-cmark/pulldown-cmark#1010</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ytmimi "><code>@ytmimi</code></a> made
their first contribution in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/972 ">pulldown-cmark/pulldown-cmark#972</a></li>
<li><a href="https://github.com/mondeja "><code>@mondeja</code></a> made
their first contribution in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/974 ">pulldown-cmark/pulldown-cmark#974</a></li>
<li><a
href="https://github.com/jim-taylor-business "><code>@jim-taylor-business</code></a>
made their first contribution in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/966 ">pulldown-cmark/pulldown-cmark#966</a></li>
<li><a
href="https://github.com/systemsoverload "><code>@systemsoverload</code></a>
made their first contribution in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/988 ">pulldown-cmark/pulldown-cmark#988</a></li>
<li><a href="https://github.com/frostu8 "><code>@frostu8</code></a> made
their first contribution in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/991 ">pulldown-cmark/pulldown-cmark#991</a></li>
<li><a href="https://github.com/rimutaka "><code>@rimutaka</code></a>
made their first contribution in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1006 ">pulldown-cmark/pulldown-cmark#1006</a></li>
<li><a href="https://github.com/ModProg "><code>@ModProg</code></a> made
their first contribution in <a
href="https://redirect.github.com/pulldown-cmark/pulldown-cmark/pull/1010 ">pulldown-cmark/pulldown-cmark#1010</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.12.2...v0.13.0 ">https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.12.2...v0.13.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f17d98ae9e
"><code>f17d98a</code></a>
chore: bump version to 0.13.0</li>
<li><a
href="47f60de892
"><code>47f60de</code></a>
chore: cargo update and bump version to 0.12.3</li>
<li><a
href="e42259fe2d
"><code>e42259f</code></a>
Merge pull request <a
href="https://redirect.github.com/raphlinus/pulldown-cmark/issues/1018 ">#1018</a>
from notriddle/deflist-lazy</li>
<li><a
href="052c635acb
"><code>052c635</code></a>
Merge pull request <a
href="https://redirect.github.com/raphlinus/pulldown-cmark/issues/1017 ">#1017</a>
from notriddle/master</li>
<li><a
href="0ede612b0e
"><code>0ede612</code></a>
Prevent definition list defs from interrupting non-paragraphs</li>
<li><a
href="2c16b4edf2
"><code>2c16b4e</code></a>
Fix tasklist parsing bugs</li>
<li><a
href="c59ff5484a
"><code>c59ff54</code></a>
Merge pull request <a
href="https://redirect.github.com/raphlinus/pulldown-cmark/issues/1015 ">#1015</a>
from notriddle/tight-paragraph</li>
<li><a
href="4409722ad9
"><code>4409722</code></a>
Use an explicit node for tight paragraphs</li>
<li><a
href="4564d43c5d
"><code>4564d43</code></a>
Merge pull request <a
href="https://redirect.github.com/raphlinus/pulldown-cmark/issues/1010 ">#1010</a>
from ModProg/document-events</li>
<li><a
href="62cae02c7a
"><code>62cae02</code></a>
fix metadatablock doc comment</li>
<li>Additional commits viewable in <a
href="https://github.com/raphlinus/pulldown-cmark/compare/v0.12.2...v0.13.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `strum` from 0.26.3 to 0.27.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Peternator7/strum/releases ">strum's
releases</a>.</em></p>
<blockquote>
<h2>v0.27.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix docsrs build error regarding IntoDiscriminant trait by <a
href="https://github.com/tveness "><code>@tveness</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/414 ">Peternator7/strum#414</a></li>
<li>Update docs to actually include new features by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/417 ">Peternator7/strum#417</a></li>
<li>Use _ to silence warnings about unused fields by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/418 ">Peternator7/strum#418</a></li>
<li>Add <code>#[strum(transparent)]</code> attribute by <a
href="https://github.com/bobozaur "><code>@bobozaur</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/331 ">Peternator7/strum#331</a></li>
<li>Fix warnings in tests from variants by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/419 ">Peternator7/strum#419</a></li>
<li>Peternator7/fix transparent typo by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/421 ">Peternator7/strum#421</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tveness "><code>@tveness</code></a> made
their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/414 ">Peternator7/strum#414</a></li>
<li><a href="https://github.com/bobozaur "><code>@bobozaur</code></a>
made their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/331 ">Peternator7/strum#331</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Peternator7/strum/compare/v0.27.0...v0.27.1 ">https://github.com/Peternator7/strum/compare/v0.27.0...v0.27.1 </a></p>
<h2>v0.27.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix the unconditional usage of string interpolation in strum by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/360 ">Peternator7/strum#360</a></li>
<li>fix: require strum_macros 0.26.3 by <a
href="https://github.com/joshka "><code>@joshka</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/365 ">Peternator7/strum#365</a></li>
<li>docs(strum_macros): fix word error in doc by <a
href="https://github.com/leaf-potato "><code>@leaf-potato</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/370 ">Peternator7/strum#370</a></li>
<li>Add EnumDiscriminants Trait and related Macro impl by <a
href="https://github.com/vpochapuis "><code>@vpochapuis</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/377 ">Peternator7/strum#377</a></li>
<li>macros: Stop using syn's extra-traits feature by <a
href="https://github.com/svix-jplatte "><code>@svix-jplatte</code></a>
in <a
href="https://redirect.github.com/Peternator7/strum/pull/378 ">Peternator7/strum#378</a></li>
<li>docs(strum_macros): fix typo in <code>enum_iter</code> docs by <a
href="https://github.com/cenviity "><code>@cenviity</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/387 ">Peternator7/strum#387</a></li>
<li>Inline generated functions by <a
href="https://github.com/marc0246 "><code>@marc0246</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/389 ">Peternator7/strum#389</a></li>
<li>Peternator7/update msrv to 1.66.1 by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/384 ">Peternator7/strum#384</a></li>
<li>Update appveyor.yml to VS 2022 by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/383 ">Peternator7/strum#383</a></li>
<li>feat: FromStr derive could support setting the error type by <a
href="https://github.com/JimChenWYU "><code>@JimChenWYU</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/380 ">Peternator7/strum#380</a></li>
<li>Add support for <code>const_into_str</code> attribute to enable
static string conversions in const contexts by <a
href="https://github.com/biryukovmaxim "><code>@biryukovmaxim</code></a>
in <a
href="https://redirect.github.com/Peternator7/strum/pull/353 ">Peternator7/strum#353</a></li>
<li>fix typo by <a
href="https://github.com/JimChenWYU "><code>@JimChenWYU</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/393 ">Peternator7/strum#393</a></li>
<li>Implement <code>get_int</code>/<code>get_bool</code> for properties
by <a href="https://github.com/marxin "><code>@marxin</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/391 ">Peternator7/strum#391</a></li>
<li>deps: bumped phf to 0.11 by <a
href="https://github.com/jqnatividad "><code>@jqnatividad</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/401 ">Peternator7/strum#401</a></li>
<li>Quality of life changes by <a
href="https://github.com/MHS-0 "><code>@MHS-0</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/398 ">Peternator7/strum#398</a></li>
<li>fix EnumTryAs to allow attributes on enum variant fields by <a
href="https://github.com/phsym "><code>@phsym</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/400 ">Peternator7/strum#400</a></li>
<li>Using fn() -> T instead of T in the phantom data will make all
EnumIterator types Send + Sync. by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/402 ">Peternator7/strum#402</a></li>
<li>Use asserts instead of println in Display docstrings by <a
href="https://github.com/sukhmel "><code>@sukhmel</code></a> in <a
href="https://redirect.github.com/Peternator7/strum/pull/403 ">Peternator7/strum#403</a></li>
<li>Fix <code>Display</code> macro in <code>#![no_std]</code> programs
by <a href="https://github.com/bugadani "><code>@bugadani</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/407 ">Peternator7/strum#407</a></li>
<li>Fix potential errors from vis diffs by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/409 ">Peternator7/strum#409</a></li>
<li>Use a "Path" instead of "String" for FromStr's
error methods by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/410 ">Peternator7/strum#410</a></li>
<li>Per cargo docs, this should fix the circular dep when publishing
strum by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/411 ">Peternator7/strum#411</a></li>
<li>Remove gnu toolchains from appveyor by <a
href="https://github.com/Peternator7 "><code>@Peternator7</code></a> in
<a
href="https://redirect.github.com/Peternator7/strum/pull/412 ">Peternator7/strum#412</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/leaf-potato "><code>@leaf-potato</code></a>
made their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/370 ">Peternator7/strum#370</a></li>
<li><a
href="https://github.com/vpochapuis "><code>@vpochapuis</code></a> made
their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/377 ">Peternator7/strum#377</a></li>
<li><a
href="https://github.com/svix-jplatte "><code>@svix-jplatte</code></a>
made their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/378 ">Peternator7/strum#378</a></li>
<li><a href="https://github.com/cenviity "><code>@cenviity</code></a>
made their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/387 ">Peternator7/strum#387</a></li>
<li><a href="https://github.com/marc0246 "><code>@marc0246</code></a>
made their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/389 ">Peternator7/strum#389</a></li>
<li><a
href="https://github.com/JimChenWYU "><code>@JimChenWYU</code></a> made
their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/380 ">Peternator7/strum#380</a></li>
<li><a
href="https://github.com/biryukovmaxim "><code>@biryukovmaxim</code></a>
made their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/353 ">Peternator7/strum#353</a></li>
<li><a href="https://github.com/marxin "><code>@marxin</code></a> made
their first contribution in <a
href="https://redirect.github.com/Peternator7/strum/pull/391 ">Peternator7/strum#391</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Peternator7/strum/blob/master/CHANGELOG.md ">strum's
changelog</a>.</em></p>
<blockquote>
<h2>0.27.1</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/Peternator7/strum/pull/414 ">#414</a>:
Fix docrs build error.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/Peternator7/strum/pull/417 ">#417</a>:
Mention <code>parse_error_ty</code> and <code>parse_error_fn</code> that
had been
left out of the docs accidentally.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/Peternator7/strum/pull/421 ">#421</a><a
href="https://redirect.github.com/Peternator7/strum/pull/331 ">#331</a>:
Implement
<code>#[strum(transparent)]</code> attribute on
<code>IntoStaticStr</code>, <code>Display</code> and
<code>AsRefStr</code> that forwards the implmenentation to
the inner value. Note that for static strings, the inner value must be
convertible to an <code>&'static str</code>.</p>
<pre lang="rust"><code>#[derive(strum::Display)]
enum SurveyResponse {
Yes,
No,
#[strum(transparent)]
Other(String)
}
<p>fn main() {
let response = SurveyResponse::Other("It was good".into());
println!("Question: Did you have fun?");
println!("Answer: {}", response);
// prints: Answer: It was good
}
</code></pre></p>
</li>
</ul>
<h2>0.27.0</h2>
<h3>Highlights</h3>
<ul>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/407 ">#407</a>:
<code>Display</code> is now correctly derived in <code>[no_std]</code>
projects.</li>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/402 ">#402</a>:
<code>EnumIter</code> now implements <code>Send + Sync</code></li>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/400 ">#400</a>:
<code>EnumTryAs</code> now handles attributes on variant fields
correctly.</li>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/398 ">#398</a>:
<code>strum</code> is now on rust 2021</li>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/391 ">#391</a>:
<code>EnumProperties</code> correctly implements <code>get_bool</code>
and <code>get_int</code>
finally. 🎉 </li>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/380 ">#380</a>:
<code>FromString</code> now supports 2 additional attributes,
<code>parse_error_ty</code>
and <code>parse_error_fn</code> that can be added to use a custom error
type rather than the default strum error message.
<ul>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/410 ">#410</a>:
These attributes accept a <code>Path</code> rather than a
<code>String</code>
to improve behavior with rust-analyzer.</li>
</ul>
</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/384 ">#384</a>:
MSRV is now 1.66.1</li>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/391 ">#391</a>:
<code>EnumProperties</code> doesn't provide default implementations
anymore.
This would have required you to manually implement this trait which
should be very uncommon.</li>
</ul>
<h2>0.26.4 (strum_macros)</h2>
<ul>
<li><a
href="https://redirect.github.com/Peternator7/strum/pull/360 ">#360</a>:
Fixes bug introduced with new string interpolation feature where</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="85d0ae61d1
"><code>85d0ae6</code></a>
Update versions to 0.27.1 everywhere</li>
<li><a
href="1576a7ab59
"><code>1576a7a</code></a>
Peternator7/fix transparent typo (<a
href="https://redirect.github.com/Peternator7/strum/issues/421 ">#421</a>)</li>
<li><a
href="23d29527cd
"><code>23d2952</code></a>
Create ci.yml</li>
<li><a
href="9c5fb56b4b
"><code>9c5fb56</code></a>
Fix warnings in tests from variants that need to exist, but don't get
used (#...</li>
<li><a
href="030d7b5b6a
"><code>030d7b5</code></a>
Merge branch 'bobozaur-258-transparent-attr'</li>
<li><a
href="7606dd5982
"><code>7606dd5</code></a>
Do some light refactoring to combine similiar code paths together</li>
<li><a
href="b6a357d5ba
"><code>b6a357d</code></a>
Merge branch '258-transparent-attr' of <a
href="https://github.com/bobozaur/strum ">https://github.com/bobozaur/strum </a>
into...</li>
<li><a
href="24e7a4fddd
"><code>24e7a4f</code></a>
Use _ to silence warnings (<a
href="https://redirect.github.com/Peternator7/strum/issues/418 ">#418</a>)</li>
<li><a
href="4c1f6c1015
"><code>4c1f6c1</code></a>
Update docs to actually include new features (<a
href="https://redirect.github.com/Peternator7/strum/issues/417 ">#417</a>)</li>
<li><a
href="9db3c4dc9b
"><code>9db3c4d</code></a>
Replace IntoDiscriminant with EnumDiscriminants in macro exports, as (<a
href="https://redirect.github.com/Peternator7/strum/issues/414 ">#414</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Peternator7/strum/compare/v0.26.3...v0.27.1 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `tokio` from 1.42.0 to 1.43.0
<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.43.0</h2>
<h1>1.43.0 (Jan 8th, 2025)</h1>
<h3>Added</h3>
<ul>
<li>net: add <code>UdpSocket::peek</code> methods (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7068 ">#7068</a>)</li>
<li>net: add support for Haiku OS (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7042 ">#7042</a>)</li>
<li>process: add <code>Command::into_std()</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7014 ">#7014</a>)</li>
<li>signal: add <code>SignalKind::info</code> on illumos (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6995 ">#6995</a>)</li>
<li>signal: add support for realtime signals on illumos (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7029 ">#7029</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>io: don't call <code>set_len</code> before initializing vector in
<code>Blocking</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7054 ">#7054</a>)</li>
<li>macros: suppress <code>clippy::needless_return</code> in
<code>#[tokio::main]</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6874 ">#6874</a>)</li>
<li>runtime: fix thread parking on WebAssembly (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7041 ">#7041</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>chore: use unsync loads for <code>unsync_load</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7073 ">#7073</a>)</li>
<li>io: use <code>Buf::put_bytes</code> in <code>Repeat</code> read impl
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7055 ">#7055</a>)</li>
<li>task: drop the join waker of a task eagerly (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6986 ">#6986</a>)</li>
</ul>
<h3>Changes to unstable APIs</h3>
<ul>
<li>metrics: improve flexibility of H2Histogram Configuration (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6963 ">#6963</a>)</li>
<li>taskdump: add accessor methods for backtrace (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6975 ">#6975</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>io: clarify <code>ReadBuf::uninit</code> allows initialized buffers
as well (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7053 ">#7053</a>)</li>
<li>net: fix ambiguity in <code>TcpStream::try_write_vectored</code>
docs (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7067 ">#7067</a>)</li>
<li>runtime: fix <code>LocalRuntime</code> doc links (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7074 ">#7074</a>)</li>
<li>sync: extend documentation for
<code>watch::Receiver::wait_for</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7038 ">#7038</a>)</li>
<li>sync: fix typos in <code>OnceCell</code> docs (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7047 ">#7047</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/6874 ">#6874</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6874 ">tokio-rs/tokio#6874</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6963 ">#6963</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6963 ">tokio-rs/tokio#6963</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6975 ">#6975</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6975 ">tokio-rs/tokio#6975</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6986 ">#6986</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6986 ">tokio-rs/tokio#6986</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6995 ">#6995</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/6995 ">tokio-rs/tokio#6995</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7014 ">#7014</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7014 ">tokio-rs/tokio#7014</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7029 ">#7029</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7029 ">tokio-rs/tokio#7029</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7038 ">#7038</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7038 ">tokio-rs/tokio#7038</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7041 ">#7041</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7041 ">tokio-rs/tokio#7041</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7042 ">#7042</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7042 ">tokio-rs/tokio#7042</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7047 ">#7047</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7047 ">tokio-rs/tokio#7047</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7053 ">#7053</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7053 ">tokio-rs/tokio#7053</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7054 ">#7054</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7054 ">tokio-rs/tokio#7054</a>
<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7055 ">#7055</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7055 ">tokio-rs/tokio#7055</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5f3296df77
"><code>5f3296d</code></a>
chore: prepare Tokio v1.43.0 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7079 ">#7079</a>)</li>
<li><a
href="cc974a646b
"><code>cc974a6</code></a>
chore: prepare tokio-macros v2.5.0 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7078 ">#7078</a>)</li>
<li><a
href="15495fd883
"><code>15495fd</code></a>
metrics: improve flexibility of H2Histogram Configuration (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6963 ">#6963</a>)</li>
<li><a
href="ad4183412a
"><code>ad41834</code></a>
io: don't call <code>set_len</code> before initializing vector in
<code>Blocking</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7054 ">#7054</a>)</li>
<li><a
href="bd3e857737
"><code>bd3e857</code></a>
runtime: move <code>is_join_waker_set</code> assertion in
<code>unset_waker</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7072 ">#7072</a>)</li>
<li><a
href="15f73666f1
"><code>15f7366</code></a>
runtime: fix <code>LocalRuntime</code> doc links (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7074 ">#7074</a>)</li>
<li><a
href="fd2048dad1
"><code>fd2048d</code></a>
ci: split miri jobs into unit and integration tests (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7071 ">#7071</a>)</li>
<li><a
href="e8f39157b6
"><code>e8f3915</code></a>
chore: use unsync loads for <code>unsync_load</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7073 ">#7073</a>)</li>
<li><a
href="67f127769b
"><code>67f1277</code></a>
net: fix ambiguity in <code>TcpStream::try_write_vectored</code> docs
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7067 ">#7067</a>)</li>
<li><a
href="463502cbaf
"><code>463502c</code></a>
io: clarify <code>ReadBuf::uninit</code> allows initialized buffers as
well (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7053 ">#7053</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `tokio-websockets` from 0.10.1 to 0.11.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md ">tokio-websockets's
changelog</a>.</em></p>
<blockquote>
<h2>[0.11.3] - 2025-02-17</h2>
<h3>Fixed</h3>
<ul>
<li>In cases where the underlying I/O was failed but data remained to be
sent, a call to <code>poll_close</code> the WebSocket stream would block
indefinitely, this is now properly handled by returning
<code>None</code> from <code>poll_next</code> after I/O errors</li>
</ul>
<h2>[0.11.2] - 2025-02-09</h2>
<h3>Changed</h3>
<ul>
<li><code>rand</code> was updated to 0.9</li>
<li>Reduced the amount of unsafe code</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>The <code>Host</code> header no longer unconditionally includes a
port anymore, which is more in line with the RFC and fixes interacting
with some webservers</li>
</ul>
<h2>[0.11.1] - 2025-01-26</h2>
<h3>Changed</h3>
<ul>
<li>The size of several structs has been slightly decreased, reducing
memory usage</li>
<li>The SIMD algorithms have been improved and support for them is now
detected at runtime. The <code>simd</code> feature flag is
deprecated</li>
<li><code>getrandom</code> was updated to 0.3</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed an issue where a pending <code>poll_flush</code> call by a
writer would stall infinitely if <code>poll_next</code> was called at
the same time (see <a
href="https://redirect.github.com/Gelbpunkt/tokio-websockets/issues/92 ">#92</a>)</li>
</ul>
<h2>[0.11.0] - 2025-01-03</h2>
<h3>Added</h3>
<ul>
<li>The SIMD masking code now supports AltiVec on PowerPC targets
(nightly only)</li>
<li><code>WebSocketStream::{get_ref, get_mut}</code> allow access to the
underlying I/O</li>
<li><code>client::DISALLOWED_HEADERS</code> is a list of headers that
may not be added via <code>ClientBuilder::add_header</code></li>
<li><code>CloseCode::is_reserved</code> returns whether the close code
is reserved (i.e. may not be sent over the wire)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>[breaking]</strong> <code>ServerBuilder::accept</code> now
returns the client's HTTP request alongside the websocket stream in a
tuple</li>
<li><strong>[breaking]</strong> <code>ClientBuilder::add_header</code>
now returns a <code>Result</code> and errors when adding a disallowed
header</li>
<li><strong>[breaking]</strong> <code>Message::close</code> will now
panic when the close code is reserved or the reason exceeds 123
bytes</li>
<li><strong>[breaking]</strong> <code>Message::{ping, pong}</code> will
now panic when the payload exceeds 125 bytes</li>
<li><code>rustls-platform-verifier</code> was updated to 0.5</li>
<li>The SIMD masking code is now more efficient</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed compilation with SIMD on 32-bit x86 targets</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/Gelbpunkt/tokio-websockets/commits ">compare
view</a></li>
</ul>
</details>
<br />
Updates `scraper` from 0.22.0 to 0.23.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/causal-agent/scraper/releases ">scraper's
releases</a>.</em></p>
<blockquote>
<h2>v0.23.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-scraper/scraper/compare/v0.23.0...v0.23.1 ">https://github.com/rust-scraper/scraper/compare/v0.23.0...v0.23.1 </a></p>
<h2>v0.23.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix README symlink by <a
href="https://github.com/hwup "><code>@hwup</code></a> in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/224 ">rust-scraper/scraper#224</a></li>
<li>Make <code>HtmlTreeSink</code>'s field public by <a
href="https://github.com/max-heller "><code>@max-heller</code></a> in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/226 ">rust-scraper/scraper#226</a></li>
<li>Bump indexmap from 2.7.0 to 2.7.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/230 ">rust-scraper/scraper#230</a></li>
<li>Add a serde feature for (de)serializing Selectors by <a
href="https://github.com/jakubslaby09 "><code>@jakubslaby09</code></a>
in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/227 ">rust-scraper/scraper#227</a></li>
<li>Bump serde from 1.0.215 to 1.0.217 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/233 ">rust-scraper/scraper#233</a></li>
<li>Bump serde from 1.0.217 to 1.0.218 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/236 ">rust-scraper/scraper#236</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hwup "><code>@hwup</code></a> made their
first contribution in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/224 ">rust-scraper/scraper#224</a></li>
<li><a
href="https://github.com/max-heller "><code>@max-heller</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/226 ">rust-scraper/scraper#226</a></li>
<li><a
href="https://github.com/jakubslaby09 "><code>@jakubslaby09</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-scraper/scraper/pull/227 ">rust-scraper/scraper#227</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-scraper/scraper/compare/v0.22.0...v0.23.0 ">https://github.com/rust-scraper/scraper/compare/v0.22.0...v0.23.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d4a9eaf6f1
"><code>d4a9eaf</code></a>
Version 0.23.1</li>
<li><a
href="9bd68689a9
"><code>9bd6868</code></a>
Fix README.md for crates.io</li>
<li><a
href="08afce2b3f
"><code>08afce2</code></a>
Version 0.23.0</li>
<li><a
href="4ff30c66ab
"><code>4ff30c6</code></a>
Merge pull request <a
href="https://redirect.github.com/causal-agent/scraper/issues/236 ">#236</a>
from rust-scraper/dependabot/cargo/serde-1.0.218</li>
<li><a
href="97a987e31a
"><code>97a987e</code></a>
Bump serde from 1.0.217 to 1.0.218</li>
<li><a
href="a52514c494
"><code>a52514c</code></a>
Merge pull request <a
href="https://redirect.github.com/causal-agent/scraper/issues/233 ">#233</a>
from rust-scraper/dependabot/cargo/serde-1.0.217</li>
<li><a
href="11cca40454
"><code>11cca40</code></a>
Bump serde from 1.0.215 to 1.0.217</li>
<li><a
href="1a55337806
"><code>1a55337</code></a>
Add a serde feature for (de)serializing Selectors (<a
href="https://redirect.github.com/causal-agent/scraper/issues/227 ">#227</a>)</li>
<li><a
href="638d731f55
"><code>638d731</code></a>
Bump indexmap from 2.7.0 to 2.7.1</li>
<li><a
href="cbe480a4e9
"><code>cbe480a</code></a>
Update LICENSE info</li>
<li>Additional commits viewable in <a
href="https://github.com/causal-agent/scraper/compare/v0.22.0...v0.23.1 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `tempfile` from 3.14.0 to 3.17.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md ">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.17.1</h2>
<ul>
<li>Fix build with <code>windows-sys</code> 0.52. Unfortunately, we have
no CI for older <code>windows-sys</code> versions at the moment...</li>
</ul>
<h2>3.17.0</h2>
<ul>
<li>Make sure to use absolute paths in when creating unnamed temporary
files (avoids a small race in the "immediate unlink" logic)
and in <code>Builder::make_in</code> (when creating temporary files of
arbitrary types).</li>
<li>Prevent a theoretical crash that could (maybe) happen when a
temporary file is created from a drop function run in a TLS destructor.
Nobody has actually reported a case of this happening in practice and I
have been unable to create this scenario in a test.</li>
<li>When reseeding with <code>getrandom</code>, use platform (e.g., CPU)
specific randomness sources where possible.</li>
<li>Clarify some documentation.</li>
<li>Unlink unnamed temporary files on windows <em>immediately</em> when
possible instead of waiting for the handle to be closed. We open files
with "Unix" semantics, so this is generally possible.</li>
</ul>
<h2>3.16.0</h2>
<ul>
<li>Update <code>getrandom</code> to <code>0.3.0</code> (thanks to <a
href="https://github.com/paolobarbolini "><code>@paolobarbolini</code></a>).</li>
<li>Allow <code>windows-sys</code> versions <code>0.59.x</code> in
addition to <code>0.59.0</code> (thanks <a
href="https://github.com/ErichDonGubler "><code>@ErichDonGubler</code></a>).</li>
<li>Improved security documentation (thanks to <a
href="https://github.com/n0toose "><code>@n0toose</code></a> for
collaborating with me on this).</li>
</ul>
<h2>3.15.0</h2>
<p>Re-seed the per-thread RNG from system randomness when we repeatedly
fail to create temporary files (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/314 ">#314</a>).
This resolves a potential DoS vector (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/178 ">#178</a>)
while avoiding <code>getrandom</code> in the common case where it's
necessary. The feature is optional but enabled by default via the
<code>getrandom</code> feature.</p>
<p>For libc-free builds, you'll either need to disable this feature or
opt-in to a different <a
href="https://github.com/rust-random/getrandom?tab=readme-ov-file#opt-in-backends "><code>getrandom</code>
backend</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="714a259f92
"><code>714a259</code></a>
chore: release 3.17.1</li>
<li><a
href="78309ed599
"><code>78309ed</code></a>
fix: cast handle to the windows crate HANDLE (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/332 ">#332</a>)</li>
<li><a
href="6e7d167cc1
"><code>6e7d167</code></a>
chore: release 3.17.0</li>
<li><a
href="3718075691
"><code>3718075</code></a>
doc: remove incorrect documentation about windows and open files</li>
<li><a
href="461369fd35
"><code>461369f</code></a>
feat: delete unnamed temporary files on windows immediately</li>
<li><a
href="78d30a217f
"><code>78d30a2</code></a>
doc: clarify "inner file will be deleted" documentation (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/329 ">#329</a>)</li>
<li><a
href="0fe11c451e
"><code>0fe11c4</code></a>
doc: document how to "keep" temporary files/dirs after
creation (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/328 ">#328</a>)</li>
<li><a
href="35e0629944
"><code>35e0629</code></a>
feat: simplify getrandom call (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/325 ">#325</a>)</li>
<li><a
href="1e5059fe9f
"><code>1e5059f</code></a>
fix: handle TLS deallocation (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/324 ">#324</a>)</li>
<li><a
href="c7b2e1af28
"><code>c7b2e1a</code></a>
chore: simplify reborrow</li>
<li>Additional commits viewable in <a
href="https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.17.1 ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dustin J. Mitchell <djmitche@google.com>
2025-03-03 13:48:54 +00:00
dependabot[bot]
92d60b27e6
Bump the npm_and_yarn group across 1 directory with 2 updates ( #2674 )
...
Bumps the npm_and_yarn group with 2 updates in the /tests directory:
[esbuild](https://github.com/evanw/esbuild ) and
[tsx](https://github.com/privatenumber/tsx ).
Updates `esbuild` from 0.23.1 to 0.25.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/evanw/esbuild/releases ">esbuild's
releases</a>.</em></p>
<blockquote>
<h2>v0.25.0</h2>
<p><strong>This release deliberately contains backwards-incompatible
changes.</strong> To avoid automatically picking up releases like this,
you should either be pinning the exact version of <code>esbuild</code>
in your <code>package.json</code> file (recommended) or be using a
version range syntax that only accepts patch upgrades such as
<code>^0.24.0</code> or <code>~0.24.0</code>. See npm's documentation
about <a
href="https://docs.npmjs.com/cli/v6/using-npm/semver/ ">semver</a> for
more information.</p>
<ul>
<li>
<p>Restrict access to esbuild's development server (<a
href="https://github.com/evanw/esbuild/security/advisories/GHSA-67mh-4wv8-2f99 ">GHSA-67mh-4wv8-2f99</a>)</p>
<p>This change addresses esbuild's first security vulnerability report.
Previously esbuild set the <code>Access-Control-Allow-Origin</code>
header to <code>*</code> to allow esbuild's development server to be
flexible in how it's used for development. However, this allows the
websites you visit to make HTTP requests to esbuild's local development
server, which gives read-only access to your source code if the website
were to fetch your source code's specific URL. You can read more
information in <a
href="https://github.com/evanw/esbuild/security/advisories/GHSA-67mh-4wv8-2f99 ">the
report</a>.</p>
<p>Starting with this release, <a
href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS ">CORS</a>
will now be disabled, and requests will now be denied if the host does
not match the one provided to <code>--serve=</code>. The default host is
<code>0.0.0.0</code>, which refers to all of the IP addresses that
represent the local machine (e.g. both <code>127.0.0.1</code> and
<code>192.168.0.1</code>). If you want to customize anything about
esbuild's development server, you can <a
href="https://esbuild.github.io/api/#serve-proxy ">put a proxy in front
of esbuild</a> and modify the incoming and/or outgoing requests.</p>
<p>In addition, the <code>serve()</code> API call has been changed to
return an array of <code>hosts</code> instead of a single
<code>host</code> string. This makes it possible to determine all of the
hosts that esbuild's development server will accept.</p>
<p>Thanks to <a
href="https://github.com/sapphi-red "><code>@sapphi-red</code></a> for
reporting this issue.</p>
</li>
<li>
<p>Delete output files when a build fails in watch mode (<a
href="https://redirect.github.com/evanw/esbuild/issues/3643 ">#3643</a>)</p>
<p>It has been requested for esbuild to delete files when a build fails
in watch mode. Previously esbuild left the old files in place, which
could cause people to not immediately realize that the most recent build
failed. With this release, esbuild will now delete all output files if a
rebuild fails. Fixing the build error and triggering another rebuild
will restore all output files again.</p>
</li>
<li>
<p>Fix correctness issues with the CSS nesting transform (<a
href="https://redirect.github.com/evanw/esbuild/issues/3620 ">#3620</a>,
<a
href="https://redirect.github.com/evanw/esbuild/issues/3877 ">#3877</a>,
<a
href="https://redirect.github.com/evanw/esbuild/issues/3933 ">#3933</a>,
<a
href="https://redirect.github.com/evanw/esbuild/issues/3997 ">#3997</a>,
<a
href="https://redirect.github.com/evanw/esbuild/issues/4005 ">#4005</a>,
<a href="https://redirect.github.com/evanw/esbuild/pull/4037 ">#4037</a>,
<a
href="https://redirect.github.com/evanw/esbuild/pull/4038 ">#4038</a>)</p>
<p>This release fixes the following problems:</p>
<ul>
<li>
<p>Naive expansion of CSS nesting can result in an exponential blow-up
of generated CSS if each nesting level has multiple selectors.
Previously esbuild sometimes collapsed individual nesting levels using
<code>:is()</code> to limit expansion. However, this collapsing wasn't
correct in some cases, so it has been removed to fix correctness
issues.</p>
<pre lang="css"><code>/* Original code */
.parent {
> .a,
> .b1 > .b2 {
color: red;
}
}
<p>/* Old output (with --supported:nesting=false) */<br />
.parent > :is(.a, .b1 > .b2) {<br />
color: red;<br />
}</p>
<p>/* New output (with --supported:nesting=false) */<br />
.parent > .a,<br />
.parent > .b1 > .b2 {<br />
color: red;<br />
}<br />
</code></pre></p>
<p>Thanks to <a
href="https://github.com/tim-we "><code>@tim-we</code></a> for working
on a fix.</p>
</li>
<li>
<p>The <code>&</code> CSS nesting selector can be repeated multiple
times to increase CSS specificity. Previously esbuild ignored this
possibility and incorrectly considered <code>&&</code> to have
the same specificity as <code>&</code>. With this release, this
should now work correctly:</p>
<pre lang="css"><code>/* Original code (color should be red) */
</code></pre>
</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md ">esbuild's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog: 2024</h1>
<p>This changelog documents all esbuild versions published in the year
2024 (versions 0.19.12 through 0.24.2).</p>
<h2>0.24.2</h2>
<ul>
<li>
<p>Fix regression with <code>--define</code> and
<code>import.meta</code> (<a
href="https://redirect.github.com/evanw/esbuild/issues/4010 ">#4010</a>,
<a
href="https://redirect.github.com/evanw/esbuild/issues/4012 ">#4012</a>,
<a
href="https://redirect.github.com/evanw/esbuild/pull/4013 ">#4013</a>)</p>
<p>The previous change in version 0.24.1 to use a more expression-like
parser for <code>define</code> values to allow quoted property names
introduced a regression that removed the ability to use
<code>--define:import.meta=...</code>. Even though <code>import</code>
is normally a keyword that can't be used as an identifier, ES modules
special-case the <code>import.meta</code> expression to behave like an
identifier anyway. This change fixes the regression.</p>
<p>This fix was contributed by <a
href="https://github.com/sapphi-red "><code>@sapphi-red</code></a>.</p>
</li>
</ul>
<h2>0.24.1</h2>
<ul>
<li>
<p>Allow <code>es2024</code> as a target in <code>tsconfig.json</code>
(<a
href="https://redirect.github.com/evanw/esbuild/issues/4004 ">#4004</a>)</p>
<p>TypeScript recently <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/#support-for---target-es2024-and---lib-es2024 ">added
<code>es2024</code></a> as a compilation target, so esbuild now supports
this in the <code>target</code> field of <code>tsconfig.json</code>
files, such as in the following configuration file:</p>
<pre lang="json"><code>{
"compilerOptions": {
"target": "ES2024"
}
}
</code></pre>
<p>As a reminder, the only thing that esbuild uses this field for is
determining whether or not to use legacy TypeScript behavior for class
fields. You can read more in <a
href="https://esbuild.github.io/content-types/#tsconfig-json ">the
documentation</a>.</p>
<p>This fix was contributed by <a
href="https://github.com/billyjanitsch "><code>@billyjanitsch</code></a>.</p>
</li>
<li>
<p>Allow automatic semicolon insertion after
<code>get</code>/<code>set</code></p>
<p>This change fixes a grammar bug in the parser that incorrectly
treated the following code as a syntax error:</p>
<pre lang="ts"><code>class Foo {
get
*x() {}
set
*y() {}
}
</code></pre>
<p>The above code will be considered valid starting with this release.
This change to esbuild follows a <a
href="https://redirect.github.com/microsoft/TypeScript/pull/60225 ">similar
change to TypeScript</a> which will allow this syntax starting with
TypeScript 5.7.</p>
</li>
<li>
<p>Allow quoted property names in <code>--define</code> and
<code>--pure</code> (<a
href="https://redirect.github.com/evanw/esbuild/issues/4008 ">#4008</a>)</p>
<p>The <code>define</code> and <code>pure</code> API options now accept
identifier expressions containing quoted property names. Previously all
identifiers in the identifier expression had to be bare identifiers.
This change now makes <code>--define</code> and <code>--pure</code>
consistent with <code>--global-name</code>, which already supported
quoted property names. For example, the following is now possible:</p>
<pre lang="js"><code></code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e9174d671b
"><code>e9174d6</code></a>
publish 0.25.0 to npm</li>
<li><a
href="c27dbebb9e
"><code>c27dbeb</code></a>
fix <code>hosts</code> in <code>plugin-tests.js</code></li>
<li><a
href="6794f602a4
"><code>6794f60</code></a>
fix <code>hosts</code> in <code>node-unref-tests.js</code></li>
<li><a
href="de85afd65e
"><code>de85afd</code></a>
Merge commit from fork</li>
<li><a
href="da1de1bf77
"><code>da1de1b</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/4065 ">#4065</a>:
bitwise operators can return bigints</li>
<li><a
href="f4e9d19fb2
"><code>f4e9d19</code></a>
switch case liveness: <code>default</code> is always last</li>
<li><a
href="7aa47c3e77
"><code>7aa47c3</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/4028 ">#4028</a>:
minify live/dead <code>switch</code> cases better</li>
<li><a
href="22ecd30619
"><code>22ecd30</code></a>
minify: more constant folding for strict equality</li>
<li><a
href="4cdf03c036
"><code>4cdf03c</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/4053 ">#4053</a>:
reordering of <code>.tsx</code> in <code>node_modules</code></li>
<li><a
href="dc719775b7
"><code>dc71977</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3692 ">#3692</a>:
<code>0</code> now picks a random ephemeral port</li>
<li>Additional commits viewable in <a
href="https://github.com/evanw/esbuild/compare/v0.23.1...v0.25.0 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `tsx` from 4.19.2 to 4.19.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/privatenumber/tsx/releases ">tsx's
releases</a>.</em></p>
<blockquote>
<h2>v4.19.3</h2>
<h2><a
href="https://github.com/privatenumber/tsx/compare/v4.19.2...v4.19.3 ">4.19.3</a>
(2025-02-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>upgrade <code>esbuild</code> to <code>~0.25.0</code> to address vuln
report (<a
href="https://redirect.github.com/privatenumber/tsx/issues/698 ">#698</a>)
(<a
href="e04e6c6ccb
">e04e6c6</a>)</li>
</ul>
<hr />
<p>This release is also available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/tsx/v/4.19.3 "><code>npm
package (@latest dist-tag)</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e04e6c6ccb
"><code>e04e6c6</code></a>
fix: upgrade <code>esbuild</code> to <code>~0.25.0</code> to address
vuln report (<a
href="https://redirect.github.com/privatenumber/tsx/issues/698 ">#698</a>)</li>
<li><a
href="28a3e7d2b8
"><code>28a3e7d</code></a>
docs: update links to <code>npx</code> (<a
href="https://redirect.github.com/privatenumber/tsx/issues/680 ">#680</a>)</li>
<li><a
href="38b7135c0c
"><code>38b7135</code></a>
docs: add carbon ads</li>
<li>See full diff in <a
href="https://github.com/privatenumber/tsx/compare/v4.19.2...v4.19.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 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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/comprehensive-rust/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 14:41:07 +01:00
dependabot[bot]
da9045d6f0
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 3 updates ( #2684 )
...
Bumps the patch group in /src/exercises/bare-metal/rtc with 3 updates:
[chrono](https://github.com/chronotope/chrono ),
[log](https://github.com/rust-lang/log ) and
[cc](https://github.com/rust-lang/cc-rs ).
Updates `chrono` from 0.4.39 to 0.4.40
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chronotope/chrono/releases ">chrono's
releases</a>.</em></p>
<blockquote>
<h2>0.4.40</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Month::num_days() by <a
href="https://github.com/djc "><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1645 ">chronotope/chrono#1645</a></li>
<li>Update Windows dependencies by <a
href="https://github.com/kennykerr "><code>@kennykerr</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1646 ">chronotope/chrono#1646</a></li>
<li>Feature/round_up method on DurationRound trait by <a
href="https://github.com/MagnumTrader "><code>@MagnumTrader</code></a>
in <a
href="https://redirect.github.com/chronotope/chrono/pull/1651 ">chronotope/chrono#1651</a></li>
<li>Expose <code>write_to</code> for <code>DelayedFormat</code> by <a
href="https://github.com/tugtugtug "><code>@tugtugtug</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1654 ">chronotope/chrono#1654</a></li>
<li>Update LICENSE.txt by <a
href="https://github.com/maximevtush "><code>@maximevtush</code></a> in
<a
href="https://redirect.github.com/chronotope/chrono/pull/1656 ">chronotope/chrono#1656</a></li>
<li>docs: fix minor typo by <a
href="https://github.com/samfolo "><code>@samfolo</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1659 ">chronotope/chrono#1659</a></li>
<li>Use NaiveDateTime for internal tz_info methods. by <a
href="https://github.com/AVee "><code>@AVee</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1658 ">chronotope/chrono#1658</a></li>
<li>Upgrade to windows-bindgen 0.60 by <a
href="https://github.com/djc "><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1665 ">chronotope/chrono#1665</a></li>
<li>Add quarter (%q) date string specifier by <a
href="https://github.com/drinkcat "><code>@drinkcat</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1666 ">chronotope/chrono#1666</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2b7a28ebe9
"><code>2b7a28e</code></a>
Bump version to 0.4.40</li>
<li><a
href="6d29c8abe7
"><code>6d29c8a</code></a>
Add quarter (%q) date string specifier</li>
<li><a
href="07216ae8fd
"><code>07216ae</code></a>
Upgrade to windows-bindgen 0.60</li>
<li><a
href="bf1973ccc7
"><code>bf1973c</code></a>
Use similar-asserts to show bindgen diff</li>
<li><a
href="d0f8b599b7
"><code>d0f8b59</code></a>
Restrict MSRV to check --lib</li>
<li><a
href="1f345fd7f9
"><code>1f345fd</code></a>
Switch to 2024 idiom</li>
<li><a
href="7f6cf5e504
"><code>7f6cf5e</code></a>
Switch to 2024 style</li>
<li><a
href="11d227a22b
"><code>11d227a</code></a>
Apply suggestions from clippy 1.85</li>
<li><a
href="15e287b4fb
"><code>15e287b</code></a>
Use NaiveDateTime for internal tz_info methods. (<a
href="https://redirect.github.com/chronotope/chrono/issues/1658 ">#1658</a>)</li>
<li><a
href="8317e7ca41
"><code>8317e7c</code></a>
docs: fix minor typo</li>
<li>Additional commits viewable in <a
href="https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `log` from 0.4.25 to 0.4.26
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases ">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.26</h2>
<h2>What's Changed</h2>
<ul>
<li>Derive <code>Clone</code> for <code>kv::Value</code> by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/668 ">rust-lang/log#668</a></li>
<li>Add <code>spdlog-rs</code> link to crate doc by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/669 ">rust-lang/log#669</a></li>
<li>Prepare for 0.4.26 release by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/670 ">rust-lang/log#670</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">https://github.com/rust-lang/log/compare/0.4.25...0.4.26 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md ">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.26] - 2025-02-18</h2>
<h2>What's Changed</h2>
<ul>
<li>Derive <code>Clone</code> for <code>kv::Value</code> by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/668 ">rust-lang/log#668</a></li>
<li>Add <code>spdlog-rs</code> link to crate doc by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/669 ">rust-lang/log#669</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">https://github.com/rust-lang/log/compare/0.4.25...0.4.26 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5a91554817
"><code>5a91554</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/670 ">#670</a>
from rust-lang/cargo/0.4.26</li>
<li><a
href="5aba0c2290
"><code>5aba0c2</code></a>
prepare for 0.4.26 release</li>
<li><a
href="0551261bb4
"><code>0551261</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/669 ">#669</a>
from SpriteOvO/crate-doc-update</li>
<li><a
href="3ff3bdcbd7
"><code>3ff3bdc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/668 ">#668</a>
from SpriteOvO/value-clone</li>
<li><a
href="931d8832d0
"><code>931d883</code></a>
Add <code>spdlog-rs</code> link to crate doc</li>
<li><a
href="310c9b43ff
"><code>310c9b4</code></a>
Derive <code>Clone</code> for <code>kv::Value</code></li>
<li>See full diff in <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `cc` from 1.2.11 to 1.2.16
<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.16</h2>
<h3>Fixed</h3>
<ul>
<li>force windows compiler to run in <code>out_dir</code> to prevent
artifacts in cwd (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1415 ">#1415</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li>use <code>/arch:SSE2</code> for <code>x86</code> target arch (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1425 ">#1425</a>)</li>
<li>Regenerate windows-sys binding (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1422 ">#1422</a>)</li>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1418 ">#1418</a>)</li>
<li>Add LIB var when compiling flag_check (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1417 ">#1417</a>)</li>
<li>Change flag ordering (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1403 ">#1403</a>)</li>
<li>Fix archiver detection for musl cross compilation (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1404 ">#1404</a>)</li>
</ul>
<h2>cc-v1.2.15</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1406 ">#1406</a>)</li>
<li>Always read from all <code>CFLAGS</code>-style flags (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1401 ">#1401</a>)</li>
<li>Simplify the error output on failed <code>Command</code> invocation
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1397 ">#1397</a>)</li>
</ul>
<h2>cc-v1.2.14</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1398 ">#1398</a>)</li>
<li>Add support for setting <code>-gdwarf-{version}</code> based on
RUSTFLAGS (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1395 ">#1395</a>)</li>
<li>Add support for alternative network stack io-sock on QNX 7.1 aarch64
and x86_64 (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1312 ">#1312</a>)</li>
</ul>
<h2>cc-v1.2.13</h2>
<h3>Other</h3>
<ul>
<li>Fix cross-compiling for Apple platforms (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1389 ">#1389</a>)</li>
</ul>
<h2>cc-v1.2.12</h2>
<h3>Other</h3>
<ul>
<li>Split impl Build (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1382 ">#1382</a>)</li>
<li>Don't specify both <code>-target</code> and <code>-mtargetos=</code>
on Apple targets (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1384 ">#1384</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.15...cc-v1.2.16 ">1.2.16</a>
- 2025-02-28</h2>
<h3>Fixed</h3>
<ul>
<li>force windows compiler to run in <code>out_dir</code> to prevent
artifacts in cwd (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1415 ">#1415</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li>use <code>/arch:SSE2</code> for <code>x86</code> target arch (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1425 ">#1425</a>)</li>
<li>Regenerate windows-sys binding (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1422 ">#1422</a>)</li>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1418 ">#1418</a>)</li>
<li>Add LIB var when compiling flag_check (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1417 ">#1417</a>)</li>
<li>Change flag ordering (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1403 ">#1403</a>)</li>
<li>Fix archiver detection for musl cross compilation (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1404 ">#1404</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.14...cc-v1.2.15 ">1.2.15</a>
- 2025-02-21</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1406 ">#1406</a>)</li>
<li>Always read from all <code>CFLAGS</code>-style flags (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1401 ">#1401</a>)</li>
<li>Simplify the error output on failed <code>Command</code> invocation
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1397 ">#1397</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.13...cc-v1.2.14 ">1.2.14</a>
- 2025-02-14</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1398 ">#1398</a>)</li>
<li>Add support for setting <code>-gdwarf-{version}</code> based on
RUSTFLAGS (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1395 ">#1395</a>)</li>
<li>Add support for alternative network stack io-sock on QNX 7.1 aarch64
and x86_64 (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1312 ">#1312</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.12...cc-v1.2.13 ">1.2.13</a>
- 2025-02-08</h2>
<h3>Other</h3>
<ul>
<li>Fix cross-compiling for Apple platforms (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1389 ">#1389</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.11...cc-v1.2.12 ">1.2.12</a>
- 2025-02-04</h2>
<h3>Other</h3>
<ul>
<li>Split impl Build (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1382 ">#1382</a>)</li>
<li>Don't specify both <code>-target</code> and <code>-mtargetos=</code>
on Apple targets (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1384 ">#1384</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3c1325b09a
"><code>3c1325b</code></a>
chore: release v1.2.16 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1427 ">#1427</a>)</li>
<li><a
href="9131f3391f
"><code>9131f33</code></a>
clang-cl: use <code>/arch:SSE2</code> for <code>x86</code> target arch
(<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1425 ">#1425</a>)</li>
<li><a
href="8ea5e95c10
"><code>8ea5e95</code></a>
Regenerate windows-sys binding (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1422 ">#1422</a>)</li>
<li><a
href="b8c8c3f2af
"><code>b8c8c3f</code></a>
Fix gen-windows-sys-binding (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1419 ">#1419</a>)</li>
<li><a
href="dc3f4b0065
"><code>dc3f4b0</code></a>
Fix regenerate-windows-sys.yml (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1420 ">#1420</a>)</li>
<li><a
href="a6c36b5020
"><code>a6c36b5</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1418 ">#1418</a>)</li>
<li><a
href="8127db1474
"><code>8127db1</code></a>
MSVC: Add LIB var when compiling flag_check (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1417 ">#1417</a>)</li>
<li><a
href="439b75f33b
"><code>439b75f</code></a>
fix: force windows compiler to run in <code>out_dir</code> to prevent
artifacts in cwd (...</li>
<li><a
href="181c03d36f
"><code>181c03d</code></a>
Change flag ordering (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1403 ">#1403</a>)</li>
<li><a
href="5fbe4d56ce
"><code>5fbe4d5</code></a>
Update windows-bindgen requirement from 0.59 to 0.60 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1412 ">#1412</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.11...cc-v1.2.16 ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 13:32:32 +01:00
dependabot[bot]
ab991b67e0
cargo: bump the patch group in /src/bare-metal/aps/examples with 2 updates ( #2685 )
...
Bumps the patch group in /src/bare-metal/aps/examples with 2 updates:
[log](https://github.com/rust-lang/log ) and
[cc](https://github.com/rust-lang/cc-rs ).
Updates `log` from 0.4.25 to 0.4.26
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases ">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.26</h2>
<h2>What's Changed</h2>
<ul>
<li>Derive <code>Clone</code> for <code>kv::Value</code> by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/668 ">rust-lang/log#668</a></li>
<li>Add <code>spdlog-rs</code> link to crate doc by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/669 ">rust-lang/log#669</a></li>
<li>Prepare for 0.4.26 release by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/670 ">rust-lang/log#670</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">https://github.com/rust-lang/log/compare/0.4.25...0.4.26 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md ">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.26] - 2025-02-18</h2>
<h2>What's Changed</h2>
<ul>
<li>Derive <code>Clone</code> for <code>kv::Value</code> by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/668 ">rust-lang/log#668</a></li>
<li>Add <code>spdlog-rs</code> link to crate doc by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/669 ">rust-lang/log#669</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">https://github.com/rust-lang/log/compare/0.4.25...0.4.26 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5a91554817
"><code>5a91554</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/670 ">#670</a>
from rust-lang/cargo/0.4.26</li>
<li><a
href="5aba0c2290
"><code>5aba0c2</code></a>
prepare for 0.4.26 release</li>
<li><a
href="0551261bb4
"><code>0551261</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/669 ">#669</a>
from SpriteOvO/crate-doc-update</li>
<li><a
href="3ff3bdcbd7
"><code>3ff3bdc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/668 ">#668</a>
from SpriteOvO/value-clone</li>
<li><a
href="931d8832d0
"><code>931d883</code></a>
Add <code>spdlog-rs</code> link to crate doc</li>
<li><a
href="310c9b43ff
"><code>310c9b4</code></a>
Derive <code>Clone</code> for <code>kv::Value</code></li>
<li>See full diff in <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `cc` from 1.2.11 to 1.2.16
<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.16</h2>
<h3>Fixed</h3>
<ul>
<li>force windows compiler to run in <code>out_dir</code> to prevent
artifacts in cwd (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1415 ">#1415</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li>use <code>/arch:SSE2</code> for <code>x86</code> target arch (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1425 ">#1425</a>)</li>
<li>Regenerate windows-sys binding (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1422 ">#1422</a>)</li>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1418 ">#1418</a>)</li>
<li>Add LIB var when compiling flag_check (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1417 ">#1417</a>)</li>
<li>Change flag ordering (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1403 ">#1403</a>)</li>
<li>Fix archiver detection for musl cross compilation (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1404 ">#1404</a>)</li>
</ul>
<h2>cc-v1.2.15</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1406 ">#1406</a>)</li>
<li>Always read from all <code>CFLAGS</code>-style flags (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1401 ">#1401</a>)</li>
<li>Simplify the error output on failed <code>Command</code> invocation
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1397 ">#1397</a>)</li>
</ul>
<h2>cc-v1.2.14</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1398 ">#1398</a>)</li>
<li>Add support for setting <code>-gdwarf-{version}</code> based on
RUSTFLAGS (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1395 ">#1395</a>)</li>
<li>Add support for alternative network stack io-sock on QNX 7.1 aarch64
and x86_64 (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1312 ">#1312</a>)</li>
</ul>
<h2>cc-v1.2.13</h2>
<h3>Other</h3>
<ul>
<li>Fix cross-compiling for Apple platforms (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1389 ">#1389</a>)</li>
</ul>
<h2>cc-v1.2.12</h2>
<h3>Other</h3>
<ul>
<li>Split impl Build (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1382 ">#1382</a>)</li>
<li>Don't specify both <code>-target</code> and <code>-mtargetos=</code>
on Apple targets (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1384 ">#1384</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.15...cc-v1.2.16 ">1.2.16</a>
- 2025-02-28</h2>
<h3>Fixed</h3>
<ul>
<li>force windows compiler to run in <code>out_dir</code> to prevent
artifacts in cwd (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1415 ">#1415</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li>use <code>/arch:SSE2</code> for <code>x86</code> target arch (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1425 ">#1425</a>)</li>
<li>Regenerate windows-sys binding (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1422 ">#1422</a>)</li>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1418 ">#1418</a>)</li>
<li>Add LIB var when compiling flag_check (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1417 ">#1417</a>)</li>
<li>Change flag ordering (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1403 ">#1403</a>)</li>
<li>Fix archiver detection for musl cross compilation (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1404 ">#1404</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.14...cc-v1.2.15 ">1.2.15</a>
- 2025-02-21</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1406 ">#1406</a>)</li>
<li>Always read from all <code>CFLAGS</code>-style flags (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1401 ">#1401</a>)</li>
<li>Simplify the error output on failed <code>Command</code> invocation
(<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1397 ">#1397</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.13...cc-v1.2.14 ">1.2.14</a>
- 2025-02-14</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1398 ">#1398</a>)</li>
<li>Add support for setting <code>-gdwarf-{version}</code> based on
RUSTFLAGS (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1395 ">#1395</a>)</li>
<li>Add support for alternative network stack io-sock on QNX 7.1 aarch64
and x86_64 (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1312 ">#1312</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.12...cc-v1.2.13 ">1.2.13</a>
- 2025-02-08</h2>
<h3>Other</h3>
<ul>
<li>Fix cross-compiling for Apple platforms (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1389 ">#1389</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.11...cc-v1.2.12 ">1.2.12</a>
- 2025-02-04</h2>
<h3>Other</h3>
<ul>
<li>Split impl Build (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1382 ">#1382</a>)</li>
<li>Don't specify both <code>-target</code> and <code>-mtargetos=</code>
on Apple targets (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1384 ">#1384</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3c1325b09a
"><code>3c1325b</code></a>
chore: release v1.2.16 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1427 ">#1427</a>)</li>
<li><a
href="9131f3391f
"><code>9131f33</code></a>
clang-cl: use <code>/arch:SSE2</code> for <code>x86</code> target arch
(<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1425 ">#1425</a>)</li>
<li><a
href="8ea5e95c10
"><code>8ea5e95</code></a>
Regenerate windows-sys binding (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1422 ">#1422</a>)</li>
<li><a
href="b8c8c3f2af
"><code>b8c8c3f</code></a>
Fix gen-windows-sys-binding (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1419 ">#1419</a>)</li>
<li><a
href="dc3f4b0065
"><code>dc3f4b0</code></a>
Fix regenerate-windows-sys.yml (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1420 ">#1420</a>)</li>
<li><a
href="a6c36b5020
"><code>a6c36b5</code></a>
Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1418 ">#1418</a>)</li>
<li><a
href="8127db1474
"><code>8127db1</code></a>
MSVC: Add LIB var when compiling flag_check (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1417 ">#1417</a>)</li>
<li><a
href="439b75f33b
"><code>439b75f</code></a>
fix: force windows compiler to run in <code>out_dir</code> to prevent
artifacts in cwd (...</li>
<li><a
href="181c03d36f
"><code>181c03d</code></a>
Change flag ordering (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1403 ">#1403</a>)</li>
<li><a
href="5fbe4d56ce
"><code>5fbe4d5</code></a>
Update windows-bindgen requirement from 0.59 to 0.60 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1412 ">#1412</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.11...cc-v1.2.16 ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 13:27:47 +01:00
dependabot[bot]
f098b02efd
cargo: bump the patch group with 9 updates ( #2682 )
...
Bumps the patch group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow ) | `1.0.95` | `1.0.96` |
| [clap](https://github.com/clap-rs/clap ) | `4.5.27` | `4.5.31` |
| [log](https://github.com/rust-lang/log ) | `0.4.25` | `0.4.26` |
| [mdbook](https://github.com/rust-lang/mdBook ) | `0.4.44` | `0.4.45` |
| [serde](https://github.com/serde-rs/serde ) | `1.0.217` | `1.0.218` |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.138` | `1.0.139`
|
| [zerocopy](https://github.com/google/zerocopy ) | `0.8.14` | `0.8.21` |
| [cxx](https://github.com/dtolnay/cxx ) | `1.0.137` | `1.0.142` |
| [cxx-build](https://github.com/dtolnay/cxx ) | `1.0.137` | `1.0.142` |
Updates `anyhow` from 1.0.95 to 1.0.96
<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.96</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f0aa0d367f
"><code>f0aa0d3</code></a>
Release 1.0.96</li>
<li><a
href="bc33c24bd2
"><code>bc33c24</code></a>
Convert html links to intra-doc links</li>
<li><a
href="1cff785c76
"><code>1cff785</code></a>
Unset doc-scrape-examples for lib target</li>
<li><a
href="d71c806e97
"><code>d71c806</code></a>
More precise gitignore patterns</li>
<li><a
href="3e409755ce
"><code>3e40975</code></a>
Remove **/*.rs.bk from project-specific gitignore</li>
<li><a
href="b880dd050e
"><code>b880dd0</code></a>
Ignore Cargo-generated tests/crate/target directory</li>
<li><a
href="8891ce34b4
"><code>8891ce3</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/404 ">#404</a>
from dtolnay/missingabi</li>
<li><a
href="51a173ee68
"><code>51a173e</code></a>
Ignore missing_abi lint in nightly-2025-01-16</li>
<li><a
href="4d71a84097
"><code>4d71a84</code></a>
Ignore double_ended_iterator_last clippy lint</li>
<li><a
href="af0937ef72
"><code>af0937e</code></a>
Update ui test suite to nightly-2025-01-02</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.95...1.0.96 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `clap` from 4.5.27 to 4.5.31
<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.31</h2>
<h2>[4.5.31] - 2025-02-24</h2>
<h3>Features</h3>
<ul>
<li>Add <code>ValueParserFactory</code> for
<code>Saturating<T></code></li>
</ul>
<h2>v4.5.30</h2>
<h2>[4.5.30] - 2025-02-17</h2>
<h3>Fixes</h3>
<ul>
<li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with
<code>SetTrue</code></li>
<li><em>(assert)</em> Clean up rendering of <code>takes_values</code>
assertions</li>
</ul>
<h2>v4.5.29</h2>
<h2>[4.5.29] - 2025-02-11</h2>
<h3>Fixes</h3>
<ul>
<li>Change <code>ArgMatches::args_present</code> so not-present flags
are considered not-present (matching the documentation)</li>
</ul>
<h2>v4.5.28</h2>
<h2>[4.5.28] - 2025-02-03</h2>
<h3>Features</h3>
<ul>
<li><em>(derive)</em> Unstable support for full markdown syntax for doc
comments, enabled with <code>unstable-markdown</code></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.31] - 2025-02-24</h2>
<h3>Features</h3>
<ul>
<li>Add <code>ValueParserFactory</code> for
<code>Saturating<T></code></li>
</ul>
<h2>[4.5.30] - 2025-02-17</h2>
<h3>Fixes</h3>
<ul>
<li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with
<code>SetTrue</code></li>
<li><em>(assert)</em> Clean up rendering of <code>takes_values</code>
assertions</li>
</ul>
<h2>[4.5.29] - 2025-02-11</h2>
<h3>Fixes</h3>
<ul>
<li>Change <code>ArgMatches::args_present</code> so not-present flags
are considered not-present (matching the documentation)</li>
</ul>
<h2>[4.5.28] - 2025-02-03</h2>
<h3>Features</h3>
<ul>
<li><em>(derive)</em> Unstable support for full markdown syntax for doc
comments, enabled with <code>unstable-markdown</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="acf9abbc1b
"><code>acf9abb</code></a>
chore: Release</li>
<li><a
href="9186a1872c
"><code>9186a18</code></a>
docs: Update changelog</li>
<li><a
href="233c316d11
"><code>233c316</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5926 ">#5926</a>
from sorairolake/feature/value-parser-factory-for-sa...</li>
<li><a
href="13931a25e7
"><code>13931a2</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5923 ">#5923</a>
from Reverier-Xu/master</li>
<li><a
href="536e29fb85
"><code>536e29f</code></a>
feat(builder): Add <code>ValueParserFactory</code> for
<code>Saturating\<T></code></li>
<li><a
href="45ed71c0f2
"><code>45ed71c</code></a>
chore: Avoid using gen for rust 2024 preserved keyword</li>
<li><a
href="5029bb3d11
"><code>5029bb3</code></a>
chore: Avoid using <code>gen</code> for rust 2024 preserved keyword</li>
<li><a
href="8a1d59bbb0
"><code>8a1d59b</code></a>
chore(deps): Update Rust Stable to v1.85 (<a
href="https://redirect.github.com/clap-rs/clap/issues/5921 ">#5921</a>)</li>
<li><a
href="9caee534e0
"><code>9caee53</code></a>
docs(changelog): Clarify 5.0.0</li>
<li><a
href="cb2352f84a
"><code>cb2352f</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5918 ">#5918</a>
from epage/test</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.27...v4.5.31 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `log` from 0.4.25 to 0.4.26
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases ">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.26</h2>
<h2>What's Changed</h2>
<ul>
<li>Derive <code>Clone</code> for <code>kv::Value</code> by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/668 ">rust-lang/log#668</a></li>
<li>Add <code>spdlog-rs</code> link to crate doc by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/669 ">rust-lang/log#669</a></li>
<li>Prepare for 0.4.26 release by <a
href="https://github.com/KodrAus "><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/670 ">rust-lang/log#670</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">https://github.com/rust-lang/log/compare/0.4.25...0.4.26 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md ">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.26] - 2025-02-18</h2>
<h2>What's Changed</h2>
<ul>
<li>Derive <code>Clone</code> for <code>kv::Value</code> by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/668 ">rust-lang/log#668</a></li>
<li>Add <code>spdlog-rs</code> link to crate doc by <a
href="https://github.com/SpriteOvO "><code>@SpriteOvO</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/669 ">rust-lang/log#669</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">https://github.com/rust-lang/log/compare/0.4.25...0.4.26 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5a91554817
"><code>5a91554</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/670 ">#670</a>
from rust-lang/cargo/0.4.26</li>
<li><a
href="5aba0c2290
"><code>5aba0c2</code></a>
prepare for 0.4.26 release</li>
<li><a
href="0551261bb4
"><code>0551261</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/669 ">#669</a>
from SpriteOvO/crate-doc-update</li>
<li><a
href="3ff3bdcbd7
"><code>3ff3bdc</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/668 ">#668</a>
from SpriteOvO/value-clone</li>
<li><a
href="931d8832d0
"><code>931d883</code></a>
Add <code>spdlog-rs</code> link to crate doc</li>
<li><a
href="310c9b43ff
"><code>310c9b4</code></a>
Derive <code>Clone</code> for <code>kv::Value</code></li>
<li>See full diff in <a
href="https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `mdbook` from 0.4.44 to 0.4.45
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/mdBook/releases ">mdbook's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.45</h2>
<p>See <a
href="https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0445 ">https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0445 </a>
for a complete list of changes.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md ">mdbook's
changelog</a>.</em></p>
<blockquote>
<h2>mdBook 0.4.45</h2>
<p><a
href="https://github.com/rust-lang/mdBook/compare/v0.4.44...v0.4.45 ">v0.4.44...v0.4.45</a></p>
<h3>Changed</h3>
<ul>
<li>Added context to error message when rustdoc is not found.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2545 ">#2545</a></li>
<li>Slightly changed the styling rules around margins of footnotes.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2524 ">#2524</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed an issue where it would panic if a source_path is not set.
<a
href="https://redirect.github.com/rust-lang/mdBook/pull/2550 ">#2550</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4941acdb87
"><code>4941acd</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/mdBook/issues/2551 ">#2551</a>
from ehuss/bump-version</li>
<li><a
href="7e3d2f96ab
"><code>7e3d2f9</code></a>
Update to 0.4.45</li>
<li><a
href="ddba36b24c
"><code>ddba36b</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/mdBook/issues/2524 ">#2524</a>
from WaffleLapkin/first-last-of-type-footnote</li>
<li><a
href="35cf96a064
"><code>35cf96a</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/mdBook/issues/2550 ">#2550</a>
from ehuss/fix-expected-source-path</li>
<li><a
href="5777a0edc4
"><code>5777a0e</code></a>
Fix issue with None source_path</li>
<li><a
href="53c3a92285
"><code>53c3a92</code></a>
Add test for a chapter with no source path</li>
<li><a
href="132ca0dca3
"><code>132ca0d</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/mdBook/issues/2548 ">#2548</a>
from tamird/patch-1</li>
<li><a
href="56c2b9ba3a
"><code>56c2b9b</code></a>
README.md: update workflow status badge</li>
<li><a
href="542b6feed1
"><code>542b6fe</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/mdBook/issues/2545 ">#2545</a>
from ehuss/rustdoc-missing-error</li>
<li><a
href="2af44a396f
"><code>2af44a3</code></a>
Add context when <code>rustdoc</code> command is not found</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/mdBook/compare/v0.4.44...v0.4.45 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde` from 1.0.217 to 1.0.218
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases ">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.218</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7bfd518dd4
"><code>7bfd518</code></a>
Release 1.0.218</li>
<li><a
href="723a9491e2
"><code>723a949</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2895 ">#2895</a>
from dtolnay/stabledoc</li>
<li><a
href="2b44efb085
"><code>2b44efb</code></a>
Point standard library links to stable</li>
<li><a
href="03dc0fc137
"><code>03dc0fc</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2894 ">#2894</a>
from dtolnay/doclink</li>
<li><a
href="85cb0c478e
"><code>85cb0c4</code></a>
Convert html links to intra-doc links</li>
<li><a
href="abe7194480
"><code>abe7194</code></a>
Update ui test suite to nightly-2025-02-12</li>
<li><a
href="aaccac7413
"><code>aaccac7</code></a>
Unset doc-scrape-examples for lib target</li>
<li><a
href="7cd4d84cac
"><code>7cd4d84</code></a>
Update ui test suite to nightly-2025-02-07</li>
<li><a
href="04ff3e8f95
"><code>04ff3e8</code></a>
More precise gitignore patterns</li>
<li><a
href="dc3031b614
"><code>dc3031b</code></a>
Remove *.sw[po] from gitignore</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_json` from 1.0.138 to 1.0.139
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases ">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.139</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d4f53c3b7
"><code>4d4f53c</code></a>
Release 1.0.139</li>
<li><a
href="5d6b32f378
"><code>5d6b32f</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1242 ">#1242</a>
from dtolnay/writefloat</li>
<li><a
href="e5bb8bd38f
"><code>e5bb8bd</code></a>
Document behavior of write_f32/f64 on non-finite floats</li>
<li><a
href="7a797810d2
"><code>7a79781</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1241 ">#1241</a>
from dtolnay/doclink</li>
<li><a
href="13591f1dd4
"><code>13591f1</code></a>
Convert html links to intra-doc links</li>
<li><a
href="1d7378e8ee
"><code>1d7378e</code></a>
Unset doc-scrape-examples for lib target</li>
<li><a
href="1174c5f57d
"><code>1174c5f</code></a>
Resolve unnecessary_semicolon pedantic clippy lint</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.138...v1.0.139 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `zerocopy` from 0.8.14 to 0.8.21
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/zerocopy/releases ">zerocopy's
releases</a>.</em></p>
<blockquote>
<h2>v0.8.20</h2>
<h2>What's Changed</h2>
<ul>
<li>[readme] Explain maintenance, thank contributors by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2360 ">google/zerocopy#2360</a></li>
<li>Release 0.8.20 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2361 ">google/zerocopy#2361</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.19...v0.8.20 ">https://github.com/google/zerocopy/compare/v0.8.19...v0.8.20 </a></p>
<h2>v0.8.19</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix soundness of FromBytes::read_from_io (<a
href="https://redirect.github.com/google/zerocopy/issues/2320 ">#2320</a>)
by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2358 ">google/zerocopy#2358</a></li>
<li>Release 0.8.19 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2359 ">google/zerocopy#2359</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.18...v0.8.19 ">https://github.com/google/zerocopy/compare/v0.8.18...v0.8.19 </a></p>
<h2>v0.8.18</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>Self: IntoBytes</code> bound to
<code>TryFromBytes::try_mut*</code> by <a
href="https://github.com/jswrenn "><code>@jswrenn</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2331 ">google/zerocopy#2331</a></li>
<li>Release 0.8.18 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2342 ">google/zerocopy#2342</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.17...v0.8.18 ">https://github.com/google/zerocopy/compare/v0.8.17...v0.8.18 </a></p>
<h2>v0.8.17</h2>
<h2>What's Changed</h2>
<ul>
<li>[derive] Fix bug with KnownLayout on repr(packed) by <a
href="https://github.com/joshlf "><code>@joshlf</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2307 ">google/zerocopy#2307</a></li>
<li>Release 0.8.17 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2308 ">google/zerocopy#2308</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.16...v0.8.17 ">https://github.com/google/zerocopy/compare/v0.8.16...v0.8.17 </a></p>
<h2>v0.8.16</h2>
<h2>What's Changed</h2>
<ul>
<li>Enforce <code>Src: FromBytes</code> in
<code>try_transmute_mut!</code> by <a
href="https://github.com/jswrenn "><code>@jswrenn</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2229 ">google/zerocopy#2229</a></li>
<li>Release 0.8.16 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2297 ">google/zerocopy#2297</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.15...v0.8.16 ">https://github.com/google/zerocopy/compare/v0.8.15...v0.8.16 </a></p>
<h2>v0.8.15</h2>
<h2>What's Changed</h2>
<ul>
<li>[derive] Implement an IntoBytes-based PartialEq/Eq derive by <a
href="https://github.com/max-heller "><code>@max-heller</code></a> in <a
href="https://redirect.github.com/google/zerocopy/pull/2285 ">google/zerocopy#2285</a></li>
<li>Release 0.8.15 by <a
href="https://github.com/google-pr-creation-bot "><code>@google-pr-creation-bot</code></a>
in <a
href="https://redirect.github.com/google/zerocopy/pull/2294 ">google/zerocopy#2294</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/zerocopy/compare/v0.8.15-alpha...v0.8.15 ">https://github.com/google/zerocopy/compare/v0.8.15-alpha...v0.8.15 </a></p>
<h2>v0.8.15-alpha</h2>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dccbbcd871
"><code>dccbbcd</code></a>
Release 0.8.21 (<a
href="https://redirect.github.com/google/zerocopy/issues/2402 ">#2402</a>)</li>
<li><a
href="0772a12d22
"><code>0772a12</code></a>
Support 16-bit target platforms (<a
href="https://redirect.github.com/google/zerocopy/issues/2401 ">#2401</a>)</li>
<li><a
href="367e68b06c
"><code>367e68b</code></a>
[pointer] Improve soundness of invariant modeling (<a
href="https://redirect.github.com/google/zerocopy/issues/2397 ">#2397</a>)</li>
<li><a
href="417344326c
"><code>4173443</code></a>
[layout] Update test documentation (<a
href="https://redirect.github.com/google/zerocopy/issues/2026 ">#2026</a>)
(<a
href="https://redirect.github.com/google/zerocopy/issues/2396 ">#2396</a>)</li>
<li><a
href="fe70ab6911
"><code>fe70ab6</code></a>
[pointer] Fix Ptr[Inner] variance (<a
href="https://redirect.github.com/google/zerocopy/issues/2351 ">#2351</a>)
(<a
href="https://redirect.github.com/google/zerocopy/issues/2393 ">#2393</a>)</li>
<li><a
href="8bbfec2ab8
"><code>8bbfec2</code></a>
[ci] Don't run on push (<a
href="https://redirect.github.com/google/zerocopy/issues/1882 ">#1882</a>)
(<a
href="https://redirect.github.com/google/zerocopy/issues/2394 ">#2394</a>)</li>
<li><a
href="a90f4d4a9d
"><code>a90f4d4</code></a>
[ci] Add GitHub Action to backport PR (backports <a
href="https://redirect.github.com/google/zerocopy/issues/2017 ">#2017</a>
and <a
href="https://redirect.github.com/google/zerocopy/issues/2018 ">#2018</a>)
(<a
href="https://redirect.github.com/google/zerocopy/issues/2391 ">#2391</a>)</li>
<li><a
href="15a2cf5ac5
"><code>15a2cf5</code></a>
documented how to implement enums with endian-specific tags (<a
href="https://redirect.github.com/google/zerocopy/issues/1993 ">#1993</a>)
(<a
href="https://redirect.github.com/google/zerocopy/issues/2390 ">#2390</a>)</li>
<li><a
href="47949a4097
"><code>47949a4</code></a>
[pointer][invariant] Remove AliasingMapping, Inaccessible (<a
href="https://redirect.github.com/google/zerocopy/issues/2301 ">#2301</a>)
(<a
href="https://redirect.github.com/google/zerocopy/issues/2386 ">#2386</a>)</li>
<li><a
href="bce7ec5766
"><code>bce7ec5</code></a>
[CI] skip installation step when cache hit (<a
href="https://redirect.github.com/google/zerocopy/issues/1978 ">#1978</a>)
(<a
href="https://redirect.github.com/google/zerocopy/issues/2385 ">#2385</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/zerocopy/compare/v0.8.14...v0.8.21 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `cxx` from 1.0.137 to 1.0.142
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases ">cxx's
releases</a>.</em></p>
<blockquote>
<h2>1.0.142</h2>
<ul>
<li>Add template deduction guide for rust::Slice constructor (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1449 ">#1449</a>,
thanks <a
href="https://github.com/JonathonReinhart "><code>@JonathonReinhart</code></a>)</li>
</ul>
<h2>1.0.141</h2>
<ul>
<li>Fix missing <code>#include <ranges></code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1442 ">#1442</a>, <a
href="https://redirect.github.com/dtolnay/cxx/issues/1443 ">#1443</a>,
thanks <a
href="https://github.com/atetubou "><code>@atetubou</code></a>)</li>
</ul>
<h2>1.0.140</h2>
<ul>
<li>Add <code>rust::String(const char8_t *)</code> and
<code>rust::String(const char8_t *, size_t)</code> constructors (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1437 ">#1437</a>,
thanks <a
href="https://github.com/anforowicz "><code>@anforowicz</code></a>)</li>
<li>Declare <code>operator+(ptrdiff_t, Slice<T>::iterator)</code>
to be <code>noexcept</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1440 ">#1440</a>)</li>
</ul>
<h2>1.0.139</h2>
<ul>
<li>Make <code>rust::Slice</code> satisfy C++20
<code>contiguous_range</code> concept (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1432 ">#1432</a>,
thanks <a
href="https://github.com/anforowicz "><code>@anforowicz</code></a>)</li>
</ul>
<h2>1.0.138</h2>
<ul>
<li>Add method to convert from <code>&CxxString</code> to
<code>&CStr</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1431 ">#1431</a>,
thanks <a
href="https://github.com/nyurik "><code>@nyurik</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4b4e1c1039
"><code>4b4e1c1</code></a>
Release 1.0.142</li>
<li><a
href="db3aaac6a0
"><code>db3aaac</code></a>
Lockfile update</li>
<li><a
href="6aa95012fb
"><code>6aa9501</code></a>
Touch up tests of std::span -> rust::Slice deduction</li>
<li><a
href="5702ef80fb
"><code>5702ef8</code></a>
Merge pull request 1449 from
JonathonReinhart/add-Slice-ctor-deduction-guide</li>
<li><a
href="bdf2e39ea0
"><code>bdf2e39</code></a>
Disable clippy in CI due to ICE</li>
<li><a
href="33f3fa8ba4
"><code>33f3fa8</code></a>
Add template deduction guide for Slice constructor</li>
<li><a
href="94e8e46066
"><code>94e8e46</code></a>
Revert "Bump Bazel build to rustc 1.85.0"</li>
<li><a
href="0c114bece7
"><code>0c114be</code></a>
One more stable standard library crate</li>
<li><a
href="aeec460144
"><code>aeec460</code></a>
Bump Bazel build to rustc 1.85.0</li>
<li><a
href="2379562a10
"><code>2379562</code></a>
Bump Bazel build to rustc 1.84.1</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.137...1.0.142 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `cxx-build` from 1.0.137 to 1.0.142
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases ">cxx-build's
releases</a>.</em></p>
<blockquote>
<h2>1.0.142</h2>
<ul>
<li>Add template deduction guide for rust::Slice constructor (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1449 ">#1449</a>,
thanks <a
href="https://github.com/JonathonReinhart "><code>@JonathonReinhart</code></a>)</li>
</ul>
<h2>1.0.141</h2>
<ul>
<li>Fix missing <code>#include <ranges></code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1442 ">#1442</a>, <a
href="https://redirect.github.com/dtolnay/cxx/issues/1443 ">#1443</a>,
thanks <a
href="https://github.com/atetubou "><code>@atetubou</code></a>)</li>
</ul>
<h2>1.0.140</h2>
<ul>
<li>Add <code>rust::String(const char8_t *)</code> and
<code>rust::String(const char8_t *, size_t)</code> constructors (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1437 ">#1437</a>,
thanks <a
href="https://github.com/anforowicz "><code>@anforowicz</code></a>)</li>
<li>Declare <code>operator+(ptrdiff_t, Slice<T>::iterator)</code>
to be <code>noexcept</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1440 ">#1440</a>)</li>
</ul>
<h2>1.0.139</h2>
<ul>
<li>Make <code>rust::Slice</code> satisfy C++20
<code>contiguous_range</code> concept (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1432 ">#1432</a>,
thanks <a
href="https://github.com/anforowicz "><code>@anforowicz</code></a>)</li>
</ul>
<h2>1.0.138</h2>
<ul>
<li>Add method to convert from <code>&CxxString</code> to
<code>&CStr</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1431 ">#1431</a>,
thanks <a
href="https://github.com/nyurik "><code>@nyurik</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4b4e1c1039
"><code>4b4e1c1</code></a>
Release 1.0.142</li>
<li><a
href="db3aaac6a0
"><code>db3aaac</code></a>
Lockfile update</li>
<li><a
href="6aa95012fb
"><code>6aa9501</code></a>
Touch up tests of std::span -> rust::Slice deduction</li>
<li><a
href="5702ef80fb
"><code>5702ef8</code></a>
Merge pull request 1449 from
JonathonReinhart/add-Slice-ctor-deduction-guide</li>
<li><a
href="bdf2e39ea0
"><code>bdf2e39</code></a>
Disable clippy in CI due to ICE</li>
<li><a
href="33f3fa8ba4
"><code>33f3fa8</code></a>
Add template deduction guide for Slice constructor</li>
<li><a
href="94e8e46066
"><code>94e8e46</code></a>
Revert "Bump Bazel build to rustc 1.85.0"</li>
<li><a
href="0c114bece7
"><code>0c114be</code></a>
One more stable standard library crate</li>
<li><a
href="aeec460144
"><code>aeec460</code></a>
Bump Bazel build to rustc 1.85.0</li>
<li><a
href="2379562a10
"><code>2379562</code></a>
Bump Bazel build to rustc 1.84.1</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.137...1.0.142 ">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 13:25:12 +01:00
dependabot[bot]
c48b9ec3be
Bump crate-ci/typos from 1.29.5 to 1.29.10 ( #2686 )
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.29.5 to
1.29.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/releases ">crate-ci/typos's
releases</a>.</em></p>
<blockquote>
<h2>v1.29.10</h2>
<h2>[1.29.10] - 2025-02-25</h2>
<h3>Fixes</h3>
<ul>
<li>Also correct <code>contaminent</code> as
<code>contaminant</code></li>
</ul>
<h2>v1.29.9</h2>
<h2>[1.29.9] - 2025-02-20</h2>
<h3>Fixes</h3>
<ul>
<li><em>(action)</em> Correctly get binary for some aarch64 systems</li>
</ul>
<h2>v1.29.8</h2>
<h2>[1.29.8] - 2025-02-19</h2>
<h3>Features</h3>
<ul>
<li>Attempt to build Linux aarch64 binaries</li>
</ul>
<h2>v1.29.7</h2>
<h2>[1.29.7] - 2025-02-13</h2>
<h3>Fixes</h3>
<ul>
<li>Don't correct <code>implementors</code></li>
</ul>
<h2>v1.29.6</h2>
<h2>[1.29.6] - 2025-02-13</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1200 ">January
2025</a> changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md ">crate-ci/typos's
changelog</a>.</em></p>
<blockquote>
<h2>[1.29.10] - 2025-02-25</h2>
<h3>Fixes</h3>
<ul>
<li>Also correct <code>contaminent</code> as
<code>contaminant</code></li>
</ul>
<h2>[1.29.9] - 2025-02-20</h2>
<h3>Fixes</h3>
<ul>
<li><em>(action)</em> Correctly get binary for some aarch64 systems</li>
</ul>
<h2>[1.29.8] - 2025-02-19</h2>
<h3>Features</h3>
<ul>
<li>Attempt to build Linux aarch64 binaries</li>
</ul>
<h2>[1.29.7] - 2025-02-13</h2>
<h3>Fixes</h3>
<ul>
<li>Don't correct <code>implementors</code></li>
</ul>
<h2>[1.29.6] - 2025-02-13</h2>
<h3>Features</h3>
<ul>
<li>Updated the dictionary with the <a
href="https://redirect.github.com/crate-ci/typos/issues/1200 ">January
2025</a> changes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="db35ee91e8
"><code>db35ee9</code></a>
chore: Release</li>
<li><a
href="9f43c4dbd2
"><code>9f43c4d</code></a>
docs: Update changelog</li>
<li><a
href="a1da2ce137
"><code>a1da2ce</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1244 ">#1244</a>
from epage/containment</li>
<li><a
href="d74d5fd5ad
"><code>d74d5fd</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1243 ">#1243</a>
from epage/dict</li>
<li><a
href="fa6122604f
"><code>fa61226</code></a>
refactor(dict): Drop a dict</li>
<li><a
href="6276d585f7
"><code>6276d58</code></a>
fix(dict): Correct contaminents to another spelling</li>
<li><a
href="07c9e1f6fa
"><code>07c9e1f</code></a>
chore(deps): Update Rust Stable to v1.85 (<a
href="https://redirect.github.com/crate-ci/typos/issues/1241 ">#1241</a>)</li>
<li><a
href="71643b1191
"><code>71643b1</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-ci/typos/issues/1240 ">#1240</a>
from szepeviktor/patch-1</li>
<li><a
href="931a5804a4
"><code>931a580</code></a>
Fix typo in README</li>
<li><a
href="c5137fd6aa
"><code>c5137fd</code></a>
refactor(action): Isolate unique parts</li>
<li>Additional commits viewable in <a
href="https://github.com/crate-ci/typos/compare/v1.29.5...v1.29.10 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 13:19:01 +01:00
Nicole L
9591f93568
Add speaker note about fn ptrs ( #2680 )
2025-02-28 13:20:48 -08:00
Nicole L
5704f2061a
Move From
definition into code block ( #2678 )
2025-02-28 13:20:26 -08:00