upgrade deps as long as we're releasing

This commit is contained in:
Jacob Rothstein 2021-03-20 21:47:14 -07:00
parent 018826ae15
commit b1cfe68ca0
No known key found for this signature in database
GPG Key ID: C38BA18C6CFE15A5
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ keywords = ["tide", "https", "tls"]
categories = ["web-programming::http-server", "web-programming"]
[dependencies]
async-std = "1.7.0"
async-std = "1.9.0"
tide = { version = "0.16.0", default-features = false }
async-rustls = "0.2.0"
rustls = "0.19.0"
async-h1 = "2.2.0"
async-h1 = "2.3.2"
async-dup = "1.2.2"