uprade libgit to fix reset of folder

This commit is contained in:
Stephan Dilly 2020-06-12 13:14:42 +02:00
parent 9301574624
commit 7c0fe181fb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"