Skip to content

Commit 2edc672

Browse files
chore(deps): update russh requirement from 0.56.0 to 0.60.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.56.0...v0.60.0) --- updated-dependencies: - dependency-name: russh dependency-version: 0.60.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a22fa50 commit 2edc672

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
@@ -31,7 +31,7 @@ log = "0.4"
3131
memchr = "2.7.2"
3232
parse-display = "0.9.0"
3333
pin-project-lite = "0.2.14"
34-
russh = { version = "0.56.0", default-features = false, optional = true }
34+
russh = { version = "0.60.0", default-features = false, optional = true }
3535
reqwest = { version = "0.13.1", features = [
3636
"json",
3737
"charset",

0 commit comments

Comments
 (0)