mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Update git2
This commit is contained in:
parent
993418efd7
commit
c30c13b3f1
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1037,9 +1037,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git2"
|
name = "git2"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd"
|
checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.4.1",
|
"bitflags 2.4.1",
|
||||||
"libc",
|
"libc",
|
||||||
@ -2072,9 +2072,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libgit2-sys"
|
name = "libgit2-sys"
|
||||||
version = "0.16.1+1.7.1"
|
version = "0.16.2+1.7.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c"
|
checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -44,7 +44,7 @@ curl = "0.4.44"
|
|||||||
curl-sys = "0.4.71"
|
curl-sys = "0.4.71"
|
||||||
filetime = "0.2.23"
|
filetime = "0.2.23"
|
||||||
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
|
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
|
||||||
git2 = "0.18.1"
|
git2 = "0.18.2"
|
||||||
git2-curl = "0.19.0"
|
git2-curl = "0.19.0"
|
||||||
gix = { version = "0.58.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision"] }
|
gix = { version = "0.58.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision"] }
|
||||||
gix-features-for-configuration-only = { version = "0.38.0", package = "gix-features", features = [ "parallel" ] }
|
gix-features-for-configuration-only = { version = "0.38.0", package = "gix-features", features = [ "parallel" ] }
|
||||||
@ -62,7 +62,7 @@ itertools = "0.12.1"
|
|||||||
jobserver = "0.1.27"
|
jobserver = "0.1.27"
|
||||||
lazycell = "1.3.0"
|
lazycell = "1.3.0"
|
||||||
libc = "0.2.153"
|
libc = "0.2.153"
|
||||||
libgit2-sys = "0.16.1"
|
libgit2-sys = "0.16.2"
|
||||||
libloading = "0.8.1"
|
libloading = "0.8.1"
|
||||||
memchr = "2.7.1"
|
memchr = "2.7.1"
|
||||||
miow = "0.6.0"
|
miow = "0.6.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user