Skip to content

fix(deps): update rust#361

Open
bootc-bot[bot] wants to merge 2 commits into
mainfrom
bootc-renovate/rust
Open

fix(deps): update rust#361
bootc-bot[bot] wants to merge 2 commits into
mainfrom
bootc-renovate/rust

Conversation

@bootc-bot

@bootc-bot bootc-bot Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
base64 dependencies minor 0.220.23
fuser dependencies minor 0.17.00.18.0
zlink workspace.dependencies minor 0.60.7
zlink-core workspace.dependencies minor 0.60.7

Release Notes

marshallpierce/rust-base64 (base64)

v0.23.0

Compare Source

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best
    instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar
    GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime
    detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols
cberner/fuser (fuser)

v0.18.0

Compare Source

  • Remove deprecated feature flags abi-*
  • Rename mount2() to mount()
  • Rename spawn_mount2() to spawn_mount()
  • Make Session::run() public, and check mount option conflicts in Session::new()
  • Add ReplyEntry::entry_with_ttls() to reply with distinct entry and attribute TTLs
  • Add support for raw marshalling of BackingIds across process boundaries via BackingId::create_raw(),
    BackingId::into_raw(), ReplyOpen::wrap_backing(), and ReplyCreate::wrap_backing()
  • Fix missing allow_other mount option on FreeBSD, which caused EPERM for non-owner users
z-galaxy/zlink (zlink)

v0.7.0

Compare Source

Added
  • ✨ Support skip and flatten in Type/CustomType.
Changed
  • 🏗️ Make the runtime features additive.
Documentation
  • 📝 Mention the book in the README.
  • 📝 Link to the examples directory instead of duplicating it.
  • 📝 Document the resolved example in the examples README.
  • 📝 Remove obsolete USB transport note and document smol crate.
Testing
  • ✅ Test the book examples as doctests.
  • ✅ Use a valid Varlink type name in a custom-type test.

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 Mend Renovate.

@bootc-bot
bootc-bot Bot force-pushed the bootc-renovate/rust branch from ff61a49 to 0924973 Compare July 21, 2026 14:50
@jeckersb

Copy link
Copy Markdown
Collaborator

Looks like more breaking changes in zlink similar to #357 from last week

@jeckersb jeckersb self-assigned this Jul 22, 2026
@bootc-bot
bootc-bot Bot force-pushed the bootc-renovate/rust branch from 0924973 to 6efefe2 Compare July 22, 2026 17:37
@bootc-bot bootc-bot Bot changed the title chore(deps): update rust to 0.7 fix(deps): update rust Jul 22, 2026
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 6efefe2 to fb4700d Compare July 23, 2026 14:54
In zlink 0.7, the unix socket types moved from `zlink::unix` to
`zlink::tokio::unix` as they are now runtime-specific. Update all
references accordingly.

Assisted-by: AI
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
@jeckersb
jeckersb force-pushed the bootc-renovate/rust branch from 4e1e2ff to 0ba0f21 Compare July 23, 2026 17:17
@jeckersb

Copy link
Copy Markdown
Collaborator

Added a commit to address the zlink API break, will need reviewed by someone other than me.

@bootc-bot

bootc-bot Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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