File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ atty = "0.2"
21
21
crates-io = { path = " src/crates-io" , version = " 0.18" }
22
22
crossbeam = " 0.3"
23
23
crypto-hash = " 0.3.1"
24
- curl = " 0.4.12 "
24
+ curl = " 0.4.13 "
25
25
env_logger = " 0.5.4"
26
26
failure = " 0.1.1"
27
27
filetime = " 0.2"
28
28
flate2 = " 1.0"
29
29
fs2 = " 0.4"
30
- git2 = " 0.7.2 "
30
+ git2 = " 0.7.3 "
31
31
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.
34
32
glob = " 0.2.11"
35
33
hex = " 0.3"
36
34
home = " 0.3"
@@ -40,6 +38,7 @@ jobserver = "0.1.11"
40
38
lazycell = " 1.0"
41
39
libc = " 0.2"
42
40
log = " 0.4"
41
+ libgit2-sys = " 0.7.5"
43
42
num_cpus = " 1.0"
44
43
rustfix = " 0.4"
45
44
same-file = " 1"
@@ -67,10 +66,6 @@ core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] }
67
66
[target .'cfg(windows)' .dependencies ]
68
67
miow = " 0.3.1"
69
68
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
-
74
69
[target .'cfg(windows)' .dependencies .winapi ]
75
70
version = " 0.3"
76
71
features = [
You can’t perform that action at this time.
0 commit comments