From 21b2a0ac587dff8cade92c861d68391068315b48 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Mon, 26 Jun 2023 10:34:52 +0100 Subject: [PATCH] Depend on thrussh over https --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8645ef6..56b66b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,7 +1524,7 @@ dependencies = [ [[package]] name = "thrussh" version = "0.34.0" -source = "git+ssh://git@github.com/JordanForks/thrussh#5b7232db70817c3519d191d1c4440da933f28563" +source = "git+https://github.com/JordanForks/thrussh#5b7232db70817c3519d191d1c4440da933f28563" dependencies = [ "bitflags", "byteorder", @@ -1545,7 +1545,7 @@ dependencies = [ [[package]] name = "thrussh-keys" version = "0.22.1" -source = "git+ssh://git@github.com/JordanForks/thrussh#5b7232db70817c3519d191d1c4440da933f28563" +source = "git+https://github.com/JordanForks/thrussh#5b7232db70817c3519d191d1c4440da933f28563" dependencies = [ "aes", "bcrypt-pbkdf", diff --git a/Cargo.toml b/Cargo.toml index bd808b4..a84c597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ members = [ ] [patch."crates-io"] -thrussh = { git = "ssh://git@github.com/JordanForks/thrussh" } -thrussh-keys = { git = "ssh://git@github.com/JordanForks/thrussh" } +thrussh = { git = "https://github.com/JordanForks/thrussh" } +thrussh-keys = { git = "https://github.com/JordanForks/thrussh" } -- libgit2 1.7.2