From 7c0fe181fb6bcce51f64992598ca90dde61db650 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 12 Jun 2020 13:14:42 +0200 Subject: [PATCH] uprade libgit to fix reset of folder --- Cargo.lock | 4 ++-- asyncgit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9575266..d83dc9a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,9 +404,9 @@ checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" [[package]] name = "libgit2-sys" -version = "0.12.6+1.0.0" +version = "0.12.7+1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf81b43f9b45ab07897a780c9b7b26b1504497e469c7a78162fc29e3b8b1c1b3" +checksum = "bcd07968649bcb7b9351ecfde53ca4d27673cccfdf57c84255ec18710f3153e0" dependencies = [ "cc", "libc", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 639da483..2457169f 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -12,7 +12,7 @@ categories = ["concurrency","asynchronous"] keywords = ["git"] [dependencies] -git2 = { version = "0.13.5", default-features = false } +git2 = { version = "0.13.6", default-features = false } rayon-core = "1.7" crossbeam-channel = "0.4" log = "0.4"