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

   Bumps [astral-tokio-tar](https://github.com/astral-sh/tokio-tar) from 0.6.0 
to 0.6.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/astral-sh/tokio-tar/releases";>astral-tokio-tar's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.6.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li><a href="https://redirect.github.com/astral-sh/tokio-tar/pull/86";>Remove 
filetime dependency</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/044719d9ba4f9846030068ab9eb40a5c6b86cf3d";>Reject
 mixed PAX and GNU path metadata</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/de53e32d38bcf0fc5597b676b8445fdf940c6441";>Reject
 unterminated PAX records</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/f1514140784815907276591972cea50832328187";>Reject
 mixed PAX and GNU link targets</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/fbc075336e0ae4cba33ed8d200afba5d799f2122";>Trim
 GNU long names and links at NUL</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/169e86e97afcbd062b40cd3bdc5788457d88f2d2";>Add
 a restricted local-PAX input mode</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/62059bcf7c7a19f6134d0ded14fc912d65ba6d6f";>Parse
 PAX records by declared length</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/00998d83939be66de0405e5db946912ab7b5de8e";>Apply
 PAX owner names to entries</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/f92465ba788eba22170a546ed3244586d4594146";>Apply
 PAX size overrides to entry headers</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/30615e746480d960e2e91740d5cf75ad21bc199c";>Apply
 Solaris X metadata only on USTAR carriers</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/50a869ac1c80ac4dc2e7361509ef6bacc2e35700";>Report
 truncated TAR payloads during entry reads</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/5d256f65c32bb44dbc2726bbbe315e4c87c1fe4c";>Reject
 partial GNU sparse map entries</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/9bec791d2f9bcb0de7e81a9c3d26b341f47ed877";>Preserve
 payload access for unknown TAR typeflags</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/26eb58c2fca54e404ea6e6f4078566a2a3adcd84";>Reject
 dangling one-shot TAR extensions</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/57a0e6bc342ddeaf5a85a60fcab46de50f6d18ea";>Reject
 orphaned GNU sparse PAX metadata</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/27e6ff78dc299920dfe41eddd1013946caf1d680";>Reject
 ambiguous NUL-version USTAR headers</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/37b8b8d12236eb37c0994247f9cd1bbef328c501";>Require
 valid carrier classes for TAR extensions</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/29ffce470a9c1247457cca9bc91fedc6700e293e";>Require
 decimal PAX numeric overrides</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/c11d0e48eefe6c3fa901b1ebe3055f9f89f56418";>Use
 the last repeated PAX pathname</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/972c52d6a4c5d2b07354fd28f045fcaee8261983";>Test
 last-record precedence for PAX owner metadata</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/5fe6899d571720a1b4acd784ec6ff7b47633b601";>Reject
 empty local PAX values</a></li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/97c5c2e15b36775e42628a234f727abc5725c423";>Report
 sparse data positions after continuation headers</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/astral-sh/tokio-tar/compare/v0.6.2...v0.6.3";>https://github.com/astral-sh/tokio-tar/compare/v0.6.2...v0.6.3</a></p>
   <h2>v0.6.2</h2>
   <ul>
   <li>Avoid desync when mixing extensions  <a 
href="https://redirect.github.com/astral-sh/tokio-tar/pull/82";>#82</a></li>
   </ul>
   <h2>v0.6.1</h2>
   <p>This release addresses two advisories:</p>
   <ul>
   <li>GHSA-fp55-jw48-c537</li>
   <li>GHSA-xx64-wwv2-hcqq</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/54e0a2e011aa96d0483b98577b29a9e2877df2b5";><code>54e0a2e</code></a>
 Bump version to 0.6.3</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/97c5c2e15b36775e42628a234f727abc5725c423";><code>97c5c2e</code></a>
 Report sparse data positions after continuation headers</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/5fe6899d571720a1b4acd784ec6ff7b47633b601";><code>5fe6899</code></a>
 Reject empty local PAX values</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/972c52d6a4c5d2b07354fd28f045fcaee8261983";><code>972c52d</code></a>
 Test last-record precedence for PAX owner metadata</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/c11d0e48eefe6c3fa901b1ebe3055f9f89f56418";><code>c11d0e4</code></a>
 Use the last repeated PAX pathname</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/29ffce470a9c1247457cca9bc91fedc6700e293e";><code>29ffce4</code></a>
 Require decimal PAX numeric overrides</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/37b8b8d12236eb37c0994247f9cd1bbef328c501";><code>37b8b8d</code></a>
 Require valid carrier classes for TAR extensions</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/27e6ff78dc299920dfe41eddd1013946caf1d680";><code>27e6ff7</code></a>
 Reject ambiguous NUL-version USTAR headers</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/57a0e6bc342ddeaf5a85a60fcab46de50f6d18ea";><code>57a0e6b</code></a>
 Reject orphaned GNU sparse PAX metadata</li>
   <li><a 
href="https://github.com/astral-sh/tokio-tar/commit/26eb58c2fca54e404ea6e6f4078566a2a3adcd84";><code>26eb58c</code></a>
 Reject dangling one-shot TAR extensions</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/tokio-tar/compare/v0.6.0...v0.6.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astral-tokio-tar&package-manager=cargo&previous-version=0.6.0&new-version=0.6.3)](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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/fluss/network/alerts).
   
   </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