Bump ssh2-config to 0.1.6

This commit is contained in:
veeso
2023-03-03 12:13:19 +01:00
parent a10325f6fb
commit 21dc73b556
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ Released on ??
- before setting default ssh config path; check wheter it actually exists - before setting default ssh config path; check wheter it actually exists
- Security: - Security:
- removed `remove_dir_all` crate with `tempfile 3.4` - removed `remove_dir_all` crate with `tempfile 3.4`
- Dependencies:
- Bump `ssh2-config` to `0.1.6`
## 0.11.0 ## 0.11.0

View File

@@ -55,7 +55,7 @@ rpassword = "^7.0"
self_update = { version = "^0.35", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] } self_update = { version = "^0.35", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
serde = { version = "^1", features = [ "derive" ] } serde = { version = "^1", features = [ "derive" ] }
simplelog = "^0.12" simplelog = "^0.12"
ssh2-config = "^0.1.4" ssh2-config = "^0.1.6"
tempfile = "^3.4" tempfile = "^3.4"
thiserror = "^1" thiserror = "^1"
toml = "^0.7" toml = "^0.7"