File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ atty = "0.2"
2121crates-io = { path = " src/crates-io" , version = " 0.18" }
2222crossbeam = " 0.3"
2323crypto-hash = " 0.3.1"
24- curl = " 0.4.12 "
24+ curl = " 0.4.13 "
2525env_logger = " 0.5.4"
2626failure = " 0.1.1"
2727filetime = " 0.2"
2828flate2 = " 1.0"
2929fs2 = " 0.4"
30- git2 = " 0.7.2 "
30+ git2 = " 0.7.3 "
3131git2-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.
3432glob = " 0.2.11"
3533hex = " 0.3"
3634home = " 0.3"
@@ -40,6 +38,7 @@ jobserver = "0.1.11"
4038lazycell = " 1.0"
4139libc = " 0.2"
4240log = " 0.4"
41+ libgit2-sys = " 0.7.5"
4342num_cpus = " 1.0"
4443rustfix = " 0.4"
4544same-file = " 1"
@@ -67,10 +66,6 @@ core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] }
6766[target .'cfg(windows)' .dependencies ]
6867miow = " 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 ]
7570version = " 0.3"
7671features = [
You can’t perform that action at this time.
0 commit comments