mirror of https://github.com/lapce/lapce.git
bump git2 version
This commit is contained in:
parent
fb54315922
commit
92ed25d634
|
@ -1466,9 +1466,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git2"
|
||||
version = "0.13.23"
|
||||
version = "0.14.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a8057932925d3a9d9e4434ea016570d37420ddb1ceed45a174d577f24ed6700"
|
||||
checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"libc",
|
||||
|
@ -2394,9 +2394,9 @@ checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
|
|||
|
||||
[[package]]
|
||||
name = "libgit2-sys"
|
||||
version = "0.12.24+1.3.0"
|
||||
version = "0.13.4+1.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c"
|
||||
checksum = "d0fa6563431ede25f5cc7f6d803c6afbc1c5d3ad3d4925d12c882bf2b526f5d1"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
|
|
@ -31,5 +31,5 @@ serde_json = "1.0.59"
|
|||
anyhow = "1.0.32"
|
||||
home = "0.5.3"
|
||||
toml = "0.5.6"
|
||||
git2 = { version = "0.13.23", features = ["vendored-openssl"] }
|
||||
git2 = { version = "0.14.4", features = ["vendored-openssl"] }
|
||||
lapce-rpc = { path = "../lapce-rpc" }
|
||||
|
|
Loading…
Reference in New Issue