Skip to content

chore(deps): update russh requirement from 0.54.4 to 0.55.0#888

Merged
DDtKey merged 2 commits intomainfrom
dependabot/cargo/russh-0.55.0
Dec 19, 2025
Merged

chore(deps): update russh requirement from 0.54.4 to 0.55.0#888
DDtKey merged 2 commits intomainfrom
dependabot/cargo/russh-0.55.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Updates the requirements on russh to permit the latest version.

Release notes

Sourced from russh's releases.

v0.55.0

Changes

  • kex: add shared secret retrieval and kex_done callback (#604) #604 (stevenparkerco3)
  • 08e1007: Bump Rust edition (#587) #587
  • Implement NamedPipes-based stream (#472) #472 (Adrian Müller (DTT))
  • 63f779c: Error on unsupported authentication method instead of panicking (#600) (lgmugnier) #600
  • 1332a31: Update generic-array from 0.14 to 1.x (#586) (Kenny Root) #586
  • 4bf0a0d: Implement better error messages for invalid configs during ssh connection setup. (#589) (Lucy) #589

Fixes

  • upgrade libcrux-ml-kem since 0.0.3 was yanked (#606) #606 (Gaëtan) / (#608) (Kenny Root) #608
  • 5b0c70f: Fix clippy lints to fix CI (#596) (Lucas Kent) #596
  • 79e76af: Remove unneeded deps (#595) (Lucas Kent) #595
  • 7acf9c5: Resolve warning: macro-expanded 'macro_export' macros from the current crate cannot be referred to by absolute paths (#592) (iamjpotts) #592
Commits
  • f6b9e64 v0.55.0
  • 500bef1 feat(kex): add shared secret retrieval and kex_done callback (#604)
  • 37aea77 Update libcrux-ml-kem to 0.0.4 (#608)
  • 258c6bb fix: upgrade libcrux-ml-kem since 0.0.3 was yanked (#606)
  • 63f779c Error on unsupported authentication method instead of panicking (#600)
  • f3a45c0 Pageant: Implement NamedPipes-based stream (#472)
  • 7acf9c5 Resolve warning: macro-expanded 'macro_export' macros from the current crate ...
  • 79e76af Remove unneeded deps (#595)
  • 5b0c70f Fix clippy lints to fix CI (#596)
  • 0706d6e bump rust
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.54.4...v0.55.0)

---
updated-dependencies:
- dependency-name: russh
  dependency-version: 0.55.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 Dec 8, 2025
@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for testcontainers-rust failed.

Name Link
🔨 Latest commit ed325f4
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-rust/deploys/6944a535a9d4ed00089cfdf3

@DDtKey DDtKey closed this Dec 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/russh-0.55.0 branch December 19, 2025 00:37
@DDtKey DDtKey restored the dependabot/cargo/russh-0.55.0 branch December 19, 2025 01:03
@DDtKey DDtKey reopened this Dec 19, 2025
@DDtKey DDtKey merged commit 814ff31 into main Dec 19, 2025
1 check passed
@DDtKey DDtKey deleted the dependabot/cargo/russh-0.55.0 branch December 19, 2025 01:07
@github-actions github-actions bot mentioned this pull request Dec 19, 2025
DDtKey added a commit that referenced this pull request Dec 19, 2025
## 🤖 New release

* `testcontainers`: 0.26.0 -> 0.26.1

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.26.1] - 2025-12-19

### Details
#### Bug Fixes
- Reuse container requires name
([#887](#887))
- Respect `TESTCONTAINERS_COMMAND`
([#891](#891))

#### Miscellaneous Tasks
- Update russh requirement from 0.54.4 to 0.55.0
([#888](#888))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Artem Medvedev <i@ddtkey.com>
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.

1 participant