Skip to content

Commit eadde99

Browse files
committed
Update git2 for libgit2 1.8.1
1 parent 05e61b2 commit eadde99

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ curl = "0.4.46"
4444
curl-sys = "0.4.72"
4545
filetime = "0.2.23"
4646
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
47-
git2 = "0.18.3"
48-
git2-curl = "0.19.0"
47+
git2 = "0.19.0"
48+
git2-curl = "0.20.0"
4949
gix = { version = "0.63.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision", "parallel", "dirwalk"] }
5050
glob = "0.3.1"
5151
handlebars = { version = "5.1.2", features = ["dir_source"] }
@@ -61,7 +61,7 @@ itertools = "0.13.0"
6161
jobserver = "0.1.31"
6262
lazycell = "1.3.0"
6363
libc = "0.2.154"
64-
libgit2-sys = "0.16.2"
64+
libgit2-sys = "0.17.0"
6565
libloading = "0.8.3"
6666
memchr = "2.7.2"
6767
miow = "0.6.0"

0 commit comments

Comments
 (0)