build(deps): bump ssh2 from 0.8.1 to 0.8.2

Bumps [ssh2](https://github.com/alexcrichton/ssh2-rs) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/alexcrichton/ssh2-rs/releases)
- [Commits](https://github.com/alexcrichton/ssh2-rs/compare/0.8.1...0.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-29 16:55:21 +00:00
parent d2780a6575
commit 58980067f4
2 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ vhost_rs = { git = "https://github.com/cloud-hypervisor/vhost", branch = "dragon
vm-memory = { git = "https://github.com/cloud-hypervisor/vm-memory", branch = "ch" }
[dev-dependencies]
ssh2 = "0.8.1"
ssh2 = "0.8.2"
dirs = "2.0.2"
credibility = "0.1.3"
tempdir= "0.3.7"