upgrade git2-rs

This commit is contained in:
Stephan Dilly 2020-04-10 19:04:55 +02:00
parent 8ddcde9e07
commit 68f4a0791e
2 changed files with 7 additions and 6 deletions

10
Cargo.lock generated
View File

@ -293,8 +293,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.13.1"
source = "git+https://github.com/rust-lang/git2-rs.git?rev=617499d7fcf315cf92faa1ffde425666d3edd500#617499d7fcf315cf92faa1ffde425666d3edd500"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cfb93ca10f2934069c3aaafb753fbe0663f08ee009a01b6d62e062391447b15"
dependencies = [
"bitflags",
"libc",
@ -412,8 +413,9 @@ checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
[[package]]
name = "libgit2-sys"
version = "0.12.2+1.0.0"
source = "git+https://github.com/rust-lang/git2-rs.git?rev=617499d7fcf315cf92faa1ffde425666d3edd500#617499d7fcf315cf92faa1ffde425666d3edd500"
version = "0.12.3+1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7637dc15e7f05a16011723e0448655081fc01a374bcd368e2c9b9c7f5c5ab3ea"
dependencies = [
"cc",
"libc",

View File

@ -10,8 +10,7 @@ license = "MIT"
categories = ["concurrency","asynchronous"]
[dependencies]
# git2 = "0.13"
git2 = { git = "https://github.com/rust-lang/git2-rs.git", rev = "617499d7fcf315cf92faa1ffde425666d3edd500" }
git2 = "0.13.2"
rayon-core = "1.7"
crossbeam-channel = "0.4"
log = "0.4"