Skip to content

Update russh requirement from 0.56 to 0.58#88

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/russh-0.58
Open

Update russh requirement from 0.56 to 0.58#88
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/russh-0.58

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 19, 2026

Updates the requirements on russh to permit the latest version.

Release notes

Sourced from russh's releases.

v0.58.0

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

  • use remote channel ID in CHANNEL_REQUEST replies (#662) #662 (Mota-Link)
  • accept full 256k channel packets (#666) #666 (Mika Cohen)
  • aa43795: Harden Windows memory locking: fix ERROR_WORKING_SET_QUOTA and edge cases (#661) (Corey Leavitt) #661
Commits
  • 359d708 v0.58.0
  • 66d89ee add coreyleavitt as a contributor for code (#669)
  • aa43795 Harden Windows memory locking: fix ERROR_WORKING_SET_QUOTA and edge cases (#661)
  • bebe8c0 fixed #658 - make Handle::tcpip_forward and Handle::streamlocal_forward t...
  • b7ce487 Remove Home Crate Dependency (#667)
  • b72646c fix: accept full 256k channel packets (#666)
  • 43799a1 add fbernier as a contributor for code (#665)
  • 3081714 add kpcyrd as a contributor for code (#668)
  • 6f70150 Remove heap allocations from SshId (#656)
  • e75de5a Add russh/serde feature to enable serde on russh::keys::PublicKey (#655)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Updates the requirements on [russh](https://github.com/warp-tech/russh) to permit the latest version.
- [Release notes](https://github.com/warp-tech/russh/releases)
- [Commits](Eugeny/russh@v0.56.0...v0.58.0)

---
updated-dependencies:
- dependency-name: russh
  dependency-version: 0.58.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants