Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A0-3951: Bump the all-rust-deps group across 1 directory with 9 updat…
…es (#1848) Bumps the all-rust-deps group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.82` | `0.1.83` | | [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` | | [scale-info](https://github.com/paritytech/scale-info) | `2.11.3` | `2.11.5` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.67` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.92` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.217.0` | `1.219.1` | Updates `async-trait` from 0.1.82 to 0.1.83 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.83</h2> <ul> <li>Prevent needless_arbitrary_self_type lint being produced in generated code (<a href="https://redirect.github.com/dtolnay/async-trait/issues/278">#278</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/e6b4d471c64156338fb87386b7a7ad8543c3a205"><code>e6b4d47</code></a> Release 0.1.83</li> <li><a href="https://github.com/dtolnay/async-trait/commit/bfe8d617660237b27eee620181586a16ff2f6a25"><code>bfe8d61</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/278">#278</a> from dtolnay/arbself</li> <li><a href="https://github.com/dtolnay/async-trait/commit/7bd974b3a4db2c3ab321de2976d09d3ea2b82348"><code>7bd974b</code></a> Ignore needless_arbitrary_self_type clippy lint in generated code</li> <li><a href="https://github.com/dtolnay/async-trait/commit/b53b4e755402ef91d2104d40b8f303ad0c56d2f9"><code>b53b4e7</code></a> Add regression test for issue 277</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83">compare view</a></li> </ul> </details> <br /> Updates `bytes` from 1.7.2 to 1.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/bytes/releases">bytes's releases</a>.</em></p> <blockquote> <h2>Bytes 1.8.0</h2> <h1>1.8.0 (October 21, 2024)</h1> <ul> <li>Guarantee address in <code>split_off</code>/<code>split_to</code> for empty slices (<a href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's changelog</a>.</em></p> <blockquote> <h1>1.8.0 (October 21, 2024)</h1> <ul> <li>Guarantee address in <code>split_off</code>/<code>split_to</code> for empty slices (<a href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/bytes/commit/c45697ce4230777aa8467db7ef91e89f282a539f"><code>c45697c</code></a> chore: prepare bytes v1.8.0 (<a href="https://redirect.github.com/tokio-rs/bytes/issues/741">#741</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/0ac54ca706dfc039cc738962581bba4793860605"><code>0ac54ca</code></a> Guarantee address in split_off/split_to for empty slices (<a href="https://redirect.github.com/tokio-rs/bytes/issues/740">#740</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/bytes/compare/v1.7.2...v1.8.0">compare view</a></li> </ul> </details> <br /> Updates `scale-info` from 2.11.3 to 2.11.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/paritytech/scale-info/releases">scale-info's releases</a>.</em></p> <blockquote> <h2>v2.11.4</h2> <h2>[2.11.4] - 2024-10-22</h2> <ul> <li>Bump <code>derive_more</code> to version 1.0.0.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/paritytech/scale-info/compare/v2.11.3...v2.11.4">https://github.com/paritytech/scale-info/compare/v2.11.3...v2.11.4</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md">scale-info's changelog</a>.</em></p> <blockquote> <h2>[2.11.5] - 2024-10-24</h2> <ul> <li>Bump <code>syn</code> to 2.</li> </ul> <h2>[2.11.4] - 2024-10-22</h2> <ul> <li>Bump <code>derive_more</code> to version 1.0.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/paritytech/scale-info/commits">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.210 to 1.0.214 <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.214</h2> <ul> <li>Implement IntoDeserializer for all Deserializers in serde::de::value module (<a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> </ul> <h2>v1.0.213</h2> <ul> <li>Fix support for macro-generated <code>with</code> attributes inside a newtype struct (<a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li> </ul> <h2>v1.0.212</h2> <ul> <li>Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (<a href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li> </ul> <h2>v1.0.211</h2> <ul> <li>Improve error reporting about mismatched signature in <code>with</code> and <code>default</code> attributes (<a href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> <li>Show variant aliases in error message when variant deserialization fails (<a href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li> <li>Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (<a href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/418062165f9fe395461db9f61569c3142c584854"><code>4180621</code></a> Release 1.0.214</li> <li><a href="https://github.com/serde-rs/serde/commit/210373b3b65a2eaf9754c158b43da0429807359c"><code>210373b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a> from Mingun/into_deserializer-for-deserializers</li> <li><a href="https://github.com/serde-rs/serde/commit/9cda0157331ca09dec16cd8a0b57bd8eb24f8442"><code>9cda015</code></a> Implement IntoDeserializer for all Deserializers in serde::de::value module</li> <li><a href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a> Release 1.0.213</li> <li><a href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a> from dtolnay/newtypewith</li> <li><a href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a> Ignore dead_code warning in regression test</li> <li><a href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a> Hygiene for macro-generated newtype struct deserialization with 'with' attr</li> <li><a href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a> Add regression test for issue 2846</li> <li><a href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a> Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li> <li><a href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a> Release 1.0.212</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.214">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.128 to 1.0.132 <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>1.0.132</h2> <ul> <li>Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (<a href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a>)</li> <li>Improve performance of JSON array and JSON object deserialization by about 8% (<a href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a>)</li> </ul> <h2>1.0.131</h2> <ul> <li>Implement Deserializer and IntoDeserializer for <code>Map<String, Value></code> and <code>&Map<String, Value></code> (<a href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a>, thanks <a href="https://github.com/swlynch99"><code>@swlynch99</code></a>)</li> </ul> <h2>1.0.130</h2> <ul> <li>Support converting and deserializing <code>Number</code> from i128 and u128 (<a href="https://redirect.github.com/serde-rs/json/issues/1141">#1141</a>, thanks <a href="https://github.com/druide"><code>@druide</code></a>)</li> </ul> <h2>1.0.129</h2> <ul> <li>Add <a href="https://docs.rs/serde_json/1/serde_json/struct.Map.html#method.sort_keys"><code>serde_json::Map::sort_keys</code></a> and <a href="https://docs.rs/serde_json/1/serde_json/enum.Value.html#method.sort_all_objects"><code>serde_json::Value::sort_all_objects</code></a> (<a href="https://redirect.github.com/serde-rs/json/issues/1199">#1199</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/86d933cfd7b5665270e66296694468286794ae44"><code>86d933c</code></a> Release 1.0.132</li> <li><a href="https://github.com/serde-rs/json/commit/f45b422a3ba435722753a2ad7ad32e2a7e2d0596"><code>f45b422</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1206">#1206</a> from dtolnay/hasnext</li> <li><a href="https://github.com/serde-rs/json/commit/f2082d2a04b3b5d72503ac89e2182a5833bb2a1e"><code>f2082d2</code></a> Clearer order of comparisons</li> <li><a href="https://github.com/serde-rs/json/commit/0f54a1a0df5045aee4a2d2f8656c365d835095e5"><code>0f54a1a</code></a> Handle early return sooner on eof in seq or map</li> <li><a href="https://github.com/serde-rs/json/commit/2a4cb44f7cc591a4542cbb1a73ca5bdc8a02c0d7"><code>2a4cb44</code></a> Rearrange 'match peek'</li> <li><a href="https://github.com/serde-rs/json/commit/4cb90ce66de2e0b52572d40ab518ad6d634e43d1"><code>4cb90ce</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1205">#1205</a> from dtolnay/hasnext</li> <li><a href="https://github.com/serde-rs/json/commit/b71ccd2d8f6aabaa0ac6cb889f8e18989038d968"><code>b71ccd2</code></a> Reduce duplicative instantiation of logic in SeqAccess and MapAccess</li> <li><a href="https://github.com/serde-rs/json/commit/a810ba985095ecd5bb3f8741f0e6d71e36975cb6"><code>a810ba9</code></a> Release 1.0.131</li> <li><a href="https://github.com/serde-rs/json/commit/0d084c50380a91b0b83ee96eb5e8ae04de7baaf5"><code>0d084c5</code></a> Touch up PR 1135</li> <li><a href="https://github.com/serde-rs/json/commit/b4954a95613fcf5b5b9e830582c0ba5f24a0dd60"><code>b4954a9</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1135">#1135</a> from swlynch99/map-deserializer</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/1.0.128...1.0.132">compare view</a></li> </ul> </details> <br /> Updates `thiserror` from 1.0.63 to 1.0.67 <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>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> <h2>1.0.66</h2> <ul> <li>Improve compile error on malformed format attribute (<a href="https://redirect.github.com/dtolnay/thiserror/issues/327">#327</a>)</li> </ul> <h2>1.0.65</h2> <ul> <li>Ensure OUT_DIR is left with deterministic contents after build script execution (<a href="https://redirect.github.com/dtolnay/thiserror/issues/325">#325</a>)</li> </ul> <h2>1.0.64</h2> <ul> <li>Exclude derived impls from coverage instrumentation (<a href="https://redirect.github.com/dtolnay/thiserror/issues/322">#322</a>, thanks <a href="https://github.com/oxalica"><code>@oxalica</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.67">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.40.0 to 1.41.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.41.0</h2> <h1>1.41.0 (Oct 22th, 2024)</h1> <h3>Added</h3> <ul> <li>metrics: stabilize <code>global_queue_depth</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6854">#6854</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6918">#6918</a>)</li> <li>net: add conversions for unix <code>SocketAddr</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6868">#6868</a>)</li> <li>sync: add <code>watch::Sender::sender_count</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6836">#6836</a>)</li> <li>sync: add <code>mpsc::Receiver::blocking_recv_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6867">#6867</a>)</li> <li>task: stabilize <code>Id</code> apis (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6793">#6793</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6891">#6891</a>)</li> </ul> <h3>Added (unstable)</h3> <ul> <li>metrics: add H2 Histogram option to improve histogram granularity (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6897">#6897</a>)</li> <li>metrics: rename some histogram apis (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6924">#6924</a>)</li> <li>runtime: add <code>LocalRuntime</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>)</li> </ul> <h3>Changed</h3> <ul> <li>runtime: box futures larger than 16k on release mode (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6826">#6826</a>)</li> <li>sync: add <code>#[must_use]</code> to <code>Notified</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6828">#6828</a>)</li> <li>sync: make <code>watch</code> cooperative (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6846">#6846</a>)</li> <li>sync: make <code>broadcast::Receiver</code> cooperative (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6870">#6870</a>)</li> <li>task: add task size to tracing instrumentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6881">#6881</a>)</li> <li>wasm: enable <code>cfg_fs</code> for <code>wasi</code> target (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6822">#6822</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>net: fix regression of abstract socket path in unix socket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6838">#6838</a>)</li> </ul> <h3>Documented</h3> <ul> <li>io: recommend <code>OwnedFd</code> with <code>AsyncFd</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6821">#6821</a>)</li> <li>io: document cancel safety of <code>AsyncFd</code> methods (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6890">#6890</a>)</li> <li>macros: render more comprehensible documentation for <code>join</code> and <code>try_join</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6814">#6814</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6841">#6841</a>)</li> <li>net: fix swapped examples for <code>TcpSocket::set_nodelay</code> and <code>TcpSocket::nodelay</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6840">#6840</a>)</li> <li>sync: document runtime compatibility (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6833">#6833</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6793">#6793</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6793">tokio-rs/tokio#6793</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6808">tokio-rs/tokio#6808</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6810">#6810</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6810">tokio-rs/tokio#6810</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6814">#6814</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6814">tokio-rs/tokio#6814</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6821">#6821</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6821">tokio-rs/tokio#6821</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6822">#6822</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6822">tokio-rs/tokio#6822</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6826">#6826</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6826">tokio-rs/tokio#6826</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6828">#6828</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6828">tokio-rs/tokio#6828</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6833">#6833</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6833">tokio-rs/tokio#6833</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6836">#6836</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6836">tokio-rs/tokio#6836</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6838">#6838</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6838">tokio-rs/tokio#6838</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6840">#6840</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6840">tokio-rs/tokio#6840</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/01e04daaa162ce6122bb894fdda0b6803dd32093"><code>01e04da</code></a> chore: prepare Tokio v1.41.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6917">#6917</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/92ccadeb3c7058cdc8799b998f6a19a1171691df"><code>92ccade</code></a> runtime: fix stability feature flags for docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6909">#6909</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fbfeb9a68a22556935b64dc426601b799ec369ac"><code>fbfeb9a</code></a> metrics: rename <code>*_poll_count_*</code> to <code>*_poll_time_*</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6924">#6924</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/da745ff335dea94378f5ba2b79e2c9f97cb217aa"><code>da745ff</code></a> metrics: add H2 Histogram option to improve histogram granularity (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6897">#6897</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ce1c74f1cc1e31083744b6eb24b0e60ceaca4b4e"><code>ce1c74f</code></a> metrics: fix deadlock in injection_queue_depth_multi_thread test (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6916">#6916</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/28c9a14a2e4da99842d41240b301022017b2a04a"><code>28c9a14</code></a> metrics: rename <code>injection_queue_depth</code> to <code>global_queue_depth</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6918">#6918</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/32e0b4325f877d53ddc76818198becad9312159a"><code>32e0b43</code></a> ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6911">#6911</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1656d8e231903a7b84b9e2d5e3db7aeed13a2966"><code>1656d8e</code></a> sync: add <code>mpsc::Receiver::blocking_recv_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6867">#6867</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c9e998e4b3cbd3326b4ef52e38ae22561d6e1f29"><code>c9e998e</code></a> ci: print the correct sort order of the dictionary on failure (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6905">#6905</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/512e9decfb683d22f4a145459142542caa0894c9"><code>512e9de</code></a> rt: add LocalRuntime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0">compare view</a></li> </ul> </details> <br /> Updates `anyhow` from 1.0.89 to 1.0.92 <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.92</h2> <ul> <li>Support Rust 1.82's <code>&raw const</code> and <code>&raw mut</code> syntax inside <code>ensure!</code> (<a href="https://redirect.github.com/dtolnay/anyhow/issues/390">#390</a>)</li> </ul> <h2>1.0.91</h2> <ul> <li>Ensure OUT_DIR is left with deterministic contents after build script execution (<a href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a>)</li> </ul> <h2>1.0.90</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/fd03a8e7928082611e8baa9bf6ee638d8abcc0d6"><code>fd03a8e</code></a> Release 1.0.92</li> <li><a href="https://github.com/dtolnay/anyhow/commit/a16252b39b1503bada639c2cfcb8ff153c1e3421"><code>a16252b</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/390">#390</a> from dtolnay/rawaddr</li> <li><a href="https://github.com/dtolnay/anyhow/commit/fcf2ef8da58179fbb96121ca39c0149b84f038f2"><code>fcf2ef8</code></a> Compile &raw test on Rust 1.82+ only</li> <li><a href="https://github.com/dtolnay/anyhow/commit/1e7e9fe1edeb6e28767ac52c32f778462b181a19"><code>1e7e9fe</code></a> Parse raw address expression syntax</li> <li><a href="https://github.com/dtolnay/anyhow/commit/7d1a8f9c1d7dca982f320f4b2c0717cd7e2d9377"><code>7d1a8f9</code></a> Add test of raw addr expression syntax</li> <li><a href="https://github.com/dtolnay/anyhow/commit/6c52daaa79eb22279248d80bebedc6c14bbb84ec"><code>6c52daa</code></a> Release 1.0.91</li> <li><a href="https://github.com/dtolnay/anyhow/commit/4986853bea70e653e68e6e94f6ac1475bbb5a180"><code>4986853</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/388">#388</a> from dtolnay/outdir</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f130b76204037c99e8d883d3854039c8d1993a81"><code>f130b76</code></a> Clean up dep-info files from OUT_DIR</li> <li><a href="https://github.com/dtolnay/anyhow/commit/a0b868a60c5f67daba1ad458e87f9156c9d676c1"><code>a0b868a</code></a> Release 1.0.90</li> <li><a href="https://github.com/dtolnay/anyhow/commit/0f741692fada86f809898c3341d5b3fac1a7550b"><code>0f74169</code></a> Improve rendering of inline code in macros documentation</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.92">compare view</a></li> </ul> </details> <br /> Updates `wat` from 1.217.0 to 1.219.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bytecodealliance/wasm-tools/releases">wat's releases</a>.</em></p> <blockquote> <h2>v1.219.1</h2> <h2>What's Changed</h2> <ul> <li>Add an example of an MVP-only visitor to <code>for_each_operator!</code> by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1857">bytecodealliance/wasm-tools#1857</a></li> <li>Expose the configured <code>WasmFeatures</code> from <code>FuncValidator</code> by <a href="https://github.com/fitzgen"><code>@fitzgen</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1858">bytecodealliance/wasm-tools#1858</a></li> <li>Release wasm-tools 1.219.1 by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1860">bytecodealliance/wasm-tools#1860</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bytecodealliance/wasm-tools/compare/v1.219.0...v1.219.1">https://github.com/bytecodealliance/wasm-tools/compare/v1.219.0...v1.219.1</a></p> <h2>v1.219.0</h2> <h2>What's Changed</h2> <ul> <li>Auto-generate release notes for releases by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1832">bytecodealliance/wasm-tools#1832</a></li> <li>Fix an infinite loop in wasm-smith by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1834">bytecodealliance/wasm-tools#1834</a></li> <li>Add some more words to the README by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1835">bytecodealliance/wasm-tools#1835</a></li> <li>Remove a dead type in <code>wasmparser</code> by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1836">bytecodealliance/wasm-tools#1836</a></li> <li>Implement support for the standard mangling scheme in the component model by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1828">bytecodealliance/wasm-tools#1828</a></li> <li>Remove duplicate API on <code>Types</code> by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1837">bytecodealliance/wasm-tools#1837</a></li> <li>wasmprinter folding: change some panics to errors or successful roundtrips by <a href="https://github.com/keithw"><code>@keithw</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1840">bytecodealliance/wasm-tools#1840</a></li> <li>Enhance <code>print</code> and <code>validate</code> fuzzers by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1839">bytecodealliance/wasm-tools#1839</a></li> <li>Add WABT command aliases by <a href="https://github.com/fitzgen"><code>@fitzgen</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1842">bytecodealliance/wasm-tools#1842</a></li> <li>Add a <code>component-model</code> feature to wat/wast/wasm-encoder by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1844">bytecodealliance/wasm-tools#1844</a></li> <li>Run clippy lints for all targets by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1846">bytecodealliance/wasm-tools#1846</a></li> <li>Add some documentation for wit-component's custom section format by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1843">bytecodealliance/wasm-tools#1843</a></li> <li>Add a <code>component-model</code> feature to wasmparser by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1845">bytecodealliance/wasm-tools#1845</a></li> <li>Gate wasm-smith component support behind a feature by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1847">bytecodealliance/wasm-tools#1847</a></li> <li>Gate wasmprinter's component support behind a feature by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1848">bytecodealliance/wasm-tools#1848</a></li> <li>Update a few feature-related details by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1849">bytecodealliance/wasm-tools#1849</a></li> <li>Fix generating shims with duplicate names by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1851">bytecodealliance/wasm-tools#1851</a></li> <li>Update rustc used on CI to verify oss-fuzz builds by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1852">bytecodealliance/wasm-tools#1852</a></li> <li>Implement support for the wide-arithmetic proposal by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1853">bytecodealliance/wasm-tools#1853</a></li> <li>Update proposals in README by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1855">bytecodealliance/wasm-tools#1855</a></li> <li>Release wasm-tools 1.219.0 by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1856">bytecodealliance/wasm-tools#1856</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bytecodealliance/wasm-tools/compare/v1.218.0...v1.219.0">https://github.com/bytecodealliance/wasm-tools/compare/v1.218.0...v1.219.0</a></p> <h2>v1.218.0</h2> <h2>What's Changed</h2> <ul> <li>Recommend <code>--locked</code> for <code>cargo install</code> by <a href="https://github.com/samestep"><code>@samestep</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1773">bytecodealliance/wasm-tools#1773</a></li> <li>Allow parsing <code>rectypes</code> in components by <a href="https://github.com/abrown"><code>@abrown</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1764">bytecodealliance/wasm-tools#1764</a></li> <li>Use <code>pretty_assertions</code> instead of <code>diff</code> in tests by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1776">bytecodealliance/wasm-tools#1776</a></li> <li>Pin nightly versions in CI to insulate from breakage by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1778">bytecodealliance/wasm-tools#1778</a></li> <li>Correct float docs for <code>wasmparser::BinaryReader</code> by <a href="https://github.com/samestep"><code>@samestep</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1777">bytecodealliance/wasm-tools#1777</a></li> <li>Remove the ability to turn off semicolons in WIT by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1779">bytecodealliance/wasm-tools#1779</a></li> <li>Support multi-line run/fail directives in CLI tests by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1782">bytecodealliance/wasm-tools#1782</a></li> <li>json-from-wast: Include binary form of text files where possible by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1775">bytecodealliance/wasm-tools#1775</a></li> <li>Start requiring f32/f64 in WIT by default by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1780">bytecodealliance/wasm-tools#1780</a></li> <li>Remove v1 encoding support for WIT documents/worlds by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1781">bytecodealliance/wasm-tools#1781</a></li> <li>Beef up validity assertions on <code>Resolve</code> by <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1785">bytecodealliance/wasm-tools#1785</a></li> <li>Add importize method to Resolve by <a href="https://github.com/karthik2804"><code>@karthik2804</code></a> in <a href="https://redirect.github.com/bytecodealliance/wasm-tools/pull/1784">bytecodealliance/wasm-tools#1784</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/91be0bbc8c5df685a74d87295e9cfff0be9c07c7"><code>91be0bb</code></a> Release wasm-tools 1.219.1 (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1860">#1860</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/ec5664478bb63425b5c4f98444a18177bbc363aa"><code>ec56644</code></a> Expose the configured <code>WasmFeatures</code> from <code>FuncValidator</code> (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1858">#1858</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/1e22a83a2bdcfc530e39be7123e3196b110283df"><code>1e22a83</code></a> Add an example of an MVP-only visitor to <code>for_each_operator!</code> (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1857">#1857</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/0261534e96012f4e82c0d9f83b65be8d91d4fbac"><code>0261534</code></a> Release wasm-tools 1.219.0 (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1856">#1856</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/cf75fc252e938c30cb54b8d903b5b9526c3e596e"><code>cf75fc2</code></a> Implement support for the wide-arithmetic proposal (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1853">#1853</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/3b4723067538bac8f4b3e40bf0b8b92664f8aaef"><code>3b47230</code></a> Fix generating shims with duplicate names (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1851">#1851</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/30486ae52a489881adc0b9947ecf2bdddc05c48a"><code>30486ae</code></a> Update a few feature-related details (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1849">#1849</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/0710f58d11086c2746e72bcdb5c2ebff7746ce25"><code>0710f58</code></a> Gate wasmprinter's component support behind a feature (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1848">#1848</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/f34cfc8be02112e79831469fca960503bbaad72d"><code>f34cfc8</code></a> Gate wasm-smith component support behind a feature (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1847">#1847</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/d12d5337e70528346c8f8921592be7cc04436cfc"><code>d12d533</code></a> Add a <code>component-model</code> feature to wasmparser (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1845">#1845</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bytecodealliance/wasm-tools/compare/v1.217.0...v1.219.1">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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