From 21dc73b556ed8c8a5c29d84e1ab2074e668429b2 Mon Sep 17 00:00:00 2001 From: veeso Date: Fri, 3 Mar 2023 12:13:19 +0100 Subject: [PATCH] Bump `ssh2-config` to `0.1.6` --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da419a..7a454ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ Released on ?? - before setting default ssh config path; check wheter it actually exists - Security: - removed `remove_dir_all` crate with `tempfile 3.4` +- Dependencies: + - Bump `ssh2-config` to `0.1.6` ## 0.11.0 diff --git a/Cargo.toml b/Cargo.toml index d7950dd..bb4c4a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] } serde = { version = "^1", features = [ "derive" ] } simplelog = "^0.12" -ssh2-config = "^0.1.4" +ssh2-config = "^0.1.6" tempfile = "^3.4" thiserror = "^1" toml = "^0.7"