From e411db15058d8abff54b97551784f9f3ed766ec5 Mon Sep 17 00:00:00 2001 From: Dara Keon Date: Tue, 30 Aug 2022 21:04:28 -0300 Subject: [PATCH] Upgrade libssh version Could not pull from github anymore because of police changes https://github.blog/2021-09-01-improving-git-protocol-security-github/#libgit2-and-other-git-clients --- libgit2-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml index 1f5fe34e4d..5f590826e1 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -22,7 +22,7 @@ path = "lib.rs" [dependencies] libc = "0.2" -libssh2-sys = { version = "0.2.19", optional = true } +libssh2-sys = { version = "1.9.0", optional = true } libz-sys = { version = "1.1.0", default-features = false, features = ["libc"] } [build-dependencies]