dependabot[bot] opened a new pull request, #1021:
URL: https://github.com/apache/iceberg-rust/pull/1021

   Bumps [pilota](https://github.com/cloudwego/pilota) from 0.11.8 to 0.11.10.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/cloudwego/pilota/releases";>pilota's 
releases</a>.</em></p>
   <blockquote>
   <h2>Pilota-0.11.9</h2>
   <h2>Note</h2>
   <p>Starting with this release, the Minimum Supported Rust Version (MSRV) is 
now Rust 1.85.0.</p>
   <h2>What You Need to Do</h2>
   <p>Check Your Rust Version:</p>
   <pre lang="bash"><code>rustc --version  # Should output `rustc 1.85.0` or 
higher
   </code></pre>
   <p>Update Rust (If Needed)</p>
   <pre lang="bash"><code>rustup update stable
   </code></pre>
   <h2>What's Changed</h2>
   <ul>
   <li>fix(pilota)/use advance method to align the inner buffer index with the 
protocol index when feasible by <a 
href="https://github.com/Ggiggle";><code>@​Ggiggle</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/247";>cloudwego/pilota#247</a></li>
   <li>fix(pilota): align the inner buffer index with the protocol index by <a 
href="https://github.com/Ggiggle";><code>@​Ggiggle</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/248";>cloudwego/pilota#248</a></li>
   <li>chore(pilota): release new version by <a 
href="https://github.com/Ggiggle";><code>@​Ggiggle</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/250";>cloudwego/pilota#250</a></li>
   <li>feat(pilota): use lookup table to optimize ttype lookup by <a 
href="https://github.com/PureWhiteWu";><code>@​PureWhiteWu</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/251";>cloudwego/pilota#251</a></li>
   <li>feat: support encode zero value in protobuf to adjust to go proto2 by <a 
href="https://github.com/Ggiggle";><code>@​Ggiggle</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/274";>cloudwego/pilota#274</a></li>
   <li>fix: correct the feature name by <a 
href="https://github.com/Ggiggle";><code>@​Ggiggle</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/275";>cloudwego/pilota#275</a></li>
   <li>fix: add the default value len when turn on the encode default value 
feature by <a href="https://github.com/Ggiggle";><code>@​Ggiggle</code></a> in 
<a 
href="https://redirect.github.com/cloudwego/pilota/pull/276";>cloudwego/pilota#276</a></li>
   <li>fix: calculate default value len when use pb encode default value 
feature by <a href="https://github.com/Ggiggle";><code>@​Ggiggle</code></a> in 
<a 
href="https://redirect.github.com/cloudwego/pilota/pull/277";>cloudwego/pilota#277</a></li>
   <li>chore(ci): temporarily disable linux aarch64 tests by <a 
href="https://github.com/PureWhiteWu";><code>@​PureWhiteWu</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/283";>cloudwego/pilota#283</a></li>
   <li>feat: support generate BTreeSet/BTreeMap for thrift set/map by <a 
href="https://github.com/Millione";><code>@​Millione</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/289";>cloudwego/pilota#289</a></li>
   <li>fix: remove dependency on derivative by <a 
href="https://github.com/flaneur2020";><code>@​flaneur2020</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/294";>cloudwego/pilota#294</a></li>
   <li>ci: use self-hosted runners by <a 
href="https://github.com/PureWhiteWu";><code>@​PureWhiteWu</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/299";>cloudwego/pilota#299</a></li>
   <li>chore: migrate to rust 2024 edition by <a 
href="https://github.com/Millione";><code>@​Millione</code></a> in <a 
href="https://redirect.github.com/cloudwego/pilota/pull/300";>cloudwego/pilota#300</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/cloudwego/pilota/compare/pilota-0.11.0...pilota-0.11.9";>https://github.com/cloudwego/pilota/compare/pilota-0.11.0...pilota-0.11.9</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/cloudwego/pilota/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pilota&package-manager=cargo&previous-version=0.11.8&new-version=0.11.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to