Skip to content

Commit

Permalink
build: bump the cargo-dependencies group across 1 directory with 11 u…
Browse files Browse the repository at this point in the history
…pdates (#65)

Bumps the cargo-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` |
`1.0.69` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.215` |
| [glam](https://github.com/bitshifter/glam-rs) | `0.29.0` | `0.29.2` |
| [cxx](https://github.com/dtolnay/cxx) | `1.0.129` | `1.0.130` |
| [cxx-build](https://github.com/dtolnay/cxx) | `1.0.129` | `1.0.130` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.133`
|
| [image](https://github.com/image-rs/image) | `0.25.2` | `0.25.5` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.93` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.87` |
`1.0.89` |


Updates `thiserror` from 1.0.64 to 1.0.69
<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.69</h2>
<ul>
<li>Backport 2.0.2 fixes</li>
</ul>
<h2>1.0.68</h2>
<ul>
<li>Handle incomplete expressions more robustly in format arguments,
such as while code is being typed (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a>,
<a
href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a>)</li>
</ul>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/thiserror/commit/41938bd3a03a70d34ed8e53d99c89c770c7c9c41"><code>41938bd</code></a>
Release 1.0.69</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/9d6506e8609930759946925f768eb4fd8dd2e4c1"><code>9d6506e</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/382">#382</a>
from dtolnay/hang</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/591a44d9a37b0326e808df7ef38a6a101badab17"><code>591a44d</code></a>
Fix fallback fmt expression parser hang</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/5b36e375c2f6b0a8189134f34b7c8f5ca3ec28d1"><code>5b36e37</code></a>
Add ui test of invalid expression syntax in display attribute</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/8d06fb554905b054d44a353bea9c92d0bbeb0bdf"><code>8d06fb5</code></a>
Release 1.0.68</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/372fd8a71afefe23b128a5bb5ad502abbce3e845"><code>372fd8a</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a>
from dtolnay/binop</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/08f89925bf0df7a3fe758129e4dbea1097c48bce"><code>08f8992</code></a>
Disregard equality binop in fallback parser</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/d2a823d2ae25dab21311b1572b6c50d20cf11646"><code>d2a823d</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/343">#343</a>
from dtolnay/unnamed</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/b3bf7a6f69d58c2bfc01a9137fb7b239c88d1ec3"><code>b3bf7a6</code></a>
Add logic to determine whether unnamed fmt arguments are present</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/490f9c017b7434c7ac1f1f8ee14fd062a7293d8a"><code>490f9c0</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/342">#342</a>
from dtolnay/synfull</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.69">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.210 to 1.0.215
<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.215</h2>
<ul>
<li>Produce warning when multiple fields or variants have the same
deserialization name (<a
href="https://redirect.github.com/serde-rs/serde/issues/2855">#2855</a>,
<a
href="https://redirect.github.com/serde-rs/serde/issues/2856">#2856</a>,
<a
href="https://redirect.github.com/serde-rs/serde/issues/2857">#2857</a>)</li>
</ul>
<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/8939af48fecb965eb3ff04dc8969146d5af5ca0f"><code>8939af4</code></a>
Release 1.0.215</li>
<li><a
href="https://github.com/serde-rs/serde/commit/fa5d58cd007812b5990ec5721082bac293a97467"><code>fa5d58c</code></a>
Use ui test syntax that does not interfere with rustfmt</li>
<li><a
href="https://github.com/serde-rs/serde/commit/1a3cf4b3c18396a1c5da6999ff7695d822709044"><code>1a3cf4b</code></a>
Update PR 2562 ui tests</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7d96352e9638de6662e4660e974ffc7ea232e511"><code>7d96352</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2857">#2857</a>
from dtolnay/collide</li>
<li><a
href="https://github.com/serde-rs/serde/commit/111ecc5d8c01cf7795059f3bc436bfd0e57d1d64"><code>111ecc5</code></a>
Update ui tests for warning on colliding aliases</li>
<li><a
href="https://github.com/serde-rs/serde/commit/edd6fe954bc35bbafb454835c6529d0e30148624"><code>edd6fe9</code></a>
Revert &quot;Add checks for conflicts for aliases&quot;</li>
<li><a
href="https://github.com/serde-rs/serde/commit/a20e9249c5849b6855ca2d2aa1d0ce563855c3bd"><code>a20e924</code></a>
Revert &quot;pacify clippy&quot;</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b1353a99cdf7b7ab30b49d5c0cfed0b725b7a8df"><code>b1353a9</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2856">#2856</a>
from dtolnay/dename</li>
<li><a
href="https://github.com/serde-rs/serde/commit/c59e876bb37ad690090d83e92a7799b75b1a3f49"><code>c59e876</code></a>
Produce a separate warning for every colliding name</li>
<li><a
href="https://github.com/serde-rs/serde/commit/7f1e697c0d4d737068c8dd3f258e7c4122bf7196"><code>7f1e697</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2855">#2855</a>
from dtolnay/namespan</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.215">compare
view</a></li>
</ul>
</details>
<br />

Updates `glam` from 0.29.0 to 0.29.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md">glam's
changelog</a>.</em></p>
<blockquote>
<h2>[0.29.2] - 2024-11-05</h2>
<h3>Fixed</h3>
<ul>
<li>Fix regression in vector <code>write_to_slice</code> methods where
the destination had to
be the same size as the input, but it should support writing to a slice
that
is the same size or larger than the input.</li>
</ul>
<h2>[0.29.1] - 2024-10-30</h2>
<h3>Added</h3>
<ul>
<li>
<p>Added <code>i8</code> and <code>u8</code> vector types,
<code>I8Vec2</code>, <code>I8Vec3</code>, <code>I8Vec4</code>,
<code>U8Vec2</code>, <code>U8Vec3</code> and <code>U8Vec4</code>.</p>
</li>
<li>
<p>Added <code>Mat4::project_point3a(Vec3A)</code> method transforming
points by
perspective projections.</p>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>
<p>Removed normalized assertions from quaternion multiplies as sometimes
this is
valid.</p>
</li>
<li>
<p>Include <code>Debug</code> and <code>Display</code> implementations
on <code>spirv</code> targets.</p>
</li>
<li>
<p>Optimized vector <code>from_slice</code> and
<code>write_to_slice</code> methods.</p>
</li>
<li>
<p>Improved serde error messages.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/e9b68a85bea3060ac326a5435e24213c02bc33cf"><code>e9b68a8</code></a>
Prepare for 0.29.2 release. (<a
href="https://redirect.github.com/bitshifter/glam-rs/issues/582">#582</a>)</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/d0aa9a93801df095036844fe0651d8627f4d5340"><code>d0aa9a9</code></a>
Fix VecN::write_to_slice (<a
href="https://redirect.github.com/bitshifter/glam-rs/issues/581">#581</a>)</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/2e4443e70c709710dfb25958d866d29b11ed3e2b"><code>2e4443e</code></a>
Prepare 0.29.1 (<a
href="https://redirect.github.com/bitshifter/glam-rs/issues/577">#577</a>)</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/224bf53d34b7ef545065eb7f55cfb86515fbb0e4"><code>224bf53</code></a>
Updated CHANGELOG.</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/dba6dfd564f6cf59b134a74be8b23b7e09bb0453"><code>dba6dfd</code></a>
Add <code>Mat4::project_point3a</code>. (<a
href="https://redirect.github.com/bitshifter/glam-rs/issues/576">#576</a>)</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/70139837657363a7253c9d0b09be5415341d02cc"><code>7013983</code></a>
Updated CHANGELOG.</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/6f9af89c49cb776518a8cc78ebd884dc02968c89"><code>6f9af89</code></a>
Add i8,u8 support (<a
href="https://redirect.github.com/bitshifter/glam-rs/issues/575">#575</a>)</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/e2f4be94bd100b24811b3563433f806be33688b3"><code>e2f4be9</code></a>
Improve documentation for the <code>Mat4</code> projection functions (<a
href="https://redirect.github.com/bitshifter/glam-rs/issues/570">#570</a>)</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/30c6b0d10e63a29d5c59e2398f9ed3804d6159e2"><code>30c6b0d</code></a>
Better to/from slice operations (<a
href="https://redirect.github.com/bitshifter/glam-rs/issues/571">#571</a>)</li>
<li><a
href="https://github.com/bitshifter/glam-rs/commit/2a3f6d4875fbdd0f5572db3f190f9d9d05ce9d91"><code>2a3f6d4</code></a>
spirv: impl <code>Debug + Display</code>, fix
<code>Affine::from_cols_array()</code> (<a
href="https://redirect.github.com/bitshifter/glam-rs/issues/559">#559</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bitshifter/glam-rs/compare/0.29.0...0.29.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `cxx` from 1.0.129 to 1.0.130
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases">cxx's
releases</a>.</em></p>
<blockquote>
<h2>1.0.130</h2>
<ul>
<li>Make <code>#[cxx::bridge]</code> generated code compatible with Rust
2024 edition crates (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1395">#1395</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/cxx/commit/598353e295ac0e6fcfe8cf4b3248d6df829e4f48"><code>598353e</code></a>
Release 1.0.130</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/cdbb582568dfe79315647e158515cc18c5cad97d"><code>cdbb582</code></a>
Lockfile update</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7c8ef12e67baa5c67e34e71b4b457e77669afa0a"><code>7c8ef12</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1395">#1395</a>
from dtolnay/edition2024</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/f50438ec7b9b533265c26fbaa9272d79c45087bc"><code>f50438e</code></a>
Add rustversion dependency to meson build</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/5db0535b2fcb02f2478f0df72e13cd9624f18737"><code>5db0535</code></a>
Add rustversion dependency to buck build</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/77063f4f354991714008d7d1380222bdfaabd285"><code>77063f4</code></a>
Add rustversion dependency to bazel build</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/fd173e09c12557865b5961b21c9323d5bb923ecb"><code>fd173e0</code></a>
Add rustversion crate to third-party deps</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7a661bbcb2ae8525dfba85793d78636aaba2e9cd"><code>7a661bb</code></a>
Make 2024 edition syntax conditional on compiler version</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/e4f1a5637ba3a2f349853910d5e724b8cce9ba34"><code>e4f1a56</code></a>
Resolve 2024 lints on impl Trait lifetime captures</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/02cc40eb6322ec389d64eb4bf2e0e5d3e0e30fe6"><code>02cc40e</code></a>
Ignore edition lint on handwritten extern blocks in test crate</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.129...1.0.130">compare
view</a></li>
</ul>
</details>
<br />

Updates `cxx-build` from 1.0.129 to 1.0.130
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases">cxx-build's
releases</a>.</em></p>
<blockquote>
<h2>1.0.130</h2>
<ul>
<li>Make <code>#[cxx::bridge]</code> generated code compatible with Rust
2024 edition crates (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1395">#1395</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/cxx/commit/598353e295ac0e6fcfe8cf4b3248d6df829e4f48"><code>598353e</code></a>
Release 1.0.130</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/cdbb582568dfe79315647e158515cc18c5cad97d"><code>cdbb582</code></a>
Lockfile update</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7c8ef12e67baa5c67e34e71b4b457e77669afa0a"><code>7c8ef12</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1395">#1395</a>
from dtolnay/edition2024</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/f50438ec7b9b533265c26fbaa9272d79c45087bc"><code>f50438e</code></a>
Add rustversion dependency to meson build</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/5db0535b2fcb02f2478f0df72e13cd9624f18737"><code>5db0535</code></a>
Add rustversion dependency to buck build</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/77063f4f354991714008d7d1380222bdfaabd285"><code>77063f4</code></a>
Add rustversion dependency to bazel build</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/fd173e09c12557865b5961b21c9323d5bb923ecb"><code>fd173e0</code></a>
Add rustversion crate to third-party deps</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7a661bbcb2ae8525dfba85793d78636aaba2e9cd"><code>7a661bb</code></a>
Make 2024 edition syntax conditional on compiler version</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/e4f1a5637ba3a2f349853910d5e724b8cce9ba34"><code>e4f1a56</code></a>
Resolve 2024 lints on impl Trait lifetime captures</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/02cc40eb6322ec389d64eb4bf2e0e5d3e0e30fe6"><code>02cc40e</code></a>
Ignore edition lint on handwritten extern blocks in test crate</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.129...1.0.130">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.128 to 1.0.133
<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.133</h2>
<ul>
<li>Implement From&lt;[T; N]&gt; for serde_json::Value (<a
href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a>)</li>
</ul>
<h2>v1.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>v1.0.131</h2>
<ul>
<li>Implement Deserializer and IntoDeserializer for <code>Map&lt;String,
Value&gt;</code> and <code>&amp;Map&lt;String, Value&gt;</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>v1.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>v1.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/0903de449c52c1b4a2271e909b7afb18909dc379"><code>0903de4</code></a>
Release 1.0.133</li>
<li><a
href="https://github.com/serde-rs/json/commit/2b65ca09498a8a907e3e3cb66794414edfa6fe27"><code>2b65ca0</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1215">#1215</a>
from dtolnay/fromarray</li>
<li><a
href="https://github.com/serde-rs/json/commit/4e5f985958bedbc7e75ba6c1931edaf73508c4a7"><code>4e5f985</code></a>
Implement From&lt;[T; N]&gt; for Value</li>
<li><a
href="https://github.com/serde-rs/json/commit/2ccb5b67ca34a5e53b42fa608d756e25e57f91a3"><code>2ccb5b6</code></a>
Disable question_mark clippy lint in lexical test</li>
<li><a
href="https://github.com/serde-rs/json/commit/a11f5f2bc4756035e5a04e01ad486d8a99779527"><code>a11f5f2</code></a>
Resolve unnecessary_map_or clippy lints</li>
<li><a
href="https://github.com/serde-rs/json/commit/07f280a79c07a5e713d519ed6c6a1a71b0cf871a"><code>07f280a</code></a>
Wrap PR 1213 to 80 columns</li>
<li><a
href="https://github.com/serde-rs/json/commit/75ed44722d451143da5621f5ce3edb794965de79"><code>75ed447</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1213">#1213</a>
from djmitche/safety-comment</li>
<li><a
href="https://github.com/serde-rs/json/commit/73011c0b2bcd21639446728fc50de4131a51e5ca"><code>73011c0</code></a>
Add a safety comment to unsafe block</li>
<li><a
href="https://github.com/serde-rs/json/commit/be2198a54d0d9e668f8e2e59ca2e23e3ac10ae60"><code>be2198a</code></a>
Prevent upload-artifact step from causing CI failure</li>
<li><a
href="https://github.com/serde-rs/json/commit/7cce517f53fd60d40bd6ef87a0e51f88a306e901"><code>7cce517</code></a>
Raise minimum version for preserve_order feature to Rust 1.65</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.128...v1.0.133">compare
view</a></li>
</ul>
</details>
<br />

Updates `image` from 0.25.2 to 0.25.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/image-rs/image/blob/main/CHANGES.md">image's
changelog</a>.</em></p>
<blockquote>
<h3>Version 0.25.5</h3>
<p>Features:</p>
<ul>
<li>Added support for decoding 10-bit and 12-bit AVIF</li>
<li>Initial, opt-in serde support for an enum. This may be extended to
other types in the future.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li><a
href="https://redirect.github.com/image-rs/image/pull/2373">Multiple bug
fixes in AVIF decoding</a></li>
<li>The <code>rayon</code> feature now correctly toggles the use of
<code>rayon</code> when encoding AVIF. (Previously it would be either
always on or always off depending on the version of the
<code>ravif</code> crate in your dependency tree.)</li>
<li>&quot;jfif&quot; file extension for JPEG images is now
recognized</li>
</ul>
<h3>Version 0.25.4</h3>
<p>Features:</p>
<ul>
<li>Much faster decoding of lossless WebP due to a variety of
optimizations. Our benchmarks show 2x to 2.5x improvement.</li>
<li>Added support for orientation metadata, so that e.g. smartphone
camera images could be displayed correctly:
<ul>
<li>Added <code>ImageDecoder::orientation()</code> and implemented
orientation metadata extraction for JPEG, WebP and TIFF formats</li>
<li>Added <code>DynamicImage::apply_orientation()</code> to apply the
orientation to an image</li>
</ul>
</li>
<li>Added support for extracting Exif metadata from images via
<code>ImageDecoder::exif_metadata()</code>, and implemented it for JPEG
and WebP formats</li>
<li>Added <code>ImageEncoder::set_icc_profile()</code> and implemented
it for WebP format. Pull requests with implementations for other formats
are welcome.</li>
<li>Added <code>DynamicImage::fast_blur()</code> for a linear-time
approximation of Gaussian blur, which is much faster at larger blur
radii</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fixed some APNG images being decoded incorrectly</li>
<li>Fixed the iterator over animated WebP frames to return
<code>None</code> instead of an error when the end of the animation is
reached</li>
</ul>
<h3>Version 0.25.3</h3>
<p>Yanked! This version accidentally missed a commit that should have
been
included with the release. The <code>Orientation</code> struct should be
in the
appropriate module instead of the top-level. This release won't be
supported.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/image-rs/image/commit/317bc1692c134d750360ca9c8e108a08ff534d93"><code>317bc16</code></a>
Merge pull request <a
href="https://redirect.github.com/image-rs/image/issues/2378">#2378</a>
from Shnatsel/chainjlog</li>
<li><a
href="https://github.com/image-rs/image/commit/a35ec47195e4068d0cb694e525af2503f8665bc8"><code>a35ec47</code></a>
Temporarily disable PCX format (<a
href="https://redirect.github.com/image-rs/image/issues/2379">#2379</a>)</li>
<li><a
href="https://github.com/image-rs/image/commit/6378e0b6f819d428799b8c016bde45a23cdd99bf"><code>6378e0b</code></a>
Drop PCX from changelog for 0.25.5 release</li>
<li><a
href="https://github.com/image-rs/image/commit/e6fd913910045f24f4480b8ab7da5e077173d47f"><code>e6fd913</code></a>
Update CHANGES.md</li>
<li><a
href="https://github.com/image-rs/image/commit/fe094b3ebae4c61c6b18c1b0e5a09085d7a6bf39"><code>fe094b3</code></a>
Merge pull request <a
href="https://redirect.github.com/image-rs/image/issues/2373">#2373</a>
from awxkee/avif-yuv-decoder</li>
<li><a
href="https://github.com/image-rs/image/commit/3b4a56c80fa6a8be41e49b74367f6745a3145397"><code>3b4a56c</code></a>
Bump version to 0.25.5</li>
<li><a
href="https://github.com/image-rs/image/commit/5a1d77a63eee56b21eb535f382defca456312dfc"><code>5a1d77a</code></a>
Update format support tables</li>
<li><a
href="https://github.com/image-rs/image/commit/120c799b878cc5e1082c021537c1274170dbcc26"><code>120c799</code></a>
Fill in changelog for 0.25.5</li>
<li><a
href="https://github.com/image-rs/image/commit/daa5e88c1bd864d9f85115f73e54d8017357ae51"><code>daa5e88</code></a>
Changed <code>Unspecified</code> to Bt.709</li>
<li><a
href="https://github.com/image-rs/image/commit/092879c9acb3d5823aecc5973fc210728f44f04e"><code>092879c</code></a>
More precise bit depth expanding</li>
<li>Additional commits viewable in <a
href="https://github.com/image-rs/image/compare/v0.25.2...v0.25.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `anyhow` from 1.0.89 to 1.0.93
<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.93</h2>
<ul>
<li>Update dev-dependencies to <code>thiserror</code> v2</li>
</ul>
<h2>1.0.92</h2>
<ul>
<li>Support Rust 1.82's <code>&amp;raw const</code> and <code>&amp;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/713bda9247df3846c1444a7c1b3b2a3b9a4f5907"><code>713bda9</code></a>
Release 1.0.93</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/f91c247cf8986842a8ac25030481b0af3433cd35"><code>f91c247</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/anyhow/issues/391">#391</a>
from dtolnay/thiserror</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/2a3901c0b1ab6d7aed466db53a2675b61d3e3401"><code>2a3901c</code></a>
Isolate old rustc version tests from needing anyhow dev-dependencies in
lockfile</li>
<li><a
href="https://github.com/dtolnay/anyhow/commit/3ca2cdd795f1569354f8d7366383d7802201bdbf"><code>3ca2cdd</code></a>
Update dev-dependencies to thiserror v2</li>
<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 &amp;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>Additional commits viewable in <a
href="https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.93">compare
view</a></li>
</ul>
</details>
<br />

Updates `log` from 0.4.21 to 0.4.22
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.22</h2>
<h2>What's Changed</h2>
<ul>
<li>Add some clarifications to the library docs by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/620">rust-lang/log#620</a></li>
<li>Add links to <code>colog</code> crate by <a
href="https://github.com/chrivers"><code>@​chrivers</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/621">rust-lang/log#621</a></li>
<li>adding line_number test + updating some testing infrastructure by <a
href="https://github.com/DIvkov575"><code>@​DIvkov575</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/619">rust-lang/log#619</a></li>
<li>Clarify the actual set of functions that can race in _racy variants
by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/623">rust-lang/log#623</a></li>
<li>Replace deprecated std::sync::atomic::spin_loop_hint() by <a
href="https://github.com/Catamantaloedis"><code>@​Catamantaloedis</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/625">rust-lang/log#625</a></li>
<li>Check usage of max_level features by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/627">rust-lang/log#627</a></li>
<li>Remove unneeded import by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/628">rust-lang/log#628</a></li>
<li>Loosen orderings for logger initialization in <a
href="https://redirect.github.com/rust-lang/log/pull/632">rust-lang/log#632</a>.
Originally by <a
href="https://github.com/pwoolcoc"><code>@​pwoolcoc</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/599">rust-lang/log#599</a></li>
<li>Use Location::caller() for file and line info in <a
href="https://redirect.github.com/rust-lang/log/pull/633">rust-lang/log#633</a>.
Originally by <a
href="https://github.com/Cassy343"><code>@​Cassy343</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/520">rust-lang/log#520</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/chrivers"><code>@​chrivers</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/621">rust-lang/log#621</a></li>
<li><a href="https://github.com/DIvkov575"><code>@​DIvkov575</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/619">rust-lang/log#619</a></li>
<li><a
href="https://github.com/Catamantaloedis"><code>@​Catamantaloedis</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/625">rust-lang/log#625</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.21...0.4.22">https://github.com/rust-lang/log/compare/0.4.21...0.4.22</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.22] - 2024-06-27</h2>
<h2>What's Changed</h2>
<ul>
<li>Add some clarifications to the library docs by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/620">rust-lang/log#620</a></li>
<li>Add links to <code>colog</code> crate by <a
href="https://github.com/chrivers"><code>@​chrivers</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/621">rust-lang/log#621</a></li>
<li>adding line_number test + updating some testing infrastructure by <a
href="https://github.com/DIvkov575"><code>@​DIvkov575</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/619">rust-lang/log#619</a></li>
<li>Clarify the actual set of functions that can race in _racy variants
by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/623">rust-lang/log#623</a></li>
<li>Replace deprecated std::sync::atomic::spin_loop_hint() by <a
href="https://github.com/Catamantaloedis"><code>@​Catamantaloedis</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/625">rust-lang/log#625</a></li>
<li>Check usage of max_level features by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/627">rust-lang/log#627</a></li>
<li>Remove unneeded import by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/628">rust-lang/log#628</a></li>
<li>Loosen orderings for logger initialization in <a
href="https://redirect.github.com/rust-lang/log/pull/632">rust-lang/log#632</a>.
Originally by <a
href="https://github.com/pwoolcoc"><code>@​pwoolcoc</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/599">rust-lang/log#599</a></li>
<li>Use Location::caller() for file and line info in <a
href="https://redirect.github.com/rust-lang/log/pull/633">rust-lang/log#633</a>.
Originally by <a
href="https://github.com/Cassy343"><code>@​Cassy343</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/520">rust-lang/log#520</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/chrivers"><code>@​chrivers</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/621">rust-lang/log#621</a></li>
<li><a href="https://github.com/DIvkov575"><code>@​DIvkov575</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/619">rust-lang/log#619</a></li>
<li><a
href="https://github.com/Catamantaloedis"><code>@​Catamantaloedis</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/625">rust-lang/log#625</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.21...0.4.22">https://github.com/rust-lang/log/compare/0.4.21...0.4.22</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/log/commit/d5ba2cfee9b3b4ca1fcad911b7f59dc79eeee022"><code>d5ba2cf</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/634">#634</a>
from rust-lang/cargo/0.4.22</li>
<li><a
href="https://github.com/rust-lang/log/commit/d1a8306aadb88d56b74c73cdce4ef0153fb549cb"><code>d1a8306</code></a>
prepare for 0.4.22 release</li>
<li><a
href="https://github.com/rust-lang/log/commit/46894ef229483bbabd30a806c474417fc034559c"><code>46894ef</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/633">#633</a>
from rust-lang/feat/panic-info</li>
<li><a
href="https://github.com/rust-lang/log/commit/e0d389c9cadd91363f2fec52bd30f9585168a89f"><code>e0d389c</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/632">#632</a>
from rust-lang/feat/loosen-atomics</li>
<li><a
href="https://github.com/rust-lang/log/commit/c9e5e13e9b02ec80e784c6fe4deacdc8f3194fca"><code>c9e5e13</code></a>
use Location::caller() for file and line info</li>
<li><a
href="https://github.com/rust-lang/log/commit/507b672660288f0223edb6353d34f8733fa0a2f4"><code>507b672</code></a>
loosen orderings for logger initialization</li>
<li><a
href="https://github.com/rust-lang/log/commit/c879b011a8ac662545adf9484d9a668ebcf9b814"><code>c879b01</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/628">#628</a>
from Thomasdezeeuw/fix-warnings</li>
<li><a
href="https://github.com/rust-lang/log/commit/405fdb4d9f847c93c0133469ea808f09320714ba"><code>405fdb4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/627">#627</a>
from Thomasdezeeuw/check-features</li>
<li><a
href="https://github.com/rust-lang/log/commit/1307ade1122549badf2b8fdd10c11e519eaa029a"><code>1307ade</code></a>
Remove unneeded import</li>
<li><a
href="https://github.com/rust-lang/log/commit/710560ecb7035a6baf1fd9d97d7f09d0cc075006"><code>710560e</code></a>
Don't use --all-features in CI</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/log/compare/0.4.21...0.4.22">compare
view</a></li>
</ul>
</details>
<br />

Updates `syn` from 2.0.79 to 2.0.87
<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.87</h2>
<ul>
<li>Add <a
href="https://docs.rs/syn/2/syn/buffer/struct.Cursor.html#method.any_group"><code>Cursor::any_group</code></a>
(<a
href="https://redirect.github.com/dtolnay/syn/issues/1777">#1777</a>)</li>
<li>Add <a
href="https://docs.rs/syn/2/syn/enum.Expr.html#method.peek"><code>Expr::peek</code></a>
(<a
href="https://redirect.github.com/dtolnay/syn/issues/1778">#1778</a>)</li>
<li>Improve syntax support for enum discriminant expressions in
non-&quot;full&quot; mode (<a
href="https://redirect.github.com/dtolnay/syn/issues/1779">#1779</a>)</li>
</ul>
<h2>2.0.86</h2>
<ul>
<li>Support peeking the end of a parse stream (<a
href="https://redirect.github.com/dtolnay/syn/issues/1689">#1689</a>)</li>
<li>Allow <code>parse_quote!</code> to produce Vec&lt;Attribute&gt; (<a
href="https://redirect.github.com/dtolnay/syn/issues/1775">#1775</a>)</li>
</ul>
<h2>2.0.85</h2>
<ul>
<li>Preserve extern static unsafety in ForeignItem::Verbatim (<a
href="https://redirect.github.com/dtolnay/syn/issues/1773">#1773</a>)</li>
</ul>
<h2>2.0.84</h2>
<ul>
<li>Parse safe and explicitly unsafe extern items (<a
href="https://redirect.github.com/dtolnay/syn/issues/1768">#1768</a>, <a
href="https://redirect.github.com/rust-lang/rust/issues/123743">rust-lang/rust#123743</a>,
<a
href="https://redirect.github.com/rust-lang/rfcs/pull/3484">rust-lang/rfcs#3484</a>)</li>
<li>Parse self captures: <code>impl Sized + use&lt;Self&gt;</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1772">#1772</a>)</li>
</ul>
<h2>2.0.83</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>2.0.82</h2>
<ul>
<li>Provide <code>Parse</code> impls for PreciseCapture and
CapturedParam (<a
href="https://redirect.github.com/dtolnay/syn/issues/1757">#1757</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1758">#1758</a>)</li>
<li>Support parsing <code>unsafe</code> attributes (<a
href="https://redirect.github.com/dtolnay/syn/issues/1759">#1759</a>)</li>
<li>Add Fold and VisitMut methods for Vec&lt;Attribute&gt; (<a
href="https://redirect.github.com/dtolnay/syn/issues/1762">#1762</a>)</li>
</ul>
<h2>2.0.81</h2>
<ul>
<li>Add TypeParamBound::PreciseCapture to represent precise capture
syntax <code>impl Trait + use&lt;'a, T&gt;</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1752">#1752</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1753">#1753</a>, <a
href="https://redirect.github.com/dtolnay/syn/issues/1754">#1754</a>)</li>
</ul>
<h2>2.0.80</h2>
<ul>
<li>Add <code>Expr::RawAddr</code> (<a
href="https://redirect.github.com/dtolnay/syn/issues/1743">#1743</a>)</li>
<li>Reject precise captures and ~const in inappropriate syntax positions
(<a
href="https://redirect.github.com/dtolnay/syn/issues/1747">#1747</a>)</li>
<li>Reject trait bound containing only precise capture (<a
href="https://redirect.github.com/dtolnay/syn/issues/1748">#1748</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/syn/commit/a777cff00528f270b43f40b0a58c5c26fc85a2bd"><code>a777cff</code></a>
Release 2.0.87</li>
<li><a
href="https://github.com/dtolnay/syn/commit/1f103d4c175ab62b27537a6907c4b77b6aed6ae7"><code>1f103d4</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1779">#1779</a>
from dtolnay/scan</li>
<li><a
href="https://github.com/dtolnay/syn/commit/0986a66e1764ed37a4931dde8c509412474636fe"><code>0986a66</code></a>
Ignore enum_glob_use pedantic clippy lint</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ca97c7d82d9837c1b49c085a546a481cf879e619"><code>ca97c7d</code></a>
Translate expr scanner to table driven</li>
<li><a
href="https://github.com/dtolnay/syn/commit/8039cb37a02cbf080f48416651141d4c77c05075"><code>8039cb3</code></a>
Test that every expr can be scanned</li>
<li><a
href="https://github.com/dtolnay/syn/commit/0132c447fe045431906945178bea219816d5e55f"><code>0132c44</code></a>
Make scan_expr compilable from integration test</li>
<li><a
href="https://github.com/dtolnay/syn/commit/7c102c3c8b3dc076c03cbe842266a2b140be6323"><code>7c102c3</code></a>
Extract non-full expr scanner to module</li>
<li><a
href="https://github.com/dtolnay/syn/commit/ceaf4d693b2af783874b9aa4d50bb208b84a2609"><code>ceaf4d6</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1778">#1778</a>
from dtolnay/exprpeek</li>
<li><a
href="https://github.com/dtolnay/syn/commit/a890e9da22b463b05c06696d4cc767c6cb9d3114"><code>a890e9d</code></a>
Expose can_begin_expr as Expr::peek</li>
<li><a
href="https://github.com/dtolnay/syn/commit/12f068ce0889c41e3bd21662e8a0adfaa07d01d9"><code>12f068c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/syn/issues/1777">#1777</a>
from dtolnay/anygroup</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/syn/compare/2.0.79...2.0.87">compare
view</a></li>
</ul>
</details>
<br />

Updates `proc-macro2` from 1.0.87 to 1.0.89
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's
releases</a>.</em></p>
<blockquote>
<h2>1.0.89</h2>
<ul>
<li>Ensure OUT_DIR is left with deterministic contents after build
script execution (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/474">#474</a>)</li>
</ul>
<h2>1.0.88</h2>
<ul>
<li>Return accurate line and column from <code>Span::start</code> and
<code>Span::end</code> inside proc macros on nightly (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/472">#472</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/671d87da32779e3a5c4cecacd8a9234e0e27630c"><code>671d87d</code></a>
Release 1.0.89</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/9574d983aea667b9c4d7a744212df5fc00daef1f"><code>9574d98</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/474">#474</a>
from dtolnay/outdir</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/3e8962cc14b0af47f0b07beeab2a560447f969f4"><code>3e8962c</code></a>
Clean up dep-info files from OUT_DIR</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/6b3395a280b613d471e005ca7f486239ca85ff24"><code>6b3395a</code></a>
Release 1.0.88</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/faee27e2eee91656aafd2659debe93acf218ffd4"><code>faee27e</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/472">#472</a>
from dtolnay/startend</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/44f8ff2be178d16a4e3d587041ef77445274e5a1"><code>44f8ff2</code></a>
Restore nightly behavior of Span::start and Span::end</li>
<li>See full diff in <a
href="https://github.com/dtolnay/proc-macro2/compare/1.0.87...1.0.89">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
  • Loading branch information
maximmaxim345 authored Nov 17, 2024
2 parents 1f3913d + 0abf594 commit 3350f10
Showing 1 changed file with 82 additions and 85 deletions.
Loading

0 comments on commit 3350f10

Please sign in to comment.