mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Update git2 for libgit2 1.8.1
This commit is contained in:
parent
05e61b222a
commit
eadde99fe7
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -1060,9 +1060,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git2"
|
name = "git2"
|
||||||
version = "0.18.3"
|
version = "0.19.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
|
checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.5.0",
|
"bitflags 2.5.0",
|
||||||
"libc",
|
"libc",
|
||||||
@ -1075,9 +1075,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git2-curl"
|
name = "git2-curl"
|
||||||
version = "0.19.0"
|
version = "0.20.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "78e26b61608c573ffd26fc79061a823aa5147449a1afe1f61679a21e2031f7c3"
|
checksum = "68ff14527a1c242320039b138376f8e0786697a1b7b172bc44f6efda3ab9079f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"curl",
|
"curl",
|
||||||
"git2",
|
"git2",
|
||||||
@ -2152,9 +2152,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libgit2-sys"
|
name = "libgit2-sys"
|
||||||
version = "0.16.2+1.7.2"
|
version = "0.17.0+1.8.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
|
checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -44,8 +44,8 @@ curl = "0.4.46"
|
|||||||
curl-sys = "0.4.72"
|
curl-sys = "0.4.72"
|
||||||
filetime = "0.2.23"
|
filetime = "0.2.23"
|
||||||
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
|
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
|
||||||
git2 = "0.18.3"
|
git2 = "0.19.0"
|
||||||
git2-curl = "0.19.0"
|
git2-curl = "0.20.0"
|
||||||
gix = { version = "0.63.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision", "parallel", "dirwalk"] }
|
gix = { version = "0.63.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision", "parallel", "dirwalk"] }
|
||||||
glob = "0.3.1"
|
glob = "0.3.1"
|
||||||
handlebars = { version = "5.1.2", features = ["dir_source"] }
|
handlebars = { version = "5.1.2", features = ["dir_source"] }
|
||||||
@ -61,7 +61,7 @@ itertools = "0.13.0"
|
|||||||
jobserver = "0.1.31"
|
jobserver = "0.1.31"
|
||||||
lazycell = "1.3.0"
|
lazycell = "1.3.0"
|
||||||
libc = "0.2.154"
|
libc = "0.2.154"
|
||||||
libgit2-sys = "0.16.2"
|
libgit2-sys = "0.17.0"
|
||||||
libloading = "0.8.3"
|
libloading = "0.8.3"
|
||||||
memchr = "2.7.2"
|
memchr = "2.7.2"
|
||||||
miow = "0.6.0"
|
miow = "0.6.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user