Skip to content

Commit 814ff31

Browse files
chore(deps): update russh requirement from 0.54.4 to 0.55.0 (#888)
Updates the requirements on [russh](https://github.com/warp-tech/russh) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/warp-tech/russh/releases">russh's releases</a>.</em></p> <blockquote> <h2>v0.55.0</h2> <h2>Changes</h2> <ul> <li><strong>kex</strong>: add shared secret retrieval and <code>kex_done</code> callback (<a href="https://redirect.github.com/warp-tech/russh/issues/604">#604</a>) <a href="https://redirect.github.com/Eugeny/russh/pull/604">#604</a> (<a href="https://github.com/Eugeny/russh/commit/500bef1eccc1c48ac674e2a262aa7887777431eb">stevenparkerco3</a>)</li> <li>08e1007: Bump Rust edition (<a href="https://redirect.github.com/warp-tech/russh/issues/587">#587</a>) <a href="https://redirect.github.com/Eugeny/russh/pull/587">#587</a></li> <li>Implement NamedPipes-based stream (<a href="https://redirect.github.com/warp-tech/russh/issues/472">#472</a>) <a href="https://redirect.github.com/Eugeny/russh/pull/472">#472</a> (<a href="https://github.com/Eugeny/russh/commit/f3a45c0cd8fba4689ad07552da299f87ecc910b7">Adrian Müller (DTT)</a>)</li> <li>63f779c: Error on unsupported authentication method instead of panicking (<a href="https://redirect.github.com/warp-tech/russh/issues/600">#600</a>) (lgmugnier) <a href="https://redirect.github.com/Eugeny/russh/pull/600">#600</a></li> <li>1332a31: Update generic-array from 0.14 to 1.x (<a href="https://redirect.github.com/warp-tech/russh/issues/586">#586</a>) (Kenny Root) <a href="https://redirect.github.com/Eugeny/russh/pull/586">#586</a></li> <li>4bf0a0d: Implement better error messages for invalid configs during ssh connection setup. (<a href="https://redirect.github.com/warp-tech/russh/issues/589">#589</a>) (Lucy) <a href="https://redirect.github.com/Eugeny/russh/pull/589">#589</a></li> </ul> <h2>Fixes</h2> <ul> <li>upgrade libcrux-ml-kem since 0.0.3 was yanked (<a href="https://redirect.github.com/warp-tech/russh/issues/606">#606</a>) <a href="https://redirect.github.com/Eugeny/russh/pull/606">#606</a> (<a href="https://github.com/Eugeny/russh/commit/258c6bbb2877fd8d5295e2bd406fac334890083c">Gaëtan</a>) / (<a href="https://redirect.github.com/warp-tech/russh/issues/608">#608</a>) (Kenny Root) <a href="https://redirect.github.com/Eugeny/russh/pull/608">#608</a></li> <li>5b0c70f: Fix clippy lints to fix CI (<a href="https://redirect.github.com/warp-tech/russh/issues/596">#596</a>) (Lucas Kent) <a href="https://redirect.github.com/Eugeny/russh/pull/596">#596</a></li> <li>79e76af: Remove unneeded deps (<a href="https://redirect.github.com/warp-tech/russh/issues/595">#595</a>) (Lucas Kent) <a href="https://redirect.github.com/Eugeny/russh/pull/595">#595</a></li> <li>7acf9c5: Resolve warning: macro-expanded 'macro_export' macros from the current crate cannot be referred to by absolute paths (<a href="https://redirect.github.com/warp-tech/russh/issues/592">#592</a>) (iamjpotts) <a href="https://redirect.github.com/Eugeny/russh/pull/592">#592</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eugeny/russh/commit/f6b9e6479664696db4cd9c507c6725c1ab7c8aeb"><code>f6b9e64</code></a> v0.55.0</li> <li><a href="https://github.com/Eugeny/russh/commit/500bef1eccc1c48ac674e2a262aa7887777431eb"><code>500bef1</code></a> feat(kex): add shared secret retrieval and kex_done callback (<a href="https://redirect.github.com/warp-tech/russh/issues/604">#604</a>)</li> <li><a href="https://github.com/Eugeny/russh/commit/37aea77ad2d7cb578e8eaf3b4dbb4e04ea59c337"><code>37aea77</code></a> Update libcrux-ml-kem to 0.0.4 (<a href="https://redirect.github.com/warp-tech/russh/issues/608">#608</a>)</li> <li><a href="https://github.com/Eugeny/russh/commit/258c6bbb2877fd8d5295e2bd406fac334890083c"><code>258c6bb</code></a> fix: upgrade libcrux-ml-kem since 0.0.3 was yanked (<a href="https://redirect.github.com/warp-tech/russh/issues/606">#606</a>)</li> <li><a href="https://github.com/Eugeny/russh/commit/63f779ca7b66cfa77d5d443ab4ec40c3b066920a"><code>63f779c</code></a> Error on unsupported authentication method instead of panicking (<a href="https://redirect.github.com/warp-tech/russh/issues/600">#600</a>)</li> <li><a href="https://github.com/Eugeny/russh/commit/f3a45c0cd8fba4689ad07552da299f87ecc910b7"><code>f3a45c0</code></a> Pageant: Implement NamedPipes-based stream (<a href="https://redirect.github.com/warp-tech/russh/issues/472">#472</a>)</li> <li><a href="https://github.com/Eugeny/russh/commit/7acf9c5da411c511e8c1ea5330d9668184b0cebe"><code>7acf9c5</code></a> Resolve warning: macro-expanded 'macro_export' macros from the current crate ...</li> <li><a href="https://github.com/Eugeny/russh/commit/79e76af590a0f78cda70fbe51e274a0d392d4fab"><code>79e76af</code></a> Remove unneeded deps (<a href="https://redirect.github.com/warp-tech/russh/issues/595">#595</a>)</li> <li><a href="https://github.com/Eugeny/russh/commit/5b0c70f717d8a617c95e084735bc3b40ff8ce4f7"><code>5b0c70f</code></a> Fix clippy lints to fix CI (<a href="https://redirect.github.com/warp-tech/russh/issues/596">#596</a>)</li> <li><a href="https://github.com/Eugeny/russh/commit/0706d6e644293291ddc4b899afd89ccc96029911"><code>0706d6e</code></a> bump rust</li> <li>Additional commits viewable in <a href="https://github.com/warp-tech/russh/compare/v0.54.4...v0.55.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artem Medvedev <[email protected]>
1 parent b0a3d28 commit 814ff31

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
ignore = [
33
# This advisory comes from `russh -> rsa` which is optional dependency
44
"RUSTSEC-2023-0071",
5+
# Unmaintained tiny wrapper in underlying dependencies
6+
"RUSTSEC-2025-0134"
57
]
68

79
[output]

testcontainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ log = "0.4"
3030
memchr = "2.7.2"
3131
parse-display = "0.9.0"
3232
pin-project-lite = "0.2.14"
33-
russh = { version = "0.54.4", default-features = false, optional = true }
33+
russh = { version = "0.55.0", default-features = false, optional = true }
3434
reqwest = { version = "0.12.5", features = [
3535
"json",
3636
"charset",

0 commit comments

Comments
 (0)