summaryrefslogtreecommitdiffstats
path: root/vendor/libgit2-sys/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:44 +0000
commitc23a457e72abe608715ac76f076f47dc42af07a5 (patch)
tree2772049aaf84b5c9d0ed12ec8d86812f7a7904b6 /vendor/libgit2-sys/Cargo.toml
parentReleasing progress-linux version 1.73.0+dfsg1-1~progress7.99u1. (diff)
downloadrustc-c23a457e72abe608715ac76f076f47dc42af07a5.tar.xz
rustc-c23a457e72abe608715ac76f076f47dc42af07a5.zip
Merging upstream version 1.74.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/libgit2-sys/Cargo.toml')
-rw-r--r--vendor/libgit2-sys/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/libgit2-sys/Cargo.toml b/vendor/libgit2-sys/Cargo.toml
index 40b0832eb..3b7906ee1 100644
--- a/vendor/libgit2-sys/Cargo.toml
+++ b/vendor/libgit2-sys/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "libgit2-sys"
-version = "0.15.2+1.6.4"
+version = "0.16.1+1.7.1"
authors = [
"Josh Triplett <josh@joshtriplett.org>",
"Alex Crichton <alex@alexcrichton.com>",
@@ -51,7 +51,7 @@ version = "1.0.43"
features = ["parallel"]
[build-dependencies.pkg-config]
-version = "0.3.7"
+version = "0.3.15"
[features]
https = ["openssl-sys"]
@@ -65,5 +65,5 @@ zlib-ng-compat = [
]
[target."cfg(unix)".dependencies.openssl-sys]
-version = "0.9"
+version = "0.9.45"
optional = true