Skip to content

Commit 58eaae3

Browse files
committed
Merge branch 'master' into new
2 parents dcb0e6d + dd79d6f commit 58eaae3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ rust-install = { version = "0.0.4", path = "rust-install" }
2020
clap = "1.4.5"
2121
regex = "0.1.41"
2222
rand = "0.3.11"
23-
hyper = "0.6.14"
23+
openssl = "0.7.2"
24+
hyper = "0.7.0"
2425
term = "0.2.11"
2526
itertools = "0.4.1"
26-
openssl = "0.6.5"
2727

2828
[target.x86_64-pc-windows-gnu.dependencies]
2929
winapi = "0.2.4"

rust-install/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ license = "MIT"
1414
[dependencies]
1515
regex = "0.1.41"
1616
rand = "0.3.11"
17-
hyper = "0.6.14"
18-
openssl = "0.6.5"
17+
hyper = "0.7.0"
18+
openssl = "0.7.2"
1919
itertools = "0.4.1"
2020
ole32-sys = "0.2.0"
2121
tar = "0.3.1"

0 commit comments

Comments
 (0)