Skip to content

Commit

Permalink
upgrade deps as long as we're releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Mar 21, 2021
1 parent 018826a commit b1cfe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b1cfe68

Please sign in to comment.