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

   Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 3.2.0 to 3.3.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md";>fs-err's 
changelog</a>.</em></p>
   <blockquote>
   <h1>fs-err Changelog</h1>
   <h2>3.3.2</h2>
   <ul>
   <li>Cleanup rustdoc links to make them clickable in rust-analyzer (<a 
href="https://redirect.github.com/andrewhickman/fs-err/pull/88";>#88</a>)</li>
   <li>Add wrappers for several <code>os::unix::fs</code> functions (<a 
href="https://redirect.github.com/andrewhickman/fs-err/pull/87";>#87</a>):
   <ul>
   <li><code>std::os::unix::fs::FileExt::read_exact_at</code></li>
   <li><code>std::os::unix::fs::FileExt::write_all_at</code></li>
   <li><code>std::os::unix::fs::chroot</code></li>
   <li><code>std::os::unix::fs::chown</code></li>
   <li><code>std::os::unix::fs::lchown</code></li>
   </ul>
   </li>
   <li>Replace '/' operator in SPDX license expression with 'OR' for 
readability (<a 
href="https://redirect.github.com/andrewhickman/fs-err/pull/86";>#86</a>)</li>
   </ul>
   <h2>3.2.2</h2>
   <ul>
   <li>Add wrappers for <code>File::set_modified</code> and 
<code>File::set_times</code> (<a 
href="https://redirect.github.com/andrewhickman/fs-err/pull/84";>#84</a>)</li>
   </ul>
   <h2>3.2.1</h2>
   <ul>
   <li>Rename parameters of <code>symlink</code>, <code>soft_link</code> and 
<code>hard_link</code> functions to match <code>std</code> (<a 
href="https://redirect.github.com/andrewhickman/fs-err/pull/83";>#83</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/382d9666645e8d8748fafb7f4b072668e36661f4";><code>382d966</code></a>
 chore: Release fs-err version 3.3.0</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/aaf7704ed3257d872e1daabf3375577d2b97e87e";><code>aaf7704</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/823bd02638d3c050961dafde33198c75b7df0c7a";><code>823bd02</code></a>
 Fix link</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/c0c63cdaa821f28a1edfb08845da1732013dd668";><code>c0c63cd</code></a>
 doc: Cleanup rustdoc links (<a 
href="https://redirect.github.com/andrewhickman/fs-err/issues/88";>#88</a>)</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/19b716699626ffada5cb1d3a2d8dbbb01de87807";><code>19b7166</code></a>
 Replace '/' operator in SPDX license expression with 'OR' (<a 
href="https://redirect.github.com/andrewhickman/fs-err/issues/86";>#86</a>)</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/2f7ffc9f76fc8294de81ddcbe55d446dcbbea232";><code>2f7ffc9</code></a>
 More <code>os::unix::fs</code> stuff (<a 
href="https://redirect.github.com/andrewhickman/fs-err/issues/87";>#87</a>)</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/62640b6350cdab9ec5c6b0e6be307a4cb7a04eea";><code>62640b6</code></a>
 chore: Release fs-err version 3.2.2</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/578bdb66e8d9c33706d5cddf04370b22aec2fd53";><code>578bdb6</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/2e5a971febba71074b3e8bb76bdb559e959c0c68";><code>2e5a971</code></a>
 Set modified (<a 
href="https://redirect.github.com/andrewhickman/fs-err/issues/84";>#84</a>)</li>
   <li><a 
href="https://github.com/andrewhickman/fs-err/commit/3298009950e1ce475a08ba37093b13ac9faa7646";><code>3298009</code></a>
 chore: Release fs-err version 3.2.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/andrewhickman/fs-err/compare/3.2.0...3.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fs-err&package-manager=cargo&previous-version=3.2.0&new-version=3.3.0)](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)
   
   
   </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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to