Skip to content

Commit f257129

Browse files
committed
0.11: Update dependencies
1 parent 0d72d09 commit f257129

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-rustls"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Joseph Birr-Pixton <[email protected]>"]
55
license = "Apache-2.0/ISC/MIT"
66
readme = "README.md"
@@ -11,11 +11,11 @@ repository = "https://github.com/ctz/hyper-rustls"
1111
[dependencies]
1212
futures = "0.1.13"
1313
hyper = "0.11"
14-
rustls = "0.10.0"
14+
rustls = "0.11.0"
1515
tokio-core = "0.1.7"
1616
tokio-io = "0.1.1"
1717
tokio-proto = "0.1"
18-
tokio-rustls = { version = "0.3.0", features = [ "tokio-proto" ] }
18+
tokio-rustls = { version = "0.4.0", features = [ "tokio-proto" ] }
1919
tokio-service = "0.1.0"
20-
webpki-roots = "0.11.0"
21-
ct-logs = "0.1.0"
20+
webpki-roots = "0.13.0"
21+
ct-logs = "0.2.0"

0 commit comments

Comments
 (0)