Skip to content

Commit 4a8c70e

Browse files
committed
update curl so we don't need so may hacks
1 parent 2797f6c commit 4a8c70e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Cargo.toml

+3-8
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ atty = "0.2"
2121
crates-io = { path = "src/crates-io", version = "0.18" }
2222
crossbeam = "0.3"
2323
crypto-hash = "0.3.1"
24-
curl = "0.4.12"
24+
curl = "0.4.13"
2525
env_logger = "0.5.4"
2626
failure = "0.1.1"
2727
filetime = "0.2"
2828
flate2 = "1.0"
2929
fs2 = "0.4"
30-
git2 = "0.7.2"
30+
git2 = "0.7.3"
3131
git2-curl = "0.8.1"
32-
libgit2-sys = "0.7.5" # required only for minimal-versions. brought in by git2 and git2-curl.
33-
libssh2-sys = "0.2.8" # required only for minimal-versions. brought in by libgit2-sys.
3432
glob = "0.2.11"
3533
hex = "0.3"
3634
home = "0.3"
@@ -40,6 +38,7 @@ jobserver = "0.1.11"
4038
lazycell = "1.0"
4139
libc = "0.2"
4240
log = "0.4"
41+
libgit2-sys = "0.7.5"
4342
num_cpus = "1.0"
4443
rustfix = "0.4"
4544
same-file = "1"
@@ -67,10 +66,6 @@ core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] }
6766
[target.'cfg(windows)'.dependencies]
6867
miow = "0.3.1"
6968

70-
[target.'cfg(windows)'.dev-dependencies]
71-
gcc = "0.3.23" # required only for minimal-versions on windows. brought in by flate2 and others.
72-
cmake = "0.1.24" # required only for minimal-versions on windows. brought in as build-dependency on libgit2-sys.
73-
7469
[target.'cfg(windows)'.dependencies.winapi]
7570
version = "0.3"
7671
features = [

0 commit comments

Comments
 (0)