Skip to content

chore(deps): update rust crate fs-err to v3.3.0#271

Open
renovate-bot wants to merge 1 commit into
google:mainfrom
renovate-bot:renovate/fs-err-3.x-lockfile
Open

chore(deps): update rust crate fs-err to v3.3.0#271
renovate-bot wants to merge 1 commit into
google:mainfrom
renovate-bot:renovate/fs-err-3.x-lockfile

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Feb 7, 2026

This PR contains the following updates:

Package Type Update Change
fs-err dependencies minor 3.1.33.3.0

Release Notes

andrewhickman/fs-err (fs-err)

v3.3.0

Compare Source

v3.2.2

  • Add wrappers for File::set_modified and File::set_times (#​84)

v3.2.1

  • Rename parameters of symlink, soft_link and hard_link functions to match std (#​83)

v3.2.0

Compare Source

  • Introduce debug and debug_tokio feature. Debug filesystem errors faster by exposing more information (#​81). Without this feature on, errors might look like this:

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2)
    

    With this feature on, it will include additional information. For example:

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2)
    
    Path does not exist `file.txt`
    - Absolute path `/path/to/dir/file.txt`
    - Missing `file.txt` from parent directory:
      `/path/to/dir`
        └── `file.md`
        └── `different.txt`
    

    It's suggested to enable this feature in dev-dependencies for security and performance reasons.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant