Skip to content

Commit e362a74

Browse files
committed
Increase version deps of crates in libgit2-sys
1 parent d95fabe commit e362a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libgit2-sys/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ name = "libgit2_sys"
1616
path = "lib.rs"
1717

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

2424
[build-dependencies]
2525
pkg-config = "0.3"

0 commit comments

Comments
 (0)