Skip to content

Commit 07eda13

Browse files
committed
Update to hyper v0.13
1 parent a14c337 commit 07eda13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ vendored = ["native-tls/vendored"]
1515

1616
[dependencies]
1717
native-tls = "0.2"
18-
hyper = { git = "https://github.com/hyperium/hyper", default-features = false, features = ["tcp"] }
18+
hyper = { version = "0.13", default-features = false, features = ["tcp"] }
1919
tokio = { version = "0.2" }
2020
tokio-tls = "0.3"
2121

0 commit comments

Comments
 (0)