Skip to content

Commit f8831b7

Browse files
chore(deps): update russh requirement from 0.55.0 to 0.56.0
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.55.0...v0.56.0) --- updated-dependencies: - dependency-name: russh dependency-version: 0.56.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f86fbc4 commit f8831b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.55.0", default-features = false, optional = true }
33+
russh = { version = "0.56.0", default-features = false, optional = true }
3434
reqwest = { version = "0.12.5", features = [
3535
"json",
3636
"charset",

0 commit comments

Comments
 (0)