mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
Bump ssh2-config to 0.1.6
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user