Skip to content

chore(deps): update russh requirement from 0.56.0 to 0.58.0#928

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/russh-0.58.0
Closed

chore(deps): update russh requirement from 0.56.0 to 0.58.0#928
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/russh-0.58.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 23, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 23, 2026

Deploy Preview for testcontainers-rust ready!

Name Link
🔨 Latest commit 1f0e995
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-rust/deploys/69c0e363cca8340008b6e0cc
😎 Deploy Preview https://deploy-preview-928--testcontainers-rust.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Superseded by #932.

@dependabot dependabot bot closed this Mar 30, 2026
@dependabot dependabot bot deleted the dependabot/cargo/russh-0.58.0 branch March 30, 2026 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants