Skip to content

Commit b1cfe68

Browse files
committed
upgrade deps as long as we're releasing
1 parent 018826a commit b1cfe68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ keywords = ["tide", "https", "tls"]
1212
categories = ["web-programming::http-server", "web-programming"]
1313

1414
[dependencies]
15-
async-std = "1.7.0"
15+
async-std = "1.9.0"
1616
tide = { version = "0.16.0", default-features = false }
1717
async-rustls = "0.2.0"
1818
rustls = "0.19.0"
19-
async-h1 = "2.2.0"
19+
async-h1 = "2.3.2"
2020
async-dup = "1.2.2"

0 commit comments

Comments
 (0)