Skip to content

fix(deps): update rust#32

Open
bootc-bot[bot] wants to merge 1 commit intomainfrom
bootc-renovate/rust
Open

fix(deps): update rust#32
bootc-bot[bot] wants to merge 1 commit intomainfrom
bootc-renovate/rust

Conversation

@bootc-bot
Copy link
Copy Markdown
Contributor

@bootc-bot bootc-bot Bot commented Apr 12, 2026

This PR contains the following updates:

Package Type Update Change
cap-std-ext dependencies major 4.05.0
fuser dependencies minor 0.16.00.17.0
indicatif dependencies minor 0.17.00.18.0
oci-spec dependencies minor 0.80.9
sha2 dependencies minor 0.100.11
similar-asserts dev-dependencies major 1.7.02.0.0
toml dependencies major 0.81.0

Release Notes

coreos/cap-std-ext (cap-std-ext)

v5.1.2

Compare Source

What's Changed

Full Changelog: coreos/cap-std-ext@v5.1.1...v5.1.2

v5.1.1: 5.1.1

Compare Source

No actual changes, this is just to switch to https://crates.io/docs/trusted-publishing

v5.0.0

Compare Source

cberner/fuser (fuser)

v0.17.0

Compare Source

Major changes:

  • Change many integer-based public API parameters to strongly-typed newtypes and bitflags.
    This breaking changes affects many of the methods on Filesystem
  • Change Filesystem trait methods to use &self, and require mounted filesystems to be Send + Sync + 'static
  • Improve typed error handling across request/reply APIs
  • Replace Vec<MountOption> mount APIs with a structured Config API, including ACL option handling
  • Feature flags abi-7-xx are now ignored and will be removed in 0.18, with compatibility checks moved to runtime behavior
  • Remove the old ABI-specific feature-flag surface (abi-7-9 through abi-7-19, plus tooling/docs/examples references)
  • Add support for multiple event loops per session, which can be enabled via Config::n_threads
  • Add experimental async API (AsyncFilesystem)

Minor changes:

  • Rename BackgroundSession::join to umount_and_join, returning io::Result<()> instead of panicking
  • Add FUSE_DEV_IOC_CLONE support and improve passthrough descriptor handling (ReplyCreate, ReplyOpen, BackingId)
  • Improve passthrough descriptor handling (ReplyCreate, ReplyOpen, BackingId)
  • Add FileType conversion from std FileType
  • Add option to explicitly choose libfuse2 or libfuse3, prefer libfuse3 by default
  • Support building without libfuse on BSD
  • Remove remaining osxfuse support and improve macfuse compatibility
  • The path to the fusermount binary can be specified with the FUSERMOUNT_PATH environment variable
  • allow_root or allow_other must be enabled when using auto_unmount
  • Remove deprecated mount and spawn_mount -- use mount2 and spawn_mount2 instead
  • Update and expand documentation

Internal changes:

  • Improve Linux/BSD/macOS test coverage by migrating mount tests to fuser-tests and expanding CI
  • Rework session lifecycle internals (handshake/session startup, destroy ordering, and unmount error propagation)
console-rs/indicatif (indicatif)

v0.18.4

Compare Source

What's Changed

v0.18.3

Compare Source

What's Changed

v0.18.2

Compare Source

What's Changed

v0.18.1

Compare Source

What's Changed

v0.18.0

Compare Source

Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.

What's Changed

v0.17.12

Compare Source

What's Changed

v0.17.11

Compare Source

What's Changed

v0.17.10

Compare Source

What's Changed

With some great performance improvements from @​jaheba.

v0.17.9

Compare Source

What's Changed

v0.17.8

Compare Source

What's Changed

v0.17.7

Compare Source

What's Changed

v0.17.6

Compare Source

What's Changed

v0.17.5

Compare Source

Another smaller release. Fixes a regression from 0.17.4 and should drastically improve ETA and speed estimation thanks to great work by @​afontenot in #​539.

On behalf of @​chris-laplante and @​djc, thanks to all contributors!

v0.17.4

Compare Source

Another small bugfix release.

On behalf of the indicatif team (@​chris-laplante and @​djc), thanks to all contributors!

v0.17.3

Compare Source

A small maintenance release:

Full Changelog: console-rs/indicatif@0.17.2...0.17.3

v0.17.2

Compare Source

A small maintenance release which makes indicatif more portable and fixes some minor regressions.

On behalf of @​djc and @​chris-laplante, thanks to all contributors!

v0.17.1

Compare Source

2.5 months after the large 0.17 release, we (finally) have a release that addresses most of the regressions found in 0.17. There is ongoing work on changes in the estimation algorithm, tracked in #​394, which has regressed for some users.

Note that we made some technically semver-breaking change of adding a missing Sync bound to the ProgressTracker bounds (#​471). We're assuming that most users don't (yet) have custom ProgressTracker impls, and that users who do have probably built one that is Sync anyway.

Fixed regressions

Other changes

Thanks from @​djc and @​chris-laplante to all contributors!

youki-dev/oci-spec-rs (oci-spec)

v0.9.0

Compare Source

What's Changed

Other Changes

New Contributors

Full Changelog: youki-dev/oci-spec-rs@v0.8.4...v0.9.0

RustCrypto/hashes (sha2)

v0.11.0

Compare Source

mitsuhiko/similar-asserts (similar-asserts)

v2.0.0

Compare Source

  • Raised the crate edition to Rust 2024 and updated the MSRV to Rust 1.85.
  • Upgraded the similar dependency to 3.0.0.
  • Modernized CI workflows to current GitHub Actions and added PR runs.
  • Replaced atomic env-var caching with OnceLock.
  • Minor documentation and wording fixes.
toml-rs/toml (toml)

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v0.9.12

Compare Source

v0.9.11

Compare Source

v0.9.10

Compare Source

v0.9.9

Compare Source

v0.9.8

Compare Source

v0.9.7

Compare Source

v0.9.6

Compare Source

v0.9.5

Compare Source

v0.9.4

Compare Source

v0.9.3

Compare Source

v0.9.2

Compare Source

v0.9.1

Compare Source

v0.9.0

Compare Source


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch from ddad49d to 4296e41 Compare April 15, 2026 03:16
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.

0 participants