We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d72d09 commit f257129Copy full SHA for f257129
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-rustls"
3
-version = "0.10.0"
+version = "0.11.0"
4
authors = ["Joseph Birr-Pixton <[email protected]>"]
5
license = "Apache-2.0/ISC/MIT"
6
readme = "README.md"
@@ -11,11 +11,11 @@ repository = "https://github.com/ctz/hyper-rustls"
11
[dependencies]
12
futures = "0.1.13"
13
hyper = "0.11"
14
-rustls = "0.10.0"
+rustls = "0.11.0"
15
tokio-core = "0.1.7"
16
tokio-io = "0.1.1"
17
tokio-proto = "0.1"
18
-tokio-rustls = { version = "0.3.0", features = [ "tokio-proto" ] }
+tokio-rustls = { version = "0.4.0", features = [ "tokio-proto" ] }
19
tokio-service = "0.1.0"
20
-webpki-roots = "0.11.0"
21
-ct-logs = "0.1.0"
+webpki-roots = "0.13.0"
+ct-logs = "0.2.0"
0 commit comments