Skip to content

fix(deps): update rust crate russh to 0.60#918

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/russh-monorepo
Open

fix(deps): update rust crate russh to 0.60#918
renovate[bot] wants to merge 1 commit intomainfrom
renovate/russh-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 28, 2026

This PR contains the following updates:

Package Type Update Change
russh dependencies minor 0.570.60

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

warp-tech/russh (russh)

v0.60.0

Compare Source

Changes

Fixes

v0.59.0

Changes

Fixes

Misc

v0.58.0

Compare Source

Changes

  • eliminate mlock/munlock overhead for non-secret buffers (~21% throughput improvement) (#​653) #​653 (Mika Cohen)

    • Non-sensitive data buffers are no longer wrapped in CryptoVec, reducing the performance overhead. A few public functions that took CryptoVec now take impl Into<Bytes> instead.
  • 6f70150: Remove heap allocations from SshId (#​656) (kpcyrd) #​656

    • SshId::Standard() now contains a Cow<'static, str> instead of a String.
  • 0f51860: Expose HostConfig fields to external consumers (#​652) (François Bernier) #​652

  • e75de5a: Add russh/serde feature to enable serde on russh::keys::PublicKey (#​655) (kpcyrd) #​655

  • replace memset with zeroize in resize() method (#​634) #​634 (Eric Rodrigues Pires)

  • bump thiserror to latest version (#​651) #​651 (Roger Knecht)

  • b7ce487: Remove Home Crate Dependency (#​667) (Roger Knecht) #​667

  • bebe8c0: fixed #​658 - make Handle::tcpip_forward and Handle::streamlocal_forward take &self (Eugene)

Fixes

v0.57.1

Compare Source

Fixes

Features


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 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.

@renovate renovate bot force-pushed the renovate/russh-monorepo branch 2 times, most recently from 5d500cc to c2fc72c Compare March 1, 2026 11:08
@renovate renovate bot force-pushed the renovate/russh-monorepo branch from c2fc72c to 3ef602b Compare March 18, 2026 14:01
@renovate renovate bot changed the title chore(deps): update rust crate russh to v0.57.1 fix(deps): update rust crate russh to 0.58 Mar 18, 2026
@renovate renovate bot force-pushed the renovate/russh-monorepo branch 2 times, most recently from edce6fb to 960511e Compare March 31, 2026 12:48
@renovate renovate bot changed the title fix(deps): update rust crate russh to 0.58 fix(deps): update rust crate russh to 0.59 Mar 31, 2026
@renovate renovate bot force-pushed the renovate/russh-monorepo branch from 960511e to cfc616a Compare April 3, 2026 21:15
@renovate renovate bot changed the title fix(deps): update rust crate russh to 0.59 fix(deps): update rust crate russh to 0.60 Apr 3, 2026
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