Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the non-critical group with 7 updates (#1819)
Bumps the non-critical group with 7 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.94` | | [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.19.0` | `0.19.1` | | [libc](https://github.com/rust-lang/libc) | `0.2.167` | `0.2.168` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.6` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` | | [which](https://github.com/harryfei/which-rs) | `5.0.0` | `7.0.0` | Updates `anyhow` from 1.0.93 to 1.0.94 <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.94</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/8ceb5e988fcae18270745e291efb8bd716c25bf0"><code>8ceb5e9</code></a> Release 1.0.94</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b9009abc16b3a8222a70ead8a81291a7aed19f9b"><code>b9009ab</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/399">#399</a> from dtolnay/okvalue</li> <li><a href="https://github.com/dtolnay/anyhow/commit/863791a66d1b2d3033e111930684214f41ed0220"><code>863791a</code></a> Align naming between Ok function argument and its documentation</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2081692170f24eecc10c79288c82b2a300f3bf7d"><code>2081692</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/398">#398</a> from zertosh/ok_doc_format</li> <li><a href="https://github.com/dtolnay/anyhow/commit/cc2cecb428b4eeb35ffb332d1f878f210a1e3fa3"><code>cc2cecb</code></a> Fix anyhow::Ok rustdoc code formatting</li> <li><a href="https://github.com/dtolnay/anyhow/commit/8852dc321822fe26b5cc84b2333904c897aff70a"><code>8852dc3</code></a> Prevent upload-artifact from causing CI failure</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94">compare view</a></li> </ul> </details> <br /> Updates `cargo_metadata` from 0.19.0 to 0.19.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md">cargo_metadata's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <ul> <li>n/a</li> </ul> <h3>Added</h3> <ul> <li>n/a</li> </ul> <h3>Changed</h3> <ul> <li>Updated dependencies: <ul> <li><code>thiserror</code> from <code>1.0.31</code> to <code>2.0.3</code></li> <li><code>derive_builder</code> from <code>0.12</code> to <code>0.20</code></li> </ul> </li> </ul> <h3>Removed</h3> <ul> <li>n/a</li> </ul> <h3>Fixed</h3> <ul> <li>n/a</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oli-obk/cargo_metadata/commit/8f4c3a8e6dbe913d6a1d04e06c0874b00f4de869"><code>8f4c3a8</code></a> Merge pull request <a href="https://redirect.github.com/oli-obk/cargo_metadata/issues/276">#276</a> from sunshowers/fromstr-display</li> <li><a href="https://github.com/oli-obk/cargo_metadata/commit/e6c0f061607182999c3de3c8e9d3ab943b528266"><code>e6c0f06</code></a> Merge pull request <a href="https://redirect.github.com/oli-obk/cargo_metadata/issues/278">#278</a> from oli-obk/push-qxuollxmvlzn</li> <li><a href="https://github.com/oli-obk/cargo_metadata/commit/61ceb9aabc81aee8e3412ac1517697f5de5cfeb0"><code>61ceb9a</code></a> Pacify clippy</li> <li><a href="https://github.com/oli-obk/cargo_metadata/commit/eae17fb2da575e3e4cc91213718b284cb32d4b2b"><code>eae17fb</code></a> Bump msrv to keep in sync with our dependencies</li> <li><a href="https://github.com/oli-obk/cargo_metadata/commit/2983f519a2f1e57867c45686bc80887b975817a5"><code>2983f51</code></a> add FromStr and Display impls for TargetKind and CrateType</li> <li><a href="https://github.com/oli-obk/cargo_metadata/commit/834207b821c0ceb68828ac9e785a5411b6457deb"><code>834207b</code></a> Merge pull request <a href="https://redirect.github.com/oli-obk/cargo_metadata/issues/273">#273</a> from regexident/update-dependencies</li> <li><a href="https://github.com/oli-obk/cargo_metadata/commit/437339616a0806a0ab75d4b43eaa40eb51f9832e"><code>4373396</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/oli-obk/cargo_metadata/compare/0.19.0...0.19.1">compare view</a></li> </ul> </details> <br /> Updates `libc` from 0.2.167 to 0.2.168 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.168</h2> <h3>Added</h3> <ul> <li>Linux: Add new process flags (<a href="https://redirect.github.com/rust-lang/libc/pull/4174">#4174</a>)</li> <li>Linux: Make <code>IFA_*</code> constants available on all Linux targets <a href="https://redirect.github.com/rust-lang/libc/pull/4185">rust-lang/libc#4185</a></li> <li>Linux: add <code>MAP_DROPPABLE</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4173">rust-lang/libc#4173</a></li> <li>Solaris, Illumos: add <code>SIGRTMIN</code> and <code>SIGRTMAX</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4171">rust-lang/libc#4171</a></li> <li>Unix, Linux: adding POSIX <code>memccpy</code> and <code>mempcpy</code> GNU extension <<a href="https://redirect.github.com/rust-lang/libc/pull/4186">rust-lang/libc#4186</a>.</li> </ul> <h3>Deprecated</h3> <ul> <li>FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4183">#4183</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Make the <code>Debug</code> implementation for unions opaque (<a href="https://redirect.github.com/rust-lang/libc/pull/4176">#4176</a>)</li> </ul> <h3>Other</h3> <ul> <li>Allow the <code>unpredictable_function_pointer_comparisons</code> lint where needed <a href="https://redirect.github.com/rust-lang/libc/pull/4177">rust-lang/libc#4177</a></li> <li>CI: Upload artifacts created by libc-test <a href="https://redirect.github.com/rust-lang/libc/pull/4180">rust-lang/libc#4180</a></li> <li>CI: Use workflow commands to group output by target <a href="https://redirect.github.com/rust-lang/libc/pull/4179">rust-lang/libc#4179</a></li> <li>CI: add caching <a href="https://redirect.github.com/rust-lang/libc/pull/4183">rust-lang/libc#4183</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.167...0.2.168">0.2.168</a> - 2024-12-09</h2> <h3>Added</h3> <ul> <li>Linux: Add new process flags (<a href="https://redirect.github.com/rust-lang/libc/pull/4174">#4174</a>)</li> <li>Linux: Make <code>IFA_*</code> constants available on all Linux targets <a href="https://redirect.github.com/rust-lang/libc/pull/4185">rust-lang/libc#4185</a></li> <li>Linux: add <code>MAP_DROPPABLE</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4173">rust-lang/libc#4173</a></li> <li>Solaris, Illumos: add <code>SIGRTMIN</code> and <code>SIGRTMAX</code> <a href="https://redirect.github.com/rust-lang/libc/pull/4171">rust-lang/libc#4171</a></li> <li>Unix, Linux: adding POSIX <code>memccpy</code> and <code>mempcpy</code> GNU extension <<a href="https://redirect.github.com/rust-lang/libc/pull/4186">rust-lang/libc#4186</a>.</li> </ul> <h3>Deprecated</h3> <ul> <li>FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4183">#4183</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Make the <code>Debug</code> implementation for unions opaque (<a href="https://redirect.github.com/rust-lang/libc/pull/4176">#4176</a>)</li> </ul> <h3>Other</h3> <ul> <li>Allow the <code>unpredictable_function_pointer_comparisons</code> lint where needed <a href="https://redirect.github.com/rust-lang/libc/pull/4177">rust-lang/libc#4177</a></li> <li>CI: Upload artifacts created by libc-test <a href="https://redirect.github.com/rust-lang/libc/pull/4180">rust-lang/libc#4180</a></li> <li>CI: Use workflow commands to group output by target <a href="https://redirect.github.com/rust-lang/libc/pull/4179">rust-lang/libc#4179</a></li> <li>CI: add caching <a href="https://redirect.github.com/rust-lang/libc/pull/4183">rust-lang/libc#4183</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/e6082ef26096154e08ab0cb094d66d5ca116ee15"><code>e6082ef</code></a> chore: release v0.2.168</li> <li><a href="https://github.com/rust-lang/libc/commit/26b53370967f23d8d43a11eb4ac6d4711b99ab1a"><code>26b5337</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4190">#4190</a> from tgross35/backport-ci-artifacts</li> <li><a href="https://github.com/rust-lang/libc/commit/4344e542bae5662feb9e54cb51fb654ecf3ba5d8"><code>4344e54</code></a> ci: Upload artifacts created by libc-test</li> <li><a href="https://github.com/rust-lang/libc/commit/abe73ab0f67bee4d5196c4a323b4663d2e3c7705"><code>abe73ab</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/4187">#4187</a> from tgross35/backport-romanesco</li> <li><a href="https://github.com/rust-lang/libc/commit/1e2da75bad39c606cb343ccfe7422a758036e5c5"><code>1e2da75</code></a> adding POSIX memccpy and mempcpy GNU extension.</li> <li><a href="https://github.com/rust-lang/libc/commit/7457aa18e15860ff5d5448465dbad15f7438814a"><code>7457aa1</code></a> fix: make Debug impl for unions opaque</li> <li><a href="https://github.com/rust-lang/libc/commit/8592ff9492319ae6a005c3d44119c815eb5d229a"><code>8592ff9</code></a> Lift IFA_* constants from linux/gnu to linux</li> <li><a href="https://github.com/rust-lang/libc/commit/069c923305f648a117987062b11b957e9e8a6601"><code>069c923</code></a> Test(semver/linux): Add missing PF_* constants</li> <li><a href="https://github.com/rust-lang/libc/commit/05768aacb774fcda08b59eecd19bb56736a17b8b"><code>05768aa</code></a> Docs(linux): Add docs for <code>PF_*</code> constants</li> <li><a href="https://github.com/rust-lang/libc/commit/0e89233900e524347c810287ff8f1bb03bdb0e9a"><code>0e89233</code></a> Feat(linux): Add new process flags</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.167...0.2.168">compare view</a></li> </ul> </details> <br /> Updates `thiserror` from 2.0.3 to 2.0.6 <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.6</h2> <ul> <li>Suppress deprecation warning on generated From impls (<a href="https://redirect.github.com/dtolnay/thiserror/issues/396">#396</a>)</li> </ul> <h2>2.0.5</h2> <ul> <li>Prevent deprecation warning on generated impl for deprecated type (<a href="https://redirect.github.com/dtolnay/thiserror/issues/394">#394</a>)</li> </ul> <h2>2.0.4</h2> <ul> <li>Eliminate needless_lifetimes clippy lint in generated <code>From</code> impls (<a href="https://redirect.github.com/dtolnay/thiserror/issues/391">#391</a>, thanks <a href="https://github.com/matt-phylum"><code>@matt-phylum</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/2075e87257e5bfe458cc01bc3764dcd499db254d"><code>2075e87</code></a> Release 2.0.6</li> <li><a href="https://github.com/dtolnay/thiserror/commit/e9a90851502686c39a7164f67b296b579445f9ff"><code>e9a9085</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/396">#396</a> from dtolnay/deprecatedfrom</li> <li><a href="https://github.com/dtolnay/thiserror/commit/6e8c7244c9b396f0c194a660fcb4bcff75e50b08"><code>6e8c724</code></a> Suppress deprecation warning on generated From impls</li> <li><a href="https://github.com/dtolnay/thiserror/commit/caf585c978f43ef0348dcd669af301e7a7e8578b"><code>caf585c</code></a> Add test of deprecated type in From impl</li> <li><a href="https://github.com/dtolnay/thiserror/commit/f1f159d7e759e986335ed14dd362eb7d6c9815d4"><code>f1f159d</code></a> Release 2.0.5</li> <li><a href="https://github.com/dtolnay/thiserror/commit/366a7b253e4b363dfe7204fea7b2e088a81bf8ee"><code>366a7b2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/395">#395</a> from dtolnay/fallback</li> <li><a href="https://github.com/dtolnay/thiserror/commit/88a46035e1bbb17ada53acf28ed7b7b00a0b049a"><code>88a4603</code></a> Move fallback expansion to separate module</li> <li><a href="https://github.com/dtolnay/thiserror/commit/6712f8cca6cd37c165da4a45ad8820fc97710116"><code>6712f8c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/394">#394</a> from dtolnay/deprecated</li> <li><a href="https://github.com/dtolnay/thiserror/commit/07e7d990facdfdbd559df323dae1f5deb1ba9ab6"><code>07e7d99</code></a> Add "in this derive macro expansion" to missing Display errors</li> <li><a href="https://github.com/dtolnay/thiserror/commit/714229d8214e77df019254afbbca18f1c921737e"><code>714229d</code></a> Work around deprecation warning on generated impl for deprecated type</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.6">compare view</a></li> </ul> </details> <br /> Updates `time` from 0.3.36 to 0.3.37 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p> <blockquote> <h2>v0.3.37</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p> <blockquote> <h2>0.3.37 [2024-12-03]</h2> <h3>Added</h3> <ul> <li><code>Time::MAX</code>, equivalent to <code>time!(23:59:59.999999999)</code></li> <li><code>[year repr:century]</code> is now supported in format descriptions. When used in conjunction with <code>[year repr:last_two]</code>, there is sufficient information to parse a date. Note that with the <code>large-date</code> feature enabled, there is an ambiguity when parsing the two back-to-back.</li> <li>Parsing of <code>strftime</code>-style format descriptions, located at <code>time::format_description::parse_strftime_borrowed</code> and <code>time::format_description::parse_strftime_owned</code></li> <li><code>time::util::refresh_tz</code> and <code>time::util::refresh_tz_unchecked</code>, which updates information obtained via the <code>TZ</code> environment variable. This is equivalent to the <code>tzset</code> syscall on Unix-like systems, with and without built-in soundness checks, respectively.</li> <li><code>Month::length</code> and <code>util::days_in_month</code>, replacing <code>util::days_in_year_month</code>.</li> <li>Expressions are permitted in <code>time::serde::format_description!</code> rather than only paths. This also drastically improves diagnostics when an invalid value is provided.</li> </ul> <h3>Changed</h3> <ul> <li> <p>Obtaining the system UTC offset on Unix-like systems should now succeed when multi-threaded. However, if the <code>TZ</code> environment variable is altered, the program will not be aware of this until <code>time::util::refresh_tz</code> or <code>time::util::refresh_tz_unchecked</code> is called. <code>refresh_tz</code> has the same soundness requirements as obtaining the system UTC offset previously did, with the requirements still being automatically enforced. <code>refresh_tz_unchecked</code> does not enforce these requirements at the expense of being <code>unsafe</code>. Most programs should not need to call either function.</p> <p>Due to this change, the <code>time::util::local_offset</code> module has been deprecated in its entirety. The <code>get_soundness</code> and <code>set_soundness</code> functions are now no-ops.</p> <p>Note that while calls <em>should</em> succeed, success is not guaranteed in any situation. Downstream users should always be prepared to handle the error case.</p> </li> </ul> <h3>Fixed</h3> <ul> <li>Floating point values are truncated, not rounded, when formatting.</li> <li>RFC3339 allows arbitrary separators between the date and time components.</li> <li>Serialization of negative <code>Duration</code>s less than one second is now correct. It previously omitted the negative sign.</li> <li><code>From<js_sys::Date> for OffsetDateTime</code> now ensures sub-millisecond values are not erroneously returned.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/time-rs/time/commit/d4e39b306db1624795cd4eb0cfde8cc802edd0e3"><code>d4e39b3</code></a> v0.3.37 release</li> <li><a href="https://github.com/time-rs/time/commit/09439970e55f191d992a1d5bc50e2d7dab19b33d"><code>0943997</code></a> Fix CI failure</li> <li><a href="https://github.com/time-rs/time/commit/8b50f04ee05d07f35b3f1293c4baf7e2746bf418"><code>8b50f04</code></a> Update lints</li> <li><a href="https://github.com/time-rs/time/commit/56f1db6dfa30ede8462ba61edb1ded2590d069d4"><code>56f1db6</code></a> Add <code>Month::length</code>, <code>days_in_month</code></li> <li><a href="https://github.com/time-rs/time/commit/03bcfe9f28450c723e32793ecd778f658eda7f02"><code>03bcfe9</code></a> Skip formatting some macros, update UI tests</li> <li><a href="https://github.com/time-rs/time/commit/4404638fe2267257f896553ba53ead727f466501"><code>4404638</code></a> Permit exprs in <code>serde::format_description!</code></li> <li><a href="https://github.com/time-rs/time/commit/6b43b44060e3a76f724fe85aea837e55d2843c1f"><code>6b43b44</code></a> strftime implementation</li> <li><a href="https://github.com/time-rs/time/commit/98569ffe5b19e0c25fedc5caf10f47669b239d05"><code>98569ff</code></a> Hide deprecations from docs</li> <li><a href="https://github.com/time-rs/time/commit/febf3a10de60d7dd62223b03fbb05363bd0e6f90"><code>febf3a1</code></a> Obtain local offset in multi-threaded situations</li> <li><a href="https://github.com/time-rs/time/commit/1e19827c5ac17435e0807fb9e28091a53dc6fb4f"><code>1e19827</code></a> Update rstest and rstest_reuse; bump MSRV to 1.67.1 (<a href="https://redirect.github.com/time-rs/time/issues/716">#716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.36...v0.3.37">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.41.1 to 1.42.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.42.0</h2> <h1>1.42.0 (Dec 3rd, 2024)</h1> <h3>Added</h3> <ul> <li>io: add <code>AsyncFd::{try_io, try_io_mut}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6967">#6967</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>io: avoid <code>ptr->ref->ptr</code> roundtrip in RegistrationSet (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6929">#6929</a>)</li> <li>runtime: do not defer <code>yield_now</code> inside <code>block_in_place</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>)</li> </ul> <h3>Changes</h3> <ul> <li>io: simplify io readiness logic (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>)</li> </ul> <h3>Documented</h3> <ul> <li>net: fix docs for <code>tokio::net::unix::{pid_t, gid_t, uid_t}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6791">#6791</a>)</li> <li>time: fix a typo in <code>Instant</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6791">#6791</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6791">tokio-rs/tokio#6791</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6929">#6929</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6929">tokio-rs/tokio#6929</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6966">tokio-rs/tokio#6966</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6967">#6967</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6967">tokio-rs/tokio#6967</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6982">tokio-rs/tokio#6982</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6999">tokio-rs/tokio#6999</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/bb9d57017e100985f86d8ca41ac105ee9140423e"><code>bb9d570</code></a> chore: prepare Tokio v1.42.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7005">#7005</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/af9c683d52415bf01709197778d49eec1ff78c44"><code>af9c683</code></a> tests: fix typo in build test instructions (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7004">#7004</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4bc5a1a05862bad71f85a38bf3c56f721a97b43f"><code>4bc5a1a</code></a> ci: allow Unicode-3.0 license for unicode-ident (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7006">#7006</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f8948ea021bd4b5626bbd8dee89bee51ba766326"><code>f8948ea</code></a> runtime: do not defer <code>yield_now</code> inside <code>block_in_place</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/bce9780dd3127cd937923d975e356299226a39aa"><code>bce9780</code></a> time: use <code>array::from_fn</code> instead of manually creating array (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7000">#7000</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/38151f30cbfbaddce30961384f5b463b0737a401"><code>38151f3</code></a> readme: unlist 1.32.x as LTS release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6997">#6997</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5dda72d338516d709a866cee8577048ba1ea062c"><code>5dda72d</code></a> ci: pin valgrind to rustc 1.82 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6998">#6998</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c07257f99f92c5d6773fc0827bcfd77e43f0fd46"><code>c07257f</code></a> io: simplify io readiness logic (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6966">#6966</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d08578fc9a950c8ee0ef242dbce0fcaaed5e853f"><code>d08578f</code></a> time: fix a typo in <code>Instant</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6982">#6982</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4047d7962a02722859b0f1c7bbcd85bc1bfc865d"><code>4047d79</code></a> miri: add annotations for tests with miri ignore (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6981">#6981</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0">compare view</a></li> </ul> </details> <br /> Updates `which` from 5.0.0 to 7.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/harryfei/which-rs/releases">which's releases</a>.</em></p> <blockquote> <h2>7.0.0</h2> <ul> <li>Add support to <code>WhichConfig</code> for a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.</li> </ul> <h2>6.0.3</h2> <ul> <li>Enhance <code>tracing</code> feature with some <code>debug</code> level logs for higher level logic.</li> </ul> <h2>6.0.2</h2> <ul> <li>Add <code>tracing</code> feature which outputs debugging information to the <a href="https://crates.io/crates/tracing"><code>tracing</code></a> ecosystem.</li> </ul> <h2>6.0.1</h2> <ul> <li>Remove dependency on <code>once_cell</code> for Windows users, replace with <code>std::sync::OnceLock</code>.</li> </ul> <h2>6.0.0</h2> <ul> <li>MSRV is now 1.70</li> <li>Upgraded all dependencies to latest version</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's changelog</a>.</em></p> <blockquote> <h2>7.0.0</h2> <ul> <li>Add support to <code>WhichConfig</code> for a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.</li> </ul> <h2>6.0.3</h2> <ul> <li>Enhance <code>tracing</code> feature with some <code>debug</code> level logs for higher level logic.</li> </ul> <h2>6.0.2</h2> <ul> <li>Add <code>tracing</code> feature which outputs debugging information to the <a href="https://crates.io/crates/tracing"><code>tracing</code></a> ecosystem.</li> </ul> <h2>6.0.1</h2> <ul> <li>Remove dependency on <code>once_cell</code> for Windows users, replace with <code>std::sync::OnceLock</code>.</li> </ul> <h2>6.0.0</h2> <ul> <li>MSRV is now 1.70</li> <li>Upgraded all dependencies to latest version</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/harryfei/which-rs/commit/1b5f7be8ca46e832d044adc2fec688e1cd0e9e53"><code>1b5f7be</code></a> fix README.md version</li> <li><a href="https://github.com/harryfei/which-rs/commit/3edbc31fce75a0a367c5098aa9c98de996e10efe"><code>3edbc31</code></a> update CHANGELOG</li> <li><a href="https://github.com/harryfei/which-rs/commit/cef653de4e97cea738a52b4e489efec7da559880"><code>cef653d</code></a> add myself to authors</li> <li><a href="https://github.com/harryfei/which-rs/commit/59e410d4aad9dceb5e7d2350914cc152819514b6"><code>59e410d</code></a> bump version</li> <li><a href="https://github.com/harryfei/which-rs/commit/66128a77222f091394c6515d2b5953d5e8901f8f"><code>66128a7</code></a> add support for user provided closure to receive nonfatal errors</li> <li><a href="https://github.com/harryfei/which-rs/commit/7c58cf0851c742040548c44a74dbc681d8adfdff"><code>7c58cf0</code></a> Add a note on WebAssembly to README.md</li> <li><a href="https://github.com/harryfei/which-rs/commit/efd571d4b5baf4a5a44f4f2c42c04ce32050c13e"><code>efd571d</code></a> bump version, update changelog</li> <li><a href="https://github.com/harryfei/which-rs/commit/d95a471a9fbc2dbce4a0ea4be989067e41cd5b96"><code>d95a471</code></a> Add more high level debug logs</li> <li><a href="https://github.com/harryfei/which-rs/commit/7b6c81c1979820cf43405d0ae2fc4ec6e5886bab"><code>7b6c81c</code></a> add changelog entry</li> <li><a href="https://github.com/harryfei/which-rs/commit/299189a376afa7dc3f33cc9091be360971dc6d3b"><code>299189a</code></a> Bump version to 6.0.2</li> <li>Additional commits viewable in <a href="https://github.com/harryfei/which-rs/compare/5.0.0...7.0.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information