We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f4b74 commit 89c63b8Copy full SHA for 89c63b8
libgit2-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libgit2-sys"
3
-version = "0.7.7"
+version = "0.7.8"
4
authors = ["Alex Crichton <[email protected]>"]
5
links = "git2"
6
build = "build.rs"
@@ -16,14 +16,14 @@ name = "libgit2_sys"
16
path = "lib.rs"
17
18
[dependencies]
19
-curl-sys = { version = "0.4.6", optional = true }
+curl-sys = { version = "0.4.10", optional = true }
20
libc = "0.2"
21
-libssh2-sys = { version = "0.2.8", optional = true }
22
-libz-sys = "1.0.18"
+libssh2-sys = { version = "0.2.11", optional = true }
+libz-sys = "1.0.22"
23
24
[build-dependencies]
25
pkg-config = "0.3"
26
-cc = "1.0"
+cc = "1.0.25"
27
28
[target.'cfg(unix)'.dependencies]
29
openssl-sys = { version = "0.9", optional = true }
0 commit comments