Skip to content

fix(deps): update rust#357

Merged
jeckersb merged 3 commits into
mainfrom
bootc-renovate/rust
Jul 16, 2026
Merged

fix(deps): update rust#357
jeckersb merged 3 commits into
mainfrom
bootc-renovate/rust

Conversation

@bootc-bot

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

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
sha2 dependencies minor 0.100.11
similar-asserts dev-dependencies major 1.7.02.0.0
zlink workspace.dependencies minor 0.50.6
zlink-core workspace.dependencies minor 0.50.6

Release Notes

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.
z-galaxy/zlink (zlink)

v0.6.0

Compare Source

Breaking
  • 💥 Require rename for underscore-prefixed method params. #​278
  • 💥 Let Listener::accept signal exhaustion.
Changed
  • 🔧 Replace hardcoded /tmp socket paths.
Documentation
  • 💡 Fix stale comment about server task in tests.
Other
  • 🚨 Fix clippy warnings from latest stable Rust.
Security
  • 🔒️ remove pidfd_open fallback.
Testing
  • ✅ Test for passing credentials over unix sockets.
  • ✅ Regression test for ReadyListener-driven server exit.

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 Bot and others added 2 commits July 12, 2026 00:57
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
@jeckersb

Copy link
Copy Markdown
Collaborator

Added two commits to address breaking changes, will need +1'd from someone other than me

@bootc-bot

bootc-bot Bot commented Jul 13, 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.

cgwalters
cgwalters previously approved these changes Jul 15, 2026

@cgwalters cgwalters left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks sane, but needs a clippy lint fix

let server_zlink = match zlink::unix::Stream::try_from(server_stream) {
Ok(s) => s,
Err(e) => {
tracing::error!(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Not new but now that I look we should really be propagating these errors and not swallowing them

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
@jeckersb

Copy link
Copy Markdown
Collaborator

Looks sane, but needs a clippy lint fix

👍 fixed

@cgwalters
cgwalters enabled auto-merge July 16, 2026 13:45
@cgwalters
cgwalters added this pull request to the merge queue Jul 16, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 16, 2026
@jeckersb
jeckersb added this pull request to the merge queue Jul 16, 2026
Merged via the queue into main with commit 0a819c3 Jul 16, 2026
18 of 19 checks passed
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.

2 participants