Skip to content

chore(deps): Bump fs-err from 3.2.2 to 3.3.0#2197

Merged
blackmwk merged 1 commit intomainfrom
dependabot/cargo/fs-err-3.3.0
Mar 3, 2026
Merged

chore(deps): Bump fs-err from 3.2.2 to 3.3.0#2197
blackmwk merged 1 commit intomainfrom
dependabot/cargo/fs-err-3.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps fs-err from 3.2.2 to 3.3.0.

Changelog

Sourced from fs-err's changelog.

fs-err Changelog

3.3.2

  • Cleanup rustdoc links to make them clickable in rust-analyzer (#88)
  • Add wrappers for several os::unix::fs functions (#87):
    • std::os::unix::fs::FileExt::read_exact_at
    • std::os::unix::fs::FileExt::write_all_at
    • std::os::unix::fs::chroot
    • std::os::unix::fs::chown
    • std::os::unix::fs::lchown
  • Replace '/' operator in SPDX license expression with 'OR' for readability (#86)
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 3.2.2 to 3.3.0.
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@3.2.2...3.3.0)

---
updated-dependencies:
- dependency-name: fs-err
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 1, 2026
Copy link
Collaborator

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog looks reasonable.

@blackmwk blackmwk merged commit 12d1ec1 into main Mar 3, 2026
21 checks passed
@blackmwk blackmwk deleted the dependabot/cargo/fs-err-3.3.0 branch March 3, 2026 01:56
gbrgr pushed a commit to RelationalAI/iceberg-rust that referenced this pull request Mar 10, 2026
Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 3.2.2 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>
</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>See full diff in <a
href="https://github.com/andrewhickman/fs-err/compare/3.2.2...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.2&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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants