dependabot[bot] opened a new pull request, #1949:
URL: https://github.com/apache/iggy/pull/1949

   Bumps the minor-and-patch group with 7 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [postcard](https://github.com/jamesmunns/postcard) | `1.1.1` | `1.1.2` |
   | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.20` | `0.12.21` |
   | [serde_with](https://github.com/jonasbb/serde_with) | `3.13.0` | `3.14.0` |
   | [prost](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.1` |
   | [prost-types](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.1` |
   | [protox](https://github.com/andrewhickman/protox) | `0.8.0` | `0.9.0` |
   | [protox-parse](https://github.com/andrewhickman/protox) | `0.8.0` | 
`0.9.0` |
   
   Updates `postcard` from 1.1.1 to 1.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jamesmunns/postcard/releases";>postcard's 
releases</a>.</em></p>
   <blockquote>
   <h2>postcard/v1.1.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Implement MaxSize for serializable Range structs by <a 
href="https://github.com/ChocolateLoverRaj";><code>@​ChocolateLoverRaj</code></a>
 in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/193";>jamesmunns/postcard#193</a></li>
   <li>docs: Add notes on serde attributes by <a 
href="https://github.com/ManevilleF";><code>@​ManevilleF</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/191";>jamesmunns/postcard#191</a></li>
   <li>Fix EOF not being handled correctly by <a 
href="https://github.com/sommd";><code>@​sommd</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/202";>jamesmunns/postcard#202</a></li>
   <li>Add Serialize and Deserialize traits to postcard::Error by <a 
href="https://github.com/quietlychris";><code>@​quietlychris</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/215";>jamesmunns/postcard#215</a></li>
   <li>Remove <code>paste</code> dependency by <a 
href="https://github.com/Gerharddc";><code>@​Gerharddc</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/222";>jamesmunns/postcard#222</a></li>
   <li>Reduce unsafety and add safety comments to remaining unsafe code by <a 
href="https://github.com/Veykril";><code>@​Veykril</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/237";>jamesmunns/postcard#237</a></li>
   <li>Fix Typos in Documentation Comments by <a 
href="https://github.com/leopardracer";><code>@​leopardracer</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/239";>jamesmunns/postcard#239</a></li>
   <li>Fix typo in docstring by <a 
href="https://github.com/lecanard539";><code>@​lecanard539</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/218";>jamesmunns/postcard#218</a></li>
   <li>Implement Schema and MaxSize for more core types by <a 
href="https://github.com/max-heller";><code>@​max-heller</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/240";>jamesmunns/postcard#240</a></li>
   <li>Implement Schema and MaxSize for nalgebra::{Quaternion,Unit} by <a 
href="https://github.com/max-heller";><code>@​max-heller</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/242";>jamesmunns/postcard#242</a></li>
   <li>Fix typos by <a 
href="https://github.com/kilavvy";><code>@​kilavvy</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/247";>jamesmunns/postcard#247</a></li>
   <li>Version bump defmt to 1.x.x by <a 
href="https://github.com/IamTheCarl";><code>@​IamTheCarl</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/234";>jamesmunns/postcard#234</a></li>
   <li>Add dummy &quot;paste&quot; feature by <a 
href="https://github.com/jamesmunns";><code>@​jamesmunns</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/249";>jamesmunns/postcard#249</a></li>
   <li>Update cobs to 0.3.0 by <a 
href="https://github.com/musicinmybrain";><code>@​musicinmybrain</code></a> in 
<a 
href="https://redirect.github.com/jamesmunns/postcard/pull/226";>jamesmunns/postcard#226</a></li>
   <li>Update postcard’s dep. on postcard-derive to 0.2 by <a 
href="https://github.com/musicinmybrain";><code>@​musicinmybrain</code></a> in 
<a 
href="https://redirect.github.com/jamesmunns/postcard/pull/228";>jamesmunns/postcard#228</a></li>
   <li>Support <code>std::io::Read</code> flavor with minimal temporary buffer 
by <a href="https://github.com/Calsign";><code>@​Calsign</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/212";>jamesmunns/postcard#212</a></li>
   <li>Release postcard/v1.1.2 by <a 
href="https://github.com/jamesmunns";><code>@​jamesmunns</code></a> in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/250";>jamesmunns/postcard#250</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/ChocolateLoverRaj";><code>@​ChocolateLoverRaj</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/193";>jamesmunns/postcard#193</a></li>
   <li><a href="https://github.com/ManevilleF";><code>@​ManevilleF</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/191";>jamesmunns/postcard#191</a></li>
   <li><a href="https://github.com/sommd";><code>@​sommd</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/202";>jamesmunns/postcard#202</a></li>
   <li><a 
href="https://github.com/quietlychris";><code>@​quietlychris</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/215";>jamesmunns/postcard#215</a></li>
   <li><a href="https://github.com/Gerharddc";><code>@​Gerharddc</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/222";>jamesmunns/postcard#222</a></li>
   <li><a href="https://github.com/Veykril";><code>@​Veykril</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/237";>jamesmunns/postcard#237</a></li>
   <li><a 
href="https://github.com/leopardracer";><code>@​leopardracer</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/239";>jamesmunns/postcard#239</a></li>
   <li><a href="https://github.com/lecanard539";><code>@​lecanard539</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/218";>jamesmunns/postcard#218</a></li>
   <li><a href="https://github.com/kilavvy";><code>@​kilavvy</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/247";>jamesmunns/postcard#247</a></li>
   <li><a href="https://github.com/IamTheCarl";><code>@​IamTheCarl</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/234";>jamesmunns/postcard#234</a></li>
   <li><a 
href="https://github.com/musicinmybrain";><code>@​musicinmybrain</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/226";>jamesmunns/postcard#226</a></li>
   <li><a href="https://github.com/Calsign";><code>@​Calsign</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/jamesmunns/postcard/pull/212";>jamesmunns/postcard#212</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/jamesmunns/postcard/compare/postcard/v1.1.1...postcard/v1.1.2";>https://github.com/jamesmunns/postcard/compare/postcard/v1.1.1...postcard/v1.1.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/5cc1f54bf106c06066c57791db4050abd25102ef";><code>5cc1f54</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jamesmunns/postcard/issues/250";>#250</a> from 
jamesmunns/james/release-postcard-v1.1.2</li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/310dc785982ff17aa3d1c64c7ef193e5534f2d53";><code>310dc78</code></a>
 Update version number, remove changelog</li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/5cba46abd01dc95dd558e622da537ee66af83a47";><code>5cba46a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jamesmunns/postcard/issues/212";>#212</a> from 
AutoPallet/minimal-temporary-buffer</li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/59faa9409ca113b73aa9bc97022b3f8dd2726497";><code>59faa94</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jamesmunns/postcard/issues/228";>#228</a> from 
musicinmybrain/derive-0.2</li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/4fca63de9c327abedbf24421a47ca1fd1d711653";><code>4fca63d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jamesmunns/postcard/issues/226";>#226</a> from 
musicinmybrain/cobs-0.3</li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/26eb72685f0b0ec916c39aeee8e9ab16d1f9ed7b";><code>26eb726</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jamesmunns/postcard/issues/249";>#249</a> from 
jamesmunns/james/re-add-paste-flag</li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/ff3e22f3c5f474d596bdbfa6dfd2b7c9784b712f";><code>ff3e22f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jamesmunns/postcard/issues/234";>#234</a> from 
IamTheCarl/defmt-version-bump</li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/432c27ee59916e983f441c18e627b695a3f437d4";><code>432c27e</code></a>
 This adds back a &quot;paste&quot; feature that was removed in <a 
href="https://redirect.github.com/jamesmunns/postcard/issues/222";>#222</a></li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/e0055474bf1c9b8f2bc15b4947b94d683ace887e";><code>e005547</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jamesmunns/postcard/issues/247";>#247</a> from 
kilavvy/main</li>
   <li><a 
href="https://github.com/jamesmunns/postcard/commit/40f4e22ce829345382b4377a7678c7fd035978d3";><code>40f4e22</code></a>
 Update fixint.rs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jamesmunns/postcard/compare/postcard/v1.1.1...postcard/v1.1.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `reqwest` from 0.12.20 to 0.12.21
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md";>reqwest's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v0.12.21</h2>
   <ul>
   <li>Fix socks proxy to use <code>socks4a://</code> instead of 
<code>socks4h://</code>.</li>
   <li>Fix <code>Error::is_timeout()</code> to check for hyper and IO timeouts 
too.</li>
   <li>Fix request <code>Error</code> to again include URLs when possible.</li>
   <li>Fix socks connect error to include more context.</li>
   <li>(wasm) implement <code>Default</code> for <code>Body</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/seanmonstar/reqwest/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `serde_with` from 3.13.0 to 3.14.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jonasbb/serde_with/releases";>serde_with's 
releases</a>.</em></p>
   <blockquote>
   <h2>serde_with v3.14.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for <code>Range</code>, <code>RangeFrom</code>, 
<code>RangeTo</code>, <code>RangeInclusive</code> (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/851";>#851</a>)
   <code>RangeToInclusive</code> is currently unsupported by serde.</li>
   <li>Add <code>schemars</code> implementations for <code>Bound</code>, 
<code>Range</code>, <code>RangeFrom</code>, <code>RangeTo</code>, 
<code>RangeInclusive</code>.</li>
   <li>Added support for <code>schemars</code> v1 under the 
<code>schemars_1</code> feature flag</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/16ea265e501c6c0655de727fb8aa3a1c8d5d0880";><code>16ea265</code></a>
 Bump version to 3.14 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/865";>#865</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/6b963ec7efa513105fa40014ecae59e4d984317f";><code>6b963ec</code></a>
 Bump version to 3.14</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/ff8df7add39a98e8480800e239234df7980b4dc4";><code>ff8df7a</code></a>
 Dead code cleanup (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/864";>#864</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/e3a5f164cfe22cb38943ab28e672e38bdb63602b";><code>e3a5f16</code></a>
 Fix function naming scheme</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/20a8cf647a3abaa8cb7df662fc36c6c0f183ddf4";><code>20a8cf6</code></a>
 Remove unused derives and dead functions in schemars code</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/efe145bdfad4ea27fb342a9bd27dacbd54ab7ac9";><code>efe145b</code></a>
 Extract common DropGuard struct and NumberExt trait</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/1c3a1d3cd1c875d9a7c7d14b1a5272c8e34aad66";><code>1c3a1d3</code></a>
 Remove unused derives from internal Content type</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/c77b02ff8f42c22775e70a82bbe6dc057d24cb76";><code>c77b02f</code></a>
 Add support for <code>schemars</code> v1 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/863";>#863</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/e44f5dfba2c6ba73d91a2e1a9738c0c2e722819f";><code>e44f5df</code></a>
 Cleanup schemars tests (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/862";>#862</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/17f3555d68a1a20f1cbb5603aa2f5ea54326ceba";><code>17f3555</code></a>
 Add support for <code>schemars</code> v1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jonasbb/serde_with/compare/v3.13.0...v3.14.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `prost` from 0.13.5 to 0.14.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md";>prost's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Prost version 0.14.1</h1>
   <p><em>PROST!</em> is a <a 
href="https://developers.google.com/protocol-buffers/";>Protocol Buffers</a> 
implementation for the <a href="https://www.rust-lang.org/";>Rust Language</a>. 
<code>prost</code> generates simple, idiomatic Rust code from 
<code>proto2</code> and <code>proto3</code> files.</p>
   <h2>⚠️ Revert emission of <code>rerun</code> commands</h2>
   <p>Version 0.14.1 reverts the emission of <code>rerun</code> commands. Other 
than this change, it is identical to 0.14.0.</p>
   <p>In version 0.14.0, <code>prost-build</code> began emitting 
<code>rerun</code> commands. While intended to improve build correctness, this 
change caused regressions for some users—for example, those generating 
<code>protos</code> from an <code>includes</code> directory. These edge cases 
are difficult to address reliably, so the change has been rolled back in 
0.14.1.</p>
   <p>For more details, see [issue <a 
href="https://redirect.github.com/tokio-rs/prost/issues/1296";>#1296</a>](<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1296";>tokio-rs/prost#1296</a>).</p>
   <h2>Breaking changes</h2>
   <ul>
   <li>
   <p>prost: Relax Message Debug trait bound (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1147";>#1147</a>)</p>
   <p>BREAKING CHANGE: <code>trait Debug</code> was a supertrait of <code>trait 
Message</code>. This is no longer required by <code>prost</code>. If your code 
relies on <code>trait Debug</code> being implemented for every <code>impl 
Message</code>, you must now explicitly state that you require both Debug and 
Message. For example: <code>where M: Debug + Message</code></p>
   </li>
   <li>
   <p>prost: Remove prost-derive feature (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1247";>#1247</a>)</p>
   <p>BREAKING CHANGE: Feature flag <code>prost-derive</code> is renamed to 
<code>derive</code>. Please rename any usage of <code>prost-derive</code> 
feature in your <code>Cargo.toml</code>.</p>
   </li>
   <li>
   <p>prost-build: Prevent repeated fields to be boxed (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1237";>#1237</a>)</p>
   <p>BREAKING CHANGE: A repeated field that is manually marked as boxed was 
typed as <code>Vec&lt;Box&lt;T&gt;&gt;</code>. Those fields are now simply 
typed as <code>Vec&lt;T&gt;</code> to prevent double indirection. The 
<code>boxed</code> configuration is effectively ignored for repeated fields.</p>
   </li>
   <li>
   <p>prost-build: Make <code>type_name_domain</code> cumulative (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1228";>#1228</a>)</p>
   <p>BREAKING CHANGE: The configuration for domain names of messages is now 
cumulative. All calls to <code>prost_build::Config::type_name_domain</code> are 
now concatenated. The previous behavior was that only the arguments of the last 
call were used. If you do multiple calls to type_name_domain, you need to 
remove all but the last call to maintain the same behavior.</p>
   </li>
   <li>
   <p>prost-build: Derive Eq and Hash trait for messages where possible (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1175";>#1175</a>)</p>
   <p>BREAKING CHANGE: <code>prost-build</code> will automatically derive 
<code>trait Eq</code> and <code>trait Hash</code> for types where all field 
support those as well. If you manually <code>impl Eq</code> and/or <code>impl 
Hash</code> for generated types, then you need to remove the manual 
implementation. If you use <code>type_attribute</code> to 
<code>derive(Eq)</code> and/or <code>derive(Hash)</code>, then you need to 
remove those.</p>
   </li>
   </ul>
   <h2>Features</h2>
   <ul>
   <li>prost-types: Implement conversion <code>Duration</code> to/from 
<code>chrono::TimeDelta</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1236";>#1236</a>)</li>
   <li>prost-build: Prepare for 2024 keyword <code>gen</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1257";>#1257</a>)</li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li><em>(deps)</em> Update pulldown-cmark to 0.13 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1259";>#1259</a>)</li>
   <li><em>(deps)</em> update criterion requirement from 0.5 to 0.6 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1280";>#1280</a>)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Update dead link LICENSE in <code>prost-types/README.md</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1262";>#1262</a>)</li>
   </ul>
   <h2>Styling</h2>
   <ul>
   <li>Use DoubleEndedIterator::next_back (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1255";>#1255</a>)</li>
   <li>Fix typo (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1260";>#1260</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/9965a988a7f95d55c106b933a82a3e657dce02c2";><code>9965a98</code></a>
 chore: Release version 0.14.1 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1299";>#1299</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/0caca2977d5a377c74de839b0d0a1a479e060335";><code>0caca29</code></a>
 Revert &quot;feat(prost-build): emit <code>rerun</code> commands (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1140";>#1140</a>)&quot; 
(<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1297";>#1297</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/3543eb8001d85565bcbc864a37ecd771afdaec49";><code>3543eb8</code></a>
 chore: Release version 0.14.0 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1276";>#1276</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/1e93f5612d70a292d6d3919bfc6af22bf82e481a";><code>1e93f56</code></a>
 build(deps): update criterion requirement from 0.5 to 0.6 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1280";>#1280</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/bdd03fcb8dbe514a3bc2ecfbc7cb8f335d21436c";><code>bdd03fc</code></a>
 Update config.rs (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1270";>#1270</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/fcf610edf53826eacd7010a667b7026d5560060f";><code>fcf610e</code></a>
 ci: Run clippy with edition 2024 enabled (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1256";>#1256</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/8a3d42e5a30d110e54784dd57384d46dbcbacc5c";><code>8a3d42e</code></a>
 docs: update dead link LICENSE in <code>prost-types/README.md</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1262";>#1262</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/97d5841c3bd74024bc877a7f8508c7ec1e07dd6d";><code>97d5841</code></a>
 chore: fix typo (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1260";>#1260</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/5c97cf88e7ff0376413cd51cef5969c3ee091ac2";><code>5c97cf8</code></a>
 build(deps): Update pulldown-cmark to 0.13 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1259";>#1259</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/db871b4e719565a384dea329519c8f0d7b21f484";><code>db871b4</code></a>
 harden <code>ref mut</code> according to edition 2024 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1248";>#1248</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tokio-rs/prost/compare/v0.13.5...v0.14.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `prost-types` from 0.13.5 to 0.14.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md";>prost-types's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Prost version 0.14.1</h1>
   <p><em>PROST!</em> is a <a 
href="https://developers.google.com/protocol-buffers/";>Protocol Buffers</a> 
implementation for the <a href="https://www.rust-lang.org/";>Rust Language</a>. 
<code>prost</code> generates simple, idiomatic Rust code from 
<code>proto2</code> and <code>proto3</code> files.</p>
   <h2>⚠️ Revert emission of <code>rerun</code> commands</h2>
   <p>Version 0.14.1 reverts the emission of <code>rerun</code> commands. Other 
than this change, it is identical to 0.14.0.</p>
   <p>In version 0.14.0, <code>prost-build</code> began emitting 
<code>rerun</code> commands. While intended to improve build correctness, this 
change caused regressions for some users—for example, those generating 
<code>protos</code> from an <code>includes</code> directory. These edge cases 
are difficult to address reliably, so the change has been rolled back in 
0.14.1.</p>
   <p>For more details, see [issue <a 
href="https://redirect.github.com/tokio-rs/prost/issues/1296";>#1296</a>](<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1296";>tokio-rs/prost#1296</a>).</p>
   <h2>Breaking changes</h2>
   <ul>
   <li>
   <p>prost: Relax Message Debug trait bound (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1147";>#1147</a>)</p>
   <p>BREAKING CHANGE: <code>trait Debug</code> was a supertrait of <code>trait 
Message</code>. This is no longer required by <code>prost</code>. If your code 
relies on <code>trait Debug</code> being implemented for every <code>impl 
Message</code>, you must now explicitly state that you require both Debug and 
Message. For example: <code>where M: Debug + Message</code></p>
   </li>
   <li>
   <p>prost: Remove prost-derive feature (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1247";>#1247</a>)</p>
   <p>BREAKING CHANGE: Feature flag <code>prost-derive</code> is renamed to 
<code>derive</code>. Please rename any usage of <code>prost-derive</code> 
feature in your <code>Cargo.toml</code>.</p>
   </li>
   <li>
   <p>prost-build: Prevent repeated fields to be boxed (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1237";>#1237</a>)</p>
   <p>BREAKING CHANGE: A repeated field that is manually marked as boxed was 
typed as <code>Vec&lt;Box&lt;T&gt;&gt;</code>. Those fields are now simply 
typed as <code>Vec&lt;T&gt;</code> to prevent double indirection. The 
<code>boxed</code> configuration is effectively ignored for repeated fields.</p>
   </li>
   <li>
   <p>prost-build: Make <code>type_name_domain</code> cumulative (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1228";>#1228</a>)</p>
   <p>BREAKING CHANGE: The configuration for domain names of messages is now 
cumulative. All calls to <code>prost_build::Config::type_name_domain</code> are 
now concatenated. The previous behavior was that only the arguments of the last 
call were used. If you do multiple calls to type_name_domain, you need to 
remove all but the last call to maintain the same behavior.</p>
   </li>
   <li>
   <p>prost-build: Derive Eq and Hash trait for messages where possible (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1175";>#1175</a>)</p>
   <p>BREAKING CHANGE: <code>prost-build</code> will automatically derive 
<code>trait Eq</code> and <code>trait Hash</code> for types where all field 
support those as well. If you manually <code>impl Eq</code> and/or <code>impl 
Hash</code> for generated types, then you need to remove the manual 
implementation. If you use <code>type_attribute</code> to 
<code>derive(Eq)</code> and/or <code>derive(Hash)</code>, then you need to 
remove those.</p>
   </li>
   </ul>
   <h2>Features</h2>
   <ul>
   <li>prost-types: Implement conversion <code>Duration</code> to/from 
<code>chrono::TimeDelta</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1236";>#1236</a>)</li>
   <li>prost-build: Prepare for 2024 keyword <code>gen</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1257";>#1257</a>)</li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li><em>(deps)</em> Update pulldown-cmark to 0.13 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1259";>#1259</a>)</li>
   <li><em>(deps)</em> update criterion requirement from 0.5 to 0.6 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1280";>#1280</a>)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li>Update dead link LICENSE in <code>prost-types/README.md</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1262";>#1262</a>)</li>
   </ul>
   <h2>Styling</h2>
   <ul>
   <li>Use DoubleEndedIterator::next_back (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1255";>#1255</a>)</li>
   <li>Fix typo (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1260";>#1260</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/9965a988a7f95d55c106b933a82a3e657dce02c2";><code>9965a98</code></a>
 chore: Release version 0.14.1 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1299";>#1299</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/0caca2977d5a377c74de839b0d0a1a479e060335";><code>0caca29</code></a>
 Revert &quot;feat(prost-build): emit <code>rerun</code> commands (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1140";>#1140</a>)&quot; 
(<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1297";>#1297</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/3543eb8001d85565bcbc864a37ecd771afdaec49";><code>3543eb8</code></a>
 chore: Release version 0.14.0 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1276";>#1276</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/1e93f5612d70a292d6d3919bfc6af22bf82e481a";><code>1e93f56</code></a>
 build(deps): update criterion requirement from 0.5 to 0.6 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1280";>#1280</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/bdd03fcb8dbe514a3bc2ecfbc7cb8f335d21436c";><code>bdd03fc</code></a>
 Update config.rs (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1270";>#1270</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/fcf610edf53826eacd7010a667b7026d5560060f";><code>fcf610e</code></a>
 ci: Run clippy with edition 2024 enabled (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1256";>#1256</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/8a3d42e5a30d110e54784dd57384d46dbcbacc5c";><code>8a3d42e</code></a>
 docs: update dead link LICENSE in <code>prost-types/README.md</code> (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1262";>#1262</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/97d5841c3bd74024bc877a7f8508c7ec1e07dd6d";><code>97d5841</code></a>
 chore: fix typo (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1260";>#1260</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/5c97cf88e7ff0376413cd51cef5969c3ee091ac2";><code>5c97cf8</code></a>
 build(deps): Update pulldown-cmark to 0.13 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1259";>#1259</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/prost/commit/db871b4e719565a384dea329519c8f0d7b21f484";><code>db871b4</code></a>
 harden <code>ref mut</code> according to edition 2024 (<a 
href="https://redirect.github.com/tokio-rs/prost/issues/1248";>#1248</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tokio-rs/prost/compare/v0.13.5...v0.14.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `protox` from 0.8.0 to 0.9.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/andrewhickman/protox/releases";>protox's 
releases</a>.</em></p>
   <blockquote>
   <h2>protox-parse-v0.9.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[<strong>breaking</strong>] Update to protox 0.14.0</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li>Include test files in the crate (<a 
href="https://redirect.github.com/andrewhickman/protox/pull/95";>#95</a>)</li>
   <li>Update MSRV badge in readme</li>
   </ul>
   <h2>protox-v0.9.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[<strong>breaking</strong>] Update to protox 0.14.0</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li>Fix clippy lint</li>
   <li>Include test files in the crate (<a 
href="https://redirect.github.com/andrewhickman/protox/pull/95";>#95</a>)</li>
   <li>Update protobuf version (<a 
href="https://redirect.github.com/andrewhickman/protox/pull/94";>#94</a>)</li>
   <li>Clarify the license due to bundled protobuf sources (<a 
href="https://redirect.github.com/andrewhickman/protox/pull/92";>#92</a>)</li>
   <li>Update MSRV badge in readme</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md";>protox's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <p>All notable changes to this project will be documented in this file.</p>
   <p>The format is based on <a 
href="https://keepachangelog.com/en/1.0.0/";>Keep a Changelog</a>,
   and this project adheres to <a 
href="https://semver.org/spec/v2.0.0.html";>Semantic Versioning</a>.</p>
   <h2>[Unreleased]</h2>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/andrewhickman/protox/commits/protox-v0.9.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `protox-parse` from 0.8.0 to 0.9.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/andrewhickman/protox/releases";>protox-parse's 
releases</a>.</em></p>
   <blockquote>
   <h2>protox-parse-v0.9.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[<strong>breaking</strong>] Update to protox 0.14.0</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li>Include test files in the crate (<a 
href="https://redirect.github.com/andrewhickman/protox/pull/95";>#95</a>)</li>
   <li>Update MSRV badge in readme</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md";>protox-parse's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <p>All notable changes to this project will be documented in this file.</p>
   <p>The format is based on <a 
href="https://keepachangelog.com/en/1.0.0/";>Keep a Changelog</a>,
   and this project adheres to <a 
href="https://semver.org/spec/v2.0.0.html";>Semantic Versioning</a>.</p>
   <h2>[Unreleased]</h2>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/andrewhickman/protox/commits/protox-parse-v0.9.0";>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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to