Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Updates the requirements on fuser to permit the latest version.

Release notes

Sourced from fuser's releases.

0.15.1

  • Fix crtime related panic that could occur on MacOS. See PR #322 for details.
Changelog

Sourced from fuser's changelog.

0.15.1 - 2024-11-27

  • Fix crtime related panic that could occur on MacOS. See PR #322 for details.

0.15.0 - 2024-10-25

  • Add file handle argument to getattr()
  • Change poll() to take a PollHandle instead of a u64
  • Add low level API for manually mounting or wrapping a fuse file descriptor into a Session
  • Fix compatibility with MacFUSE 4.x
  • Performance optimizations

0.14.0 - 2023-11-04

  • Add support for poll
  • Add support for notifications
  • ABI 7.11 support is now complete

0.13.0 - 2023-08-16

  • Remove dependency on users crate
  • Performance optimizations

0.12.0 - 2022-12-13

  • Add method to Session to unmount non-Send Filesystems

0.11.1 - 2022-08-24

  • Improve an error message when using libfuse2

0.11.0 - 2022-03-05

  • Add spawn_mount2()
  • Deprecate spawn_mount()

0.10.0 - 2022-01-06

  • Improve error messages
  • Support compiling with musl
  • Default link() & symlink() now return EPERM instead of ENOSYS

0.9.1 - 2021-09-07

  • forget and batch_forget no longer require that AllowRoot be set

0.9.0 - 2021-08-31

  • Ensure that Filesystem::destroy is always called, when the filesystem is unmounted
  • Remove request parameter from Filesystem::destroy.
  • Make fuse_forget_one public, so that Filesystem::batch_forget can be implemented by users.
  • Fix batch_forget. Previously, it always received an empty list of inodes.
  • Fix MountOption::AllowRoot. Previously, using it resulted in a crash.
  • Fix MountOption::AutoUnmount so that it works when AllowRoot and AllowOther are both not set.
  • Make log messages more verbose (now includes the operation)

0.8.0 - 2021-06-11

  • Deprecate mount()
  • Remove FileAttr.padding. This field was added by mistake, and does nothing
  • Fix crash when receiving an unknown FUSE operation type

... (truncated)

Commits

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependency rust Pull requests that update Rust code labels Dec 13, 2024
@gierens
Copy link
Owner

gierens commented Feb 19, 2025

@dependabot recreate

@gierens
Copy link
Owner

gierens commented Feb 19, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/fuser-0.15 branch from 5330093 to e849009 Compare February 19, 2025 11:13
@gierens
Copy link
Owner

gierens commented Feb 19, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/fuser-0.15 branch from e849009 to 50729de Compare February 19, 2025 22:22
@gierens
Copy link
Owner

gierens commented Feb 19, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/fuser-0.15 branch from 50729de to fa6d3ae Compare February 19, 2025 23:29
@github-actions github-actions bot added the fuse label Feb 20, 2025
dependabot bot and others added 2 commits February 20, 2025 01:17
Updates the requirements on [fuser](https://github.com/cberner/fuser) to permit the latest version.
- [Release notes](https://github.com/cberner/fuser/releases)
- [Changelog](https://github.com/cberner/fuser/blob/master/CHANGELOG.md)
- [Commits](cberner/fuser@v0.14.0...v0.15.1)

---
updated-dependencies:
- dependency-name: fuser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@gierens gierens force-pushed the dependabot/cargo/fuser-0.15 branch from 2efd4b4 to 4f6f22c Compare February 20, 2025 00:17
@gierens gierens merged commit 0485055 into main Feb 20, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/fuser-0.15 branch February 20, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency fuse rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant