diff --git a/Cargo.lock b/Cargo.lock index 1442c2a1d..e960442a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,9 +569,9 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libssh2-sys" -version = "0.2.23" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca" +checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" dependencies = [ "cc", "libc", @@ -1195,9 +1195,9 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "ssh2" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "269343e64430067a14937ae0e3c4ec604c178fb896dde0964b1acd22b3e2eeb1" +checksum = "e7fe461910559f6d5604c3731d00d2aafc4a83d1665922e280f42f9a168d5455" dependencies = [ "bitflags", "libc", diff --git a/test_infra/Cargo.toml b/test_infra/Cargo.toml index b9bb157e0..f98160fd4 100644 --- a/test_infra/Cargo.toml +++ b/test_infra/Cargo.toml @@ -11,6 +11,6 @@ libc = "0.2.139" once_cell = "1.16.0" serde = { version = "1.0.151", features = ["rc", "derive"] } serde_json = "1.0.89" -ssh2 = { version = "0.9.3", features = ["vendored-openssl"] } +ssh2 = { version = "0.9.4", features = ["vendored-openssl"] } vmm-sys-util = "0.11.0" wait-timeout = "0.2.0"