Skip to content

Commit 5cb4e15

Browse files
committed
Bump dependencies of examples
1 parent c5051eb commit 5cb4e15

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The async-rs authors", "quininer <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
structopt = "0.2"
9-
rustls = "0.16"
10-
async-std = "0.99"
8+
structopt = "0.3.9"
9+
rustls = "0.17.0"
10+
async-std = "1.5.0"
1111
async-tls = { path = "../.." }

examples/server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["The async-rs developers", "quininer <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
structopt = "0.2"
9-
async-std = "0.99"
8+
structopt = "0.3.9"
9+
async-std = "1.5.0"
1010
async-tls = { path = "../.." }
11-
rustls = "0.16"
12-
webpki = "0.21"
11+
rustls = "0.17.0"
12+
webpki = "0.21.2"

0 commit comments

Comments
 (0)