Commit 7c2004f
build(deps): bump the simple2 group across 1 directory with 23 updates (#33788)
Bumps the simple2 group with 21 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.41` |
| [syn](https://github.com/dtolnay/syn) | `1.0.107` | `2.0.106` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145`
|
| [qcell](https://github.com/uazu/qcell) | `0.5.4` | `0.5.5` |
| [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` |
`2.0.17` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.18.0` | `1.18.1` |
| [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.3` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16`
|
| [tokio-metrics](https://github.com/tokio-rs/tokio-metrics) | `0.4.2` |
`0.4.5` |
| [stacker](https://github.com/rust-lang/stacker) | `0.1.21` | `0.1.22`
|
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.5` | `0.8.6`
|
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.35` |
`0.2.37` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.2.1`
| `0.2.2` |
| [pretty](https://github.com/Marwes/pretty.rs) | `0.12.4` | `0.12.5` |
|
[openssh-mux-client](https://github.com/openssh-rust/openssh-mux-client)
| `0.17.7` | `0.17.8` |
| [zeroize](https://github.com/RustCrypto/utils) | `1.8.1` | `1.8.2` |
| [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.17` |
`0.11.19` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.4` |
`0.12.5` |
| [percent-encoding](https://github.com/servo/rust-url) | `2.3.1` |
`2.3.2` |
| [zstd-safe](https://github.com/gyscos/zstd-rs) | `7.2.1` | `7.2.4` |
Updates `quote` from 1.0.40 to 1.0.41
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/quote/releases">quote's
releases</a>.</em></p>
<blockquote>
<h2>1.0.41</h2>
<ul>
<li>Improve compile error when repetition contains no interpolated value
that is an iterator (<a
href="https://redirect.github.com/dtolnay/quote/issues/302">#302</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/quote/commit/594c865ce817b4adb5863713e4fa3749fbf47f0a"><code>594c865</code></a>
Release 1.0.41</li>
<li><a
href="https://github.com/dtolnay/quote/commit/68956e650bfca24a50964f652b3631db8335dc2b"><code>68956e6</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/quote/issues/302">#302</a>
from dtolnay/hasiter</li>
<li><a
href="https://github.com/dtolnay/quote/commit/6a69784268a9eadc4368ccc5ffd265badfe1ee2a"><code>6a69784</code></a>
Make diagnostic attribute conditional on compiler version</li>
<li><a
href="https://github.com/dtolnay/quote/commit/5f1924bd994ba1936b61e7a0b0d02dd2905ff9c3"><code>5f1924b</code></a>
Tweak CheckHasIterator error message</li>
<li><a
href="https://github.com/dtolnay/quote/commit/c0adb26f414cb91d1a37ece0498b66449e383429"><code>c0adb26</code></a>
Add diagnostic::on_unimplemented for no iterator in repetition</li>
<li><a
href="https://github.com/dtolnay/quote/commit/a1ddcab61b9b016874db63195f68fddce91fcbf5"><code>a1ddcab</code></a>
Combine HasIterator and ThereIsNoIteratorInRepetition to one type</li>
<li><a
href="https://github.com/dtolnay/quote/commit/bf48c854dad15823d9da67d1634ff483e8742f30"><code>bf48c85</code></a>
Switch to trait for checking iterator in repetition</li>
<li><a
href="https://github.com/dtolnay/quote/commit/d3b4777367b8ca720a304c6bc1661988ed11be37"><code>d3b4777</code></a>
Update ui test suite to nightly-2025-09-27</li>
<li><a
href="https://github.com/dtolnay/quote/commit/3e6b04d98b0a9a933002c840dc68e696091ebc20"><code>3e6b04d</code></a>
Raise minimum tested compiler to rust 1.76</li>
<li><a
href="https://github.com/dtolnay/quote/commit/07deaaf89e27e9eb3d9980c1126c4bbe3b8832de"><code>07deaaf</code></a>
Opt in to generate-macro-expansion when building on docs.rs</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/quote/compare/1.0.40...1.0.41">compare
view</a></li>
</ul>
</details>
<br />
Updates `syn` from 1.0.107 to 2.0.106
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/syn/releases">syn's
releases</a>.</em></p>
<blockquote>
<h2>2.0.106</h2>
<ul>
<li>Replace <code>~const</code> syntax with <code>[const]</code>
conditionally const syntax in trait bounds (<a
href="https://redirect.github.com/dtolnay/syn/issues/1896">#1896</a>, <a
href="https://redirect.github.com/rust-lang/rust/pull/139858">rust-lang/rust#139858</a>)</li>
<li>Support conditionally const impl Trait types (<a
href="https://redirect.github.com/dtolnay/syn/issues/1897">#1897</a>)</li>
<li>Reject polarity modifier and lifetime binder used in the same trait
bound (<a
href="https://redirect.github.com/dtolnay/syn/issues/1899">#1899</a>, <a
href="https://redirect.github.com/rust-lang/rust/pull/127054">rust-lang/rust#127054</a>)</li>
<li>Parse const trait bounds with bound lifetimes (<a
href="https://redirect.github.com/dtolnay/syn/issues/1902">#1902</a>)</li>
<li>Parse bound lifetimes with lifetime bounds (<a
href="https://redirect.github.com/dtolnay/syn/issues/1903">#1903</a>)</li>
<li>Allow type parameters and const parameters in trait bounds and
generic closures (<a
href="https://redirect.github.com/dtolnay/syn/issues/1904">#1904</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1907">#1907</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1908">#1908</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1909">#1909</a>)</li>
</ul>
<h2>2.0.105</h2>
<ul>
<li>Disallow "negative" inherent impls like <code>impl !T
{}</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1881">#1881</a>, <a
href="https://redirect.github.com/rust-lang/rust/pull/144386">rust-lang/rust#144386</a>)</li>
</ul>
<h2>2.0.104</h2>
<ul>
<li>Disallow attributes on range expression (<a
href="https://redirect.github.com/dtolnay/syn/issues/1872">#1872</a>)</li>
</ul>
<h2>2.0.103</h2>
<ul>
<li>Insert parentheses around binary operation with attribute (<a
href="https://redirect.github.com/dtolnay/syn/issues/1871">#1871</a>)</li>
</ul>
<h2>2.0.102</h2>
<ul>
<li>Fix printing of nested Expr::Index and Expr::Tuple in non-full mode
(<a
href="https://redirect.github.com/dtolnay/syn/issues/1869">#1869</a>)</li>
</ul>
<h2>2.0.101</h2>
<ul>
<li>Improve TypeGenerics::as_turbofish to return longer-lived return
value (<a
href="https://redirect.github.com/dtolnay/syn/issues/1861">#1861</a>)</li>
</ul>
<h2>2.0.100</h2>
<ul>
<li>Add <code>Visit::visit_token_stream</code>,
<code>VisitMut::visit_token_stream_mut</code>,
<code>Fold::fold_token_stream</code> for processing TokenStream during
syntax tree traversals (<a
href="https://redirect.github.com/dtolnay/syn/issues/1852">#1852</a>)</li>
</ul>
<h2>2.0.99</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>2.0.98</h2>
<ul>
<li>Allow lifetimes in function pointer return values in
<code>ParseStream::call</code> and <code>Punctuated</code> parsers (<a
href="https://redirect.github.com/dtolnay/syn/issues/1847">#1847</a>)</li>
</ul>
<h2>2.0.97</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>2.0.96</h2>
<ul>
<li>Expression precedence fixes (<a
href="https://redirect.github.com/dtolnay/syn/issues/1834">#1834</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1836">#1836</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1837">#1837</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1838">#1838</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1839">#1839</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1840">#1840</a>)</li>
</ul>
<h2>2.0.95</h2>
<ul>
<li>Fix parenthesization of struct literals in let-chains (<a
href="https://redirect.github.com/dtolnay/syn/issues/1832">#1832</a>)</li>
</ul>
<h2>2.0.94</h2>
<ul>
<li>Expression precedence fixes (<a
href="https://redirect.github.com/dtolnay/syn/issues/1811">#1811</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1812">#1812</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1813">#1813</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1814">#1814</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1815">#1815</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1816">#1816</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1818">#1818</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1819">#1819</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1820">#1820</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1825">#1825</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1826">#1826</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1827">#1827</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1828">#1828</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1829">#1829</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1830">#1830</a>)</li>
</ul>
<h2>2.0.93</h2>
<ul>
<li>Fix expression parsing edge cases: <code>x as T <<= y</code>
(<a
href="https://redirect.github.com/dtolnay/syn/issues/1804">#1804</a>),
<code>break as T</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1805">#1805</a>),
<code>match x { _ if .. => {} }</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1807">#1807</a>)</li>
<li>Fix expression printing edge cases: <code>|| -> T 'a: {}</code>
(<a
href="https://redirect.github.com/dtolnay/syn/issues/1806">#1806</a>),
<code>if break x {}</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1808">#1808</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1810">#1810</a>)</li>
</ul>
<h2>2.0.92</h2>
<ul>
<li>Fix parenthesization of jumps inside ranges (<a
href="https://redirect.github.com/dtolnay/syn/issues/1798">#1798</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/0e4bc64fe1e07a574b6f3133927a27991fd40c2e"><code>0e4bc64</code></a>
Release 2.0.106</li>
<li><a
href="https://github.com/dtolnay/syn/commit/4fb776a12ef91007a8ae1776e6b90aebd1479e97"><code>4fb776a</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1910">#1910</a>
from dtolnay/traitboundissue</li>
<li><a
href="https://github.com/dtolnay/syn/commit/41b24a588bdf333ed938821ec17f092bb678e832"><code>41b24a5</code></a>
Fix duplicated async trait bound issue</li>
<li><a
href="https://github.com/dtolnay/syn/commit/a64f024cf8cf6bdb8312fc1a708242b1a1fcd9c2"><code>a64f024</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1909">#1909</a>
from dtolnay/fortype</li>
<li><a
href="https://github.com/dtolnay/syn/commit/176099e8682fa5577e28f518f777cf92b417f976"><code>176099e</code></a>
Parse type parameter introducer on closures</li>
<li><a
href="https://github.com/dtolnay/syn/commit/b790b39351721d2d95f30cde31f6fcb6143b4e31"><code>b790b39</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1908">#1908</a>
from dtolnay/genericvsqpath</li>
<li><a
href="https://github.com/dtolnay/syn/commit/96496390a37acd364045b88a9ff537a1d05bf240"><code>9649639</code></a>
Synchronize generics-vs-qpath heuristic with rust parser</li>
<li><a
href="https://github.com/dtolnay/syn/commit/60de3318e02ca24b235a2f7c2303f1827584b46f"><code>60de331</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1907">#1907</a>
from dtolnay/forconst</li>
<li><a
href="https://github.com/dtolnay/syn/commit/2aac6d76076f78d29f19db97a4924ee105f9ef1e"><code>2aac6d7</code></a>
Allow const parameters in for<></li>
<li><a
href="https://github.com/dtolnay/syn/commit/11934e536584c2eb6a8e6d8041f21b8a1bb9aec2"><code>11934e5</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1905">#1905</a>
from dtolnay/unsafestatic</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/syn/compare/1.0.107...2.0.106">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_json` from 1.0.143 to 1.0.145
<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.145</h2>
<ul>
<li>Raise serde version requirement to >=1.0.220</li>
</ul>
<h2>v1.0.144</h2>
<ul>
<li>Switch serde dependency to serde_core (<a
href="https://redirect.github.com/serde-rs/json/issues/1285">#1285</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/efa66e3a1d61459ab2d325f92ebe3acbd6ca18b1"><code>efa66e3</code></a>
Release 1.0.145</li>
<li><a
href="https://github.com/serde-rs/json/commit/23679e2b9d7e4dcaef797ca7c51a4ffb6fce9f36"><code>23679e2</code></a>
Add serde version constraint</li>
<li><a
href="https://github.com/serde-rs/json/commit/fc27bafbf740abc5e5733ec1dd2b5ae25695f895"><code>fc27baf</code></a>
Release 1.0.144</li>
<li><a
href="https://github.com/serde-rs/json/commit/caef3c6ea69e126d18ee8b43dcc2c89d81207815"><code>caef3c6</code></a>
Ignore uninlined_format_args pedantic clippy lint</li>
<li><a
href="https://github.com/serde-rs/json/commit/81ba3aaaff5c3736dd8b762dd1a0cf992bf60593"><code>81ba3aa</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1285">#1285</a>
from dtolnay/serdecore</li>
<li><a
href="https://github.com/serde-rs/json/commit/d21e8ce7a7cc0bab2d53293de42b6343ef1d9144"><code>d21e8ce</code></a>
Switch serde dependency to serde_core</li>
<li><a
href="https://github.com/serde-rs/json/commit/6beb6cd596a00f8838dc0cfc8876ed8fd065896f"><code>6beb6cd</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1286">#1286</a>
from dtolnay/up</li>
<li><a
href="https://github.com/serde-rs/json/commit/1dbc803749213eca37080cc7f29f5aee3ac18941"><code>1dbc803</code></a>
Raise required compiler to Rust 1.61</li>
<li><a
href="https://github.com/serde-rs/json/commit/0bf5d87003aebbbb2b46c96e668283215971d98d"><code>0bf5d87</code></a>
Enforce trybuild >= 1.0.108</li>
<li><a
href="https://github.com/serde-rs/json/commit/d12e943590208da738c092db92c34b39796a2538"><code>d12e943</code></a>
Update actions/checkout@v4 -> v5</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.143...v1.0.145">compare
view</a></li>
</ul>
</details>
<br />
Updates `qcell` from 0.5.4 to 0.5.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uazu/qcell/blob/master/CHANGELOG.md">qcell's
changelog</a>.</em></p>
<blockquote>
<h2>0.5.5 (2025-09-17)</h2>
<ul>
<li>Test with Rust 1.89, apply clippy fixups</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>TLCellOwner::try_new</code>, contributed by <a
href="https://github.com/Pantamis">Theo
Pantamis</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/uazu/qcell/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `semver` from 1.0.26 to 1.0.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/semver/releases">semver's
releases</a>.</em></p>
<blockquote>
<h2>1.0.27</h2>
<ul>
<li>Switch serde dependency to serde_core (<a
href="https://redirect.github.com/dtolnay/semver/issues/333">#333</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/semver/commit/6ed8561154715b2c34df417a2052597d586f2c43"><code>6ed8561</code></a>
Release 1.0.27</li>
<li><a
href="https://github.com/dtolnay/semver/commit/6967bba0e2f09b9ead04e4c9e6bc3991fd9fe078"><code>6967bba</code></a>
Add serde version constraint</li>
<li><a
href="https://github.com/dtolnay/semver/commit/84d30574ff1460c741539ef934339219d972afe0"><code>84d3057</code></a>
Exclude build.rs from crates.io package</li>
<li><a
href="https://github.com/dtolnay/semver/commit/b09aac935dcc468f76f1b80a1c5ff9645ddb51d1"><code>b09aac9</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/semver/issues/343">#343</a>
from dtolnay/up</li>
<li><a
href="https://github.com/dtolnay/semver/commit/49b8570e3495a415edbeda1b627ef028935c0386"><code>49b8570</code></a>
Delete backport module</li>
<li><a
href="https://github.com/dtolnay/semver/commit/9b04afee2f5df8912d518346365ce564827ff33b"><code>9b04afe</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/semver/issues/342">#342</a>
from dtolnay/up</li>
<li><a
href="https://github.com/dtolnay/semver/commit/83a8e91dba4917e3a0b4aaff1b4e3c4f052da1c0"><code>83a8e91</code></a>
Delete no_nonzero_bitscan configuration</li>
<li><a
href="https://github.com/dtolnay/semver/commit/e606a17855ae10f8a788c4057acaf650a8e69d49"><code>e606a17</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/semver/issues/341">#341</a>
from dtolnay/up</li>
<li><a
href="https://github.com/dtolnay/semver/commit/ebe7cf18971686bedfab3e617b9dcb2eacbcdc01"><code>ebe7cf1</code></a>
Delete no_unsafe_op_in_unsafe_fn_lint configuration</li>
<li><a
href="https://github.com/dtolnay/semver/commit/a381bff0447df3cdf8ba3b152abe4234001bfd4b"><code>a381bff</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/semver/issues/340">#340</a>
from dtolnay/up</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/semver/compare/1.0.26...1.0.27">compare
view</a></li>
</ul>
</details>
<br />
Updates `thiserror` from 2.0.12 to 2.0.17
<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.17</h2>
<ul>
<li>Use differently named __private module per patch release (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/434">#434</a>)</li>
</ul>
<h2>2.0.16</h2>
<ul>
<li>Add to "no-std" crates.io category (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/429">#429</a>)</li>
</ul>
<h2>2.0.15</h2>
<ul>
<li>Prevent <code>Error::provide</code> API becoming unavailable from a
future new compiler lint (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/427">#427</a>)</li>
</ul>
<h2>2.0.14</h2>
<ul>
<li>Allow build-script cleanup failure with NFSv3 output directory to be
non-fatal (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/426">#426</a>)</li>
</ul>
<h2>2.0.13</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/thiserror/commit/72ae716e6d6a7f7fdabdc394018c745b4d39ca45"><code>72ae716</code></a>
Release 2.0.17</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/599fdce83aee7767eb87b5af7bb30c37f3ed61e5"><code>599fdce</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/434">#434</a>
from dtolnay/private</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/9ec05f6b38041bfe1ff5a274caec6e054a459aca"><code>9ec05f6</code></a>
Use differently named __private module per patch release</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/d2c492b5498a0134abcc1677101bec876fe0621a"><code>d2c492b</code></a>
Raise minimum tested compiler to rust 1.76</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/fc3ab9501d4f2b6df2d7e495dc1cb37ab6e68363"><code>fc3ab95</code></a>
Opt in to generate-macro-expansion when building on docs.rs</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/819fe29dbb6e41bb937e3fef0469917d7c476c60"><code>819fe29</code></a>
Update ui test suite to nightly-2025-09-12</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/259f48c549a2b49c00d2d58a204c1a3b4d2fb29a"><code>259f48c</code></a>
Enforce trybuild >= 1.0.108</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/470e6a681c073f12e29daf64dcec724bfd5871a9"><code>470e6a6</code></a>
Update ui test suite to nightly-2025-08-24</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/544e191e6e7f2e7cc3ac34b77d9165c30d982463"><code>544e191</code></a>
Update actions/checkout@v4 -> v5</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/cbc1ebad3e91621ee0f94cf56d131f12fee62a3c"><code>cbc1eba</code></a>
Delete duplicate cap-lints flag from build script</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.17">compare
view</a></li>
</ul>
</details>
<br />
Updates `uuid` from 1.18.0 to 1.18.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uuid-rs/uuid/releases">uuid's
releases</a>.</em></p>
<blockquote>
<h2>v1.18.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Unsafe cleanup by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/841">uuid-rs/uuid#841</a></li>
<li>Prepare for 1.18.1 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/842">uuid-rs/uuid#842</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1">https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuid-rs/uuid/commit/50d8e797ed9628820d0aff617a5f199221b82aaa"><code>50d8e79</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/842">#842</a> from
uuid-rs/cargo/v1.18.1</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/79485925e95d507c20bc0a37e86d326715ffec9e"><code>7948592</code></a>
prepare for 1.18.1 release</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/6d847c79d072431c5131987a39318e11f8dbfa9b"><code>6d847c7</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/841">#841</a> from
uuid-rs/chore/unsafe-cleanup</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/675cccc829fa8ce3f225392622aee1c41268b068"><code>675cccc</code></a>
re-gate zerocopy behind unstable feature flag</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/4dd582806081d6718b7d0cac303c241d9a7eb0c9"><code>4dd5828</code></a>
Remove some unsafe; stabilize zerocopy</li>
<li>See full diff in <a
href="https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `regex` from 1.11.1 to 1.11.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's
changelog</a>.</em></p>
<blockquote>
<h1>1.11.3 (2025-09-25)</h1>
<p>This is a small patch release with an improvement in memory usage in
some
cases.</p>
<p>Improvements:</p>
<ul>
<li>[BUG <a
href="https://redirect.github.com/rust-lang/regex/issues/1297">#1297</a>](<a
href="https://redirect.github.com/rust-lang/regex/issues/1297">rust-lang/regex#1297</a>):
Improve memory usage by trimming excess memory capacity in some
spots.</li>
</ul>
<h1>1.11.2 (2025-08-24)</h1>
<p>This is a new patch release of <code>regex</code> with some minor
fixes. A larger number
of typo or lint fix patches were merged. Also, we now finally recommend
using
<code>std::sync::LazyLock</code>.</p>
<p>Improvements:</p>
<ul>
<li>[BUG <a
href="https://redirect.github.com/rust-lang/regex/issues/1217">#1217</a>](<a
href="https://redirect.github.com/rust-lang/regex/issues/1217">rust-lang/regex#1217</a>):
Switch recommendation from <code>once_cell</code> to
<code>std::sync::LazyLock</code>.</li>
<li>[BUG <a
href="https://redirect.github.com/rust-lang/regex/issues/1225">#1225</a>](<a
href="https://redirect.github.com/rust-lang/regex/issues/1225">rust-lang/regex#1225</a>):
Add <code>DFA::set_prefilter</code> to <code>regex-automata</code>.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>[BUG <a
href="https://redirect.github.com/rust-lang/regex/issues/1165">#1165</a>](<a
href="https://redirect.github.com/rust-lang/regex/pull/1150">rust-lang/regex#1150</a>):
Remove <code>std</code> dependency from
<code>perf-literal-multisubstring</code> crate feature.</li>
<li>[BUG <a
href="https://redirect.github.com/rust-lang/regex/issues/1165">#1165</a>](<a
href="https://redirect.github.com/rust-lang/regex/pull/1165">rust-lang/regex#1165</a>):
Clarify the meaning of <code>(?R)$</code> in the documentation.</li>
<li>[BUG <a
href="https://redirect.github.com/rust-lang/regex/issues/1281">#1281</a>](<a
href="https://redirect.github.com/rust-lang/regex/pull/1281">rust-lang/regex#1281</a>):
Remove <code>fuzz/</code> and <code>record/</code> directories from
published crate on crates.io.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/regex/commit/ef1c2c309e3a2e2307ff4743c2cf68c7dec0c475"><code>ef1c2c3</code></a>
1.11.3</li>
<li><a
href="https://github.com/rust-lang/regex/commit/ad5cd6c602c8a9ecdbd4b5f7cb1d29c49c15d297"><code>ad5cd6c</code></a>
deps: bump regex-automata</li>
<li><a
href="https://github.com/rust-lang/regex/commit/ee69d9ebc43c8d79a2c1acd5ebd4c58cc88794f6"><code>ee69d9e</code></a>
changelog: 1.11.3</li>
<li><a
href="https://github.com/rust-lang/regex/commit/159fa3e1e0984ade1edf4831b80c94cdf4b3ed9f"><code>159fa3e</code></a>
regex-automata-0.4.11</li>
<li><a
href="https://github.com/rust-lang/regex/commit/02a62baf2ad3d033328036d6d7915ed4475f33fd"><code>02a62ba</code></a>
automata: call <code>Vec::shrink_to_fit</code> in a few strategic
places</li>
<li><a
href="https://github.com/rust-lang/regex/commit/a76e0a0ef050f987d686268f1783a95b6bb25ea9"><code>a76e0a0</code></a>
cargo: exclude <code>tests/fuzz</code> from the package</li>
<li><a
href="https://github.com/rust-lang/regex/commit/19172cc2de09f1e1f093e1f3c9e4118e07b02030"><code>19172cc</code></a>
style: inline formatting arguments</li>
<li><a
href="https://github.com/rust-lang/regex/commit/2695e29200d8145db6ae601b5e616494a2a96fcd"><code>2695e29</code></a>
ci: fix cross testing</li>
<li><a
href="https://github.com/rust-lang/regex/commit/d0aa586a4c15d3e8d86990f33b4d3635340af407"><code>d0aa586</code></a>
1.11.2</li>
<li><a
href="https://github.com/rust-lang/regex/commit/a3bf4ad84f0f12d148131032e2a4a8e9697868d0"><code>a3bf4ad</code></a>
regex-cli-0.2.2</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/regex/compare/1.11.1...1.11.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `tokio-util` from 0.7.15 to 0.7.16
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/cf6b50a3fd44684d63fd758aae1ee2955f16c798"><code>cf6b50a</code></a>
chore: prepare tokio-util v0.7.16 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7507">#7507</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/416e36b0dff3214a9fd9dee26f9e554d7d162b46"><code>416e36b</code></a>
task: stabilise <code>JoinMap</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7075">#7075</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/9741c90f9f8b14a7d78d7629a29a281602d5f2b9"><code>9741c90</code></a>
sync: document cancel safety on <code>SetOnce::wait</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7506">#7506</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/4e3f17bce3addf0bbf626e4847bab73e28328181"><code>4e3f17b</code></a>
codec: also apply capacity to read buffer in
<code>Framed::with_capacity</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7500">#7500</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/86cbf81e151772fad0f2fc8afa0fa7094d00b81d"><code>86cbf81</code></a>
Merge 'tokio-1.47.1' into 'master'</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/be8ee45b3fc2d107174e586141b1cb12c93e2ddf"><code>be8ee45</code></a>
chore: prepare Tokio v1.47.1 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7504">#7504</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/d9b19166cde30b8d4a65f31a94b5ee09d2dd7b8c"><code>d9b1916</code></a>
Merge 'tokio-1.43.2' into 'tokio-1.47.x' (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7503">#7503</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/db8edc620fb369f6cc92dd9dcfdd03b832c2b02f"><code>db8edc6</code></a>
chore: prepare Tokio v1.43.2 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7502">#7502</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/e47565b086436a9024812d5cc0ba5672ab515e47"><code>e47565b</code></a>
blocking: clarify that spawn_blocking is aborted if not yet started (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7501">#7501</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/4730984d66e708b36efe84245cbf15bd483a886f"><code>4730984</code></a>
readme: add 1.47 as LTS release (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7497">#7497</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.15...tokio-util-0.7.16">compare
view</a></li>
</ul>
</details>
<br />
Updates `tokio-metrics` from 0.4.2 to 0.4.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tokio-metrics/releases">tokio-metrics's
releases</a>.</em></p>
<blockquote>
<h2>Release v0.4.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Add max_idle_duration by <a
href="https://github.com/joe-amzn"><code>@joe-amzn</code></a> in <a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/95">tokio-rs/tokio-metrics#95</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/joe-amzn"><code>@joe-amzn</code></a>
made their first contribution in <a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/95">tokio-rs/tokio-metrics#95</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tokio-rs/tokio-metrics/compare/v0.4.4...v0.4.5">https://github.com/tokio-rs/tokio-metrics/compare/v0.4.4...v0.4.5</a></p>
<h2>Release v0.4.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: Add <code>TaskIntervals</code> struct by <a
href="https://github.com/palindrom615"><code>@palindrom615</code></a>
in <a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/91">tokio-rs/tokio-metrics#91</a></li>
<li>chore: update dev-dependencies by <a
href="https://github.com/arielb1"><code>@arielb1</code></a> in <a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/92">tokio-rs/tokio-metrics#92</a></li>
<li>Release 0 4 4 by <a
href="https://github.com/arielb1"><code>@arielb1</code></a> in <a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/93">tokio-rs/tokio-metrics#93</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/palindrom615"><code>@palindrom615</code></a>
made their first contribution in <a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/91">tokio-rs/tokio-metrics#91</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tokio-rs/tokio-metrics/compare/v0.4.3...v0.4.4">https://github.com/tokio-rs/tokio-metrics/compare/v0.4.3...v0.4.4</a></p>
<h2>tokio-metrics v0.4.3</h2>
<h1>0.4.3 (July 3rd, 2025)</h1>
<h3>Added</h3>
<ul>
<li>rt: partially stabilize <code>RuntimeMonitor</code> and related
metrics (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/87">#87</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/87">#87</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/87">tokio-rs/tokio-metrics#87</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md">tokio-metrics's
changelog</a>.</em></p>
<blockquote>
<h1>0.4.5 (September 4th, 2025)</h1>
<ul>
<li>Add max_idle_duration (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/95">#95</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/95">#95</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/95">tokio-rs/tokio-metrics#95</a></p>
<h1>0.4.4 (August 5th, 2025)</h1>
<h3>Added</h3>
<ul>
<li>fix: Add TaskIntervals struct (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/91">#91</a>)</li>
<li>chore: update dev-dependencies (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/92">#92</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/91">#91</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/91">tokio-rs/tokio-metrics#91</a>
<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/92">#92</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/92">tokio-rs/tokio-metrics#92</a></p>
<h1>0.4.3 (July 3rd, 2025)</h1>
<h3>Added</h3>
<ul>
<li>rt: partially stabilize <code>RuntimeMonitor</code> and related
metrics (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/87">#87</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/87">#87</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/pull/87">tokio-rs/tokio-metrics#87</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio-metrics/commit/703e3129f299aabcd0aeaeb393a2c1e3d5ea414d"><code>703e312</code></a>
Release 0.4.5 (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/96">#96</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio-metrics/commit/93228342af5559a1eee4629ab89468f74bd3c32b"><code>9322834</code></a>
Add max_idle_duration (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/95">#95</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio-metrics/commit/f77f4db505befa8997c4f57bcc84b1e297fac209"><code>f77f4db</code></a>
Release 0 4 4 (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/93">#93</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio-metrics/commit/88f9570835ff03c2c677c851b22f50c301a38cac"><code>88f9570</code></a>
chore: update dev-dependencies (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/92">#92</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio-metrics/commit/98c6af03d3aa46106b39cf8eac76afc844c31e97"><code>98c6af0</code></a>
fix: Add <code>TaskIntervals</code> struct (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/91">#91</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio-metrics/commit/4ce2428bbdbadc7f4ecf921da7a36c7b5fd21ba2"><code>4ce2428</code></a>
chore: bump Cargo.toml to 0.4.3 (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/90">#90</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio-metrics/commit/a1c8c7bc242c7fd19fcb423481f8bb57842116b3"><code>a1c8c7b</code></a>
chore: prepare 0.4.3 (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/89">#89</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio-metrics/commit/387fcfac1d733a55872f5c87057f1a6bf3b9a8f1"><code>387fcfa</code></a>
Partially stablize runtime metrics (<a
href="https://redirect.github.com/tokio-rs/tokio-metrics/issues/87">#87</a>)</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio-metrics/compare/v0.4.2...v0.4.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `stacker` from 0.1.21 to 0.1.22
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/stacker/commit/7fc1d955e471fcc8314f0c8b9b48b5aba8486d09"><code>7fc1d95</code></a>
psm: release 0.1.27</li>
<li><a
href="https://github.com/rust-lang/stacker/commit/c5b0f277e44769c5a154974f6191a773890b7138"><code>c5b0f27</code></a>
Add support for Arm64EC (<a
href="https://redirect.github.com/rust-lang/stacker/issues/129">#129</a>)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/stacker/compare/stacker-0.1.21...stacker-0.1.22">compare
view</a></li>
</ul>
</details>
<br />
Updates `regex-syntax` from 0.8.5 to 0.8.6
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/regex/commit/ea834f8e1fd7b72a3c1b2319b1a47f0c50d43082"><code>ea834f8</code></a>
regex-syntax-0.8.6</li>
<li><a
href="https://github.com/rust-lang/regex/commit/86836fbe841893ca2e06ccf24067ecbc67b0b0c5"><code>86836fb</code></a>
changelog: 1.11.2</li>
<li><a
href="https://github.com/rust-lang/regex/commit/63a26c1a7fac5ebbed88471ebada05f7a465ffc8"><code>63a26c1</code></a>
cargo: ensure that 'perf' doesn't enable 'std' implicitly (<a
href="https://redirect.github.com/rust-lang/regex/issues/1150">#1150</a>)</li>
<li><a
href="https://github.com/rust-lang/regex/commit/dd96592be2c019abb268026904826e79d919d3c4"><code>dd96592</code></a>
doc: clarify CRLF mode effect</li>
<li><a
href="https://github.com/rust-lang/regex/commit/931dae01925415354720952bfaa568a7f9fb369b"><code>931dae0</code></a>
cargo: point <code>repository</code> metadata to clonable URLs</li>
<li><a
href="https://github.com/rust-lang/regex/commit/a66fde6e803421af6c949bd1f332048f2e7d1482"><code>a66fde6</code></a>
doc: remove references to non-existent parameters</li>
<li><a
href="https://github.com/rust-lang/regex/commit/1873e96a7bc36595ddcfae1968ee84ed9af4ae04"><code>1873e96</code></a>
automata: add <code>DFA::set_prefilter</code> method to the DFA
types</li>
<li><a
href="https://github.com/rust-lang/regex/commit/89ff15310b72d73f64acaf77c37d350f14455164"><code>89ff153</code></a>
doc: fix misspelling typo</li>
<li><a
href="https://github.com/rust-lang/regex/commit/cb823b0aae26c37b21b5486f0dc61733e99ca70b"><code>cb823b0</code></a>
doc: fix another repeated word</li>
<li><a
href="https://github.com/rust-lang/regex/commit/9f0a3724d553c49cb7244cac5486a5649785c434"><code>9f0a372</code></a>
doc: fix <code>Its</code> -> <code>It's</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/regex/compare/regex-syntax-0.8.5...regex-syntax-0.8.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `prettyplease` from 0.2.35 to 0.2.37
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/prettyplease/releases">prettyplease's
releases</a>.</em></p>
<blockquote>
<h2>0.2.37</h2>
<ul>
<li>Replace <code>~const</code> syntax with <code>[const]</code>
conditionally const syntax (<a
href="https://redirect.github.com/dtolnay/prettyplease/issues/123">#123</a>)</li>
</ul>
<h2>0.2.36</h2>
<ul>
<li>Preserve braces in <code>use path::to::{self};</code> (<a
href="https://redirect.github.com/dtolnay/prettyplease/issues/121">#121</a>,
thanks <a
href="https://github.com/charlyisidore"><code>@charlyisidore</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/prettyplease/commit/c971184fa8c5ef5a2828196e35bd99469455b46b"><code>c971184</code></a>
Release 0.2.37</li>
<li><a
href="https://github.com/dtolnay/prettyplease/commit/484e06077c643877570f604dfa405c1015970423"><code>484e060</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/prettyplease/issues/123">#123</a>
from dtolnay/conditionallyconst</li>
<li><a
href="https://github.com/dtolnay/prettyplease/commit/38d93c76aedde037557b2c31dfc074f99f4ceb76"><code>38d93c7</code></a>
Replace ~const syntax with [const] conditionally const syntax</li>
<li><a
href="https://github.com/dtolnay/prettyplease/commit/e1c92b1befda4de2a496079b0652469f66dd9ca5"><code>e1c92b1</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/prettyplease/issues/122">#122</a>
from dtolnay/negativeinherent</li>
<li><a
href="https://github.com/dtolnay/prettyplease/commit/1f74d4724d6318ec8cf7845e9a5432981c48e960"><code>1f74d47</code></a>
Reject negative inherent impls</li>
<li><a
href="https://github.com/dtolnay/prettyplease/commit/9ae9017fbc654311750b5c411c3e061e588f4964"><code>9ae9017</code></a>
Release 0.2.36</li>
<li><a
href="https://github.com/dtolnay/prettyplease/commit/6e28f51132b752170b4920a257fc62c9e4bbe2f4"><code>6e28f51</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/prettyplease/issues/121">#121</a>
from charlyisidore/use-self</li>
<li><a
href="https://github.com/dtolnay/prettyplease/commit/27e359b2d3d2c683eb30fbd0a772af40e3c83ea0"><code>27e359b</code></a>
Preserve braces in <code>use std::fmt::{self};</code> <a
href="https://redirect.github.com/dtolnay/prettyplease/issues/120">dtolnay/prettyplease#120</a></li>
<li>See full diff in <a
href="https://github.com/dtolnay/prettyplease/compare/0.2.35...0.2.37">compare
view</a></li>
</ul>
</details>
<br />
Updates `unicode-width` from 0.2.1 to 0.2.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unicode-rs/unicode-width/commit/9d98411769fe13c7c18cab0b3fbbab29ba8350ea"><code>9d98411</code></a>
Publish 0.2.2 (<a
href="https://redirect.github.com/unicode-rs/unicode-width/issues/79">#79</a>)</li>
<li><a
href="https://github.com/unicode-rs/unicode-width/commit/4bba1d1e4801c55b2bc110e4026cbdced377fba2"><code>4bba1d1</code></a>
Support Unicode 17 (<a
href="https://redirect.github.com/unicode-rs/unicode-width/issues/75">#75</a>)</li>
<li>See full diff in <a
href="https://github.com/unicode-rs/unicode-width/compare/v0.2.1...v0.2.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `pretty` from 0.12.4 to 0.12.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Marwes/pretty.rs/blob/master/CHANGELOG.md">pretty's
changelog</a>.</em></p>
<blockquote>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Marwes/pretty.rs/commit/709bc0b91b9711f98c0830f555bf6db76271182d"><code>709bc0b</code></a>
chore: Release pretty version 0.12.5</li>
<li><a
href="https://github.com/Marwes/pretty.rs/commit/d506a6a74c9d5580d7539d28d7ded9eac54be2bd"><code>d506a6a</code></a>
Merge pull request <a
href="https://redirect.github.com/Marwes/pretty.rs/issues/90">#90</a>
from brandonweeks/unicode-width</li>
<li><a
href="https://github.com/Marwes/pretty.rs/commit/821ae4a4f06329cbec42f37d37ea97df50727a1e"><code>821ae4a</code></a>
Bump unicode-width to version 0.2</li>
<li>See full diff in <a
href="https://github.com/Marwes/pretty.rs/compare/v0.12.4...v0.12.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `openssh-mux-client` from 0.17.7 to 0.17.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openssh-rust/openssh-mux-client/releases">openssh-mux-client's
releases</a>.</em></p>
<blockquote>
<h2>openssh-mux-client-v0.17.8</h2>
<h3>Other</h3>
<ul>
<li>Update typed-builder requirement in /crates/mux-client (<a
href="https://redirect.github.com/openssh-rust/openssh-mux-client/pull/67">#67</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openssh-rust/openssh-mux-client/commit/ae0a3f39defbe6c37c749b680dfa7cb7d042a642"><code>ae0a3f3</code></a>
chore(openssh-mux-client): release v0.17.8 (<a
href="https://redirect.github.com/openssh-rust/openssh-mux-client/issues/68">#68</a>)</li>
<li><a
href="https://github.com/openssh-rust/openssh-mux-client/commit/fed11f087f89e6431157b6170718143c057e87da"><code>fed11f0</code></a>
Update typed-builder requirement in /crates/mux-client (<a
href="https://redirect.github.com/openssh-rust/openssh-mux-client/issues/67">#67</a>)</li>
<li><a
href="https://github.com/openssh-rust/openssh-mux-client/commit/86c287a527d550c090a9a95ee1db9e8a7a11e970"><code>86c287a</code></a>
Bump actions/checkout from 4 to 5 (<a
href="https://redirect.github.com/openssh-rust/openssh-mux-client/issues/66">#66</a>)</li>
<li>See full diff in <a
href="https://github.com/openssh-rust/openssh-mux-client/compare/openssh-mux-client-v0.17.7...openssh-mux-client-v0.17.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `zeroize` from 1.8.1 to 1.8.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RustCrypto/utils/commit/c100874101bfd584870de5dde1b13dd92a17bf48"><code>c100874</code></a>
zeroize v1.8.2 (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1229">#1229</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/3940ccbebdac7a519523b29b4ff3749863026b8f"><code>3940ccb</code></a>
Switch from <code>doc_auto_cfg</code> to <code>doc_cfg</code> (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1228">#1228</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/c68a5204b2e66b0f60832d845e048fca96a81211"><code>c68a520</code></a>
Fix Nightly warnings (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1080">#1080</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/b15cc6c1cddad1558d44b138ff869b0590d2ac55"><code>b15cc6c</code></a>
cargo: point <code>repository</code> metadata to clonable URLs (<a
href="https://redirect.github.com/RustCrypto/utils/issues/1079">#1079</a>)</li>
<li><a
href="https://github.com/RustCrypto/utils/commit/3db6690f7be82e90a92e457d5becfd754fd10299"><code>3db6690</code></a>
zeroize: fix <code>homepage</code>/<code>repository</code> in Cargo.toml
(<a
href="https://redirect.github.com/RustCrypto/utils/issues/1076">#1076</a>)</li>
<li>See full diff in <a
href="https://github.com/RustCrypto/utils/compare/zeroize-v1.8.1...zeroize-v1.8.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_bytes` from 0.11.17 to 0.11.19
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/bytes/releases">serde_bytes's
releases</a>.</em></p>
<blockquote>
<h2>0.11.19</h2>
<ul>
<li>Fix propagation of "std" and "alloc" features to
serde (<a
href="https://redirect.github.com/serde-rs/bytes/issues/58">#58</a>)</li>
</ul>
<h2>0.11.18</h2>
<ul>
<li>Switch serde dependency to serde_core (<a
href="https://redirect.github.com/serde-rs/bytes/issues/57">#57</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/bytes/commit/34f3c7d442716d0f28db7c3641882648ce387b60"><code>34f3c7d</code></a>
Release 0.11.19</li>
<li><a
href="https://github.com/serde-rs/bytes/commit/181d7db539862a48c9bb97cf9e578034c7872417"><code>181d7db</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/bytes/issues/58">#58</a> from
serde-rs/serdecore</li>
<li><a
href="https://github.com/serde-rs/bytes/commit/f7e67cabd4e86a9a767a5a45fa517704bbd66fa6"><code>f7e67ca</code></a>
Fix serde_core feature enablement</li>
<li><a
href="https://github.com/serde-rs/bytes/commit/582ea797554427ee9abda324e916914fee3c8680"><code>582ea79</code></a>
Release 0.11.18</li>
<li><a
href="https://github.com/serde-rs/bytes/commit/abdc6e599920220eeaa46e95267687e21ba7abec"><code>abdc6e5</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/bytes/issues/57">#57</a> from
serde-rs/serdecore</li>
<li><a
href="https://github.com/serde-rs/bytes/commit/611073a7ab735e3f715d04c8be5f8ef484ebf16f"><code>611073a</code></a>
Switch serde dependency to serde_core</li>
<li><a
href="https://github.com/serde-rs/bytes/commit/d930d3ef0c44775a28c6760ec7eddf92b9a9e0fd"><code>d930d3e</code></a>
Update actions/checkout@v4 -> v5</li>
<li>See full diff in <a
href="https://github.com/serde-rs/bytes/compare/0.11.17...0.11.19">compare
view</a></li>
</ul>
</details>
<br />
Updates `parking_lot` from 0.12.4 to 0.12.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md">parking_lot's
changelog</a>.</em></p>
<blockquote>
<h2><code>parking_lot</code> - <a
href="https://github.com/Amanieu/parking_lot/compare/parking_lot-v0.12.4...parking_lot-v0.12.5">0.12.5</a>
- 2025-09-30</h2>
<ul>
<li>Bumped MSRV to 1.71</li>
<li>Fixed Miri when the <code>hardware-lock-elision</code> feature is
enabled (<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/491">#491</a>)</li>
<li>Added missing <code>into_arc(_fair)</code> methods (<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/472">#472</a>)</li>
<li>Fixed <code>RawRwLock::bump_*()</code> not releasing lock when there
are multiple readers (<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/471">#471</a>)</li>
</ul>
<h2><code>parking_lot_core</code> - <a
href="https://github.com/Amanieu/parking_lot/compare/parking_lot_core-v0.9.11...parking_lot_core-v0.9.12">0.9.12</a>
- 2025-09-30</h2>
<ul>
<li>Bumped MSRV to 1.71</li>
<li>Switched from <code>windows-targets</code> to
<code>windows-link</code>. (<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/493">#493</a>)</li>
<li>Replaced <code>thread-id</code> dependency with
<code>std::thread::ThreadId</code> (<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/483">#483</a>)</li>
<li>Added SGX implementation for <code>ThreadParker.park_until</code>
(<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/481">#481</a>)</li>
</ul>
<h2><code>lock_api</code> - <a
href="https://github.com/Amanieu/parking_lot/compare/lock_api-v0.4.13...lock_api-v0.4.14">0.4.14</a>
- 2025-09-30</h2>
<ul>
<li>Fixed use of <code>doc_cfg</code> when building on docs.rs.</li>
<li>Bumped MSRV to 1.71</li>
<li>Added <code>#[track_caller]</code> where locking implementations
could feasibly need to panic</li>
<li>Added <code>try_map_or_err</code> to various mutex guards (<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/480">#480</a>)</li>
<li>Removed unnecessary build script and <code>autocfg</code> dependency
(<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/474">#474</a>)</li>
<li>Added missing <code>into_arc(_fair)</code> methods (<a
href="https://redirect.github.com/Amanieu/parking_lot/issues/472">#472</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/d7828fff7b5d6327ae608e82db45f888b344449a"><code>d7828ff</code></a>
chore: release</li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/73365ad59b6425bf6afc5baa0c90afd11e8c02c3"><code>73365ad</code></a>
Merge pull request <a
href="https://redirect.github.com/Amanieu/parking_lot/issues/495">#495</a>
from mbrobbel/doc_auto_cfg</li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/0b5585a17f35be7ffc9e5fc332082258a9fff7d4"><code>0b5585a</code></a>
Replace <code>doc_auto_cfg</code> with <code>doc_cfg</code></li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/c7b7dc730d31c0fb5471303a5231c07342ce61ee"><code>c7b7dc7</code></a>
Merge pull request <a
href="https://redirect.github.com/Amanieu/parking_lot/issues/493">#493</a>
from a1phyr/windows_link</li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/07c2d4020da52c0e6a424f099d7ca5855f1912aa"><code>07c2d40</code></a>
Update MSRV to 1.71</li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/345cf7a0eb7f0ac25e6e50679649d48a03f548a4"><code>345cf7a</code></a>
Switch from <code>windows-targets</code> to
<code>windows-link</code></li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/eeb186c48c8e6433c10f7552ef1cd1d56e5c83b1"><code>eeb186c</code></a>
Merge pull request <a
href="https://redirect.github.com/Amanieu/parking_lot/issues/491">#491</a>
from AaronKutch/fix_assembly_on_miri</li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/a7d328e9c40cfbcb6578977c40b531d21a1c3263"><code>a7d328e</code></a>
do not use elision on Miri even if feature is enabled</li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/739d370a809878e45021f6de21b32a0dba4520de"><code>739d370</code></a>
Merge pull request <a
href="https://redirect.github.com/Amanieu/parking_lot/issues/487">#487</a>
from sola-contrib/replace-winapi</li>
<li><a
href="https://github.com/Amanieu/parking_lot/commit/ed4ae932cef1fb9e6e84fb50358a2556c14c4fd5"><code>ed4ae93</code></a>
Replace winapi with windows-sys in benchmark crate</li>
<li>Additional commits viewable in <a
href="https://github.com/Amanieu/parking_lot/compare/parking_lot-v0.12.4...parking_lot-v0.12.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `percent-encoding` from 2.3.1 to 2.3.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/servo/rust-url/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `regex-automata` from 0.4.9 to 0.4.11
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/rust-lang/regex/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `zstd-safe` from 7.2.1 to 7.2.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/gyscos/zstd-rs/commits/zstd-safe-7.2.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `zstd-sys` from 2.0.13+zstd.1.5.6 to 2.0.16+zstd.1.5.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/gyscos/zstd-rs/commits">compare view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| syn | [>= 2.a, < 3] |
</details>
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]>
Signed-off-by: Moritz Hoffmann <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Moritz Hoffmann <[email protected]>1 parent bfd97d9 commit 7c2004f
File tree
88 files changed
+401
-358
lines changed- misc/bazel/cargo-gazelle
- src
- src
- adapter
- arrow-util
- audit-log
- avro
- aws-secrets-controller
- aws-util
- balancerd
- build-info
- catalog-debug
- catalog-protos
- catalog
- ccsr
- cloud-api
- cloud-resources
- cluster-client
- cluster
- compute-client
- compute
- controller
- durable-cache
- dyncfg-file
- dyncfg
- environmentd
- expr-parser
- expr-test-util
- expr
- fivetran-destination
- frontegg-auth
- frontegg-client
- frontegg-mock
- http-util
- interchange
- kafka-util
- license-keys
- lowertest-derive
- src
- lowertest
- lsp-server
- metrics
- mysql-util
- mz-debug
- mz
- orchestrator-kubernetes
- orchestrator-process
- orchestratord
- ore-proc
- src
- ore
- persist-client
- persist-cli
- persist-proc
- persist-types
- persist
- pgrepr
- pgtest
- pgwire
- postgres-util
- proto
- repr
- rocksdb
- segment
- server-core
- service
- sql-parser
- sql-pretty
- sql-server-util
- sqllogictest
- sql
- ssh-util
- storage-client
- storage-controller
- storage-operators
- storage-types
- storage
- testdrive
- timely-util
- timestamp-oracle
- tls-util
- transform
- txn-wal
- walkabout
- src
- tests/testdata
- workspace-hack
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+401
-358
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments