Skip to content

Commit 89c63b8

Browse files
committed
Bump libgit2-sys to 0.7.8
1 parent 76f4b74 commit 89c63b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libgit2-sys/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libgit2-sys"
3-
version = "0.7.7"
3+
version = "0.7.8"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "git2"
66
build = "build.rs"
@@ -16,14 +16,14 @@ name = "libgit2_sys"
1616
path = "lib.rs"
1717

1818
[dependencies]
19-
curl-sys = { version = "0.4.6", optional = true }
19+
curl-sys = { version = "0.4.10", optional = true }
2020
libc = "0.2"
21-
libssh2-sys = { version = "0.2.8", optional = true }
22-
libz-sys = "1.0.18"
21+
libssh2-sys = { version = "0.2.11", optional = true }
22+
libz-sys = "1.0.22"
2323

2424
[build-dependencies]
2525
pkg-config = "0.3"
26-
cc = "1.0"
26+
cc = "1.0.25"
2727

2828
[target.'cfg(unix)'.dependencies]
2929
openssl-sys = { version = "0.9", optional = true }

0 commit comments

Comments
 (0)