mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
upgrade git2-rs
This commit is contained in:
parent
8ddcde9e07
commit
68f4a0791e
2 changed files with 7 additions and 6 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -293,8 +293,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git2"
|
name = "git2"
|
||||||
version = "0.13.1"
|
version = "0.13.2"
|
||||||
source = "git+https://github.com/rust-lang/git2-rs.git?rev=617499d7fcf315cf92faa1ffde425666d3edd500#617499d7fcf315cf92faa1ffde425666d3edd500"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "2cfb93ca10f2934069c3aaafb753fbe0663f08ee009a01b6d62e062391447b15"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
@ -412,8 +413,9 @@ checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libgit2-sys"
|
name = "libgit2-sys"
|
||||||
version = "0.12.2+1.0.0"
|
version = "0.12.3+1.0.0"
|
||||||
source = "git+https://github.com/rust-lang/git2-rs.git?rev=617499d7fcf315cf92faa1ffde425666d3edd500#617499d7fcf315cf92faa1ffde425666d3edd500"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "7637dc15e7f05a16011723e0448655081fc01a374bcd368e2c9b9c7f5c5ab3ea"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,7 @@ license = "MIT"
|
||||||
categories = ["concurrency","asynchronous"]
|
categories = ["concurrency","asynchronous"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# git2 = "0.13"
|
git2 = "0.13.2"
|
||||||
git2 = { git = "https://github.com/rust-lang/git2-rs.git", rev = "617499d7fcf315cf92faa1ffde425666d3edd500" }
|
|
||||||
rayon-core = "1.7"
|
rayon-core = "1.7"
|
||||||
crossbeam-channel = "0.4"
|
crossbeam-channel = "0.4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue