Skip to content

Commit 8f6be61

Browse files
authored
Merge pull request #9 from ericmarkmartin/main
update for async-tls v0.11
2 parents 14ca151 + 6078768 commit 8f6be61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["web-programming::http-server", "web-programming"]
1414
[dependencies]
1515
async-std = "1.7.0"
1616
tide = { version = "0.15.0", default-features = false }
17-
async-tls = "0.10.2"
17+
async-tls = "0.11.0"
1818
rustls = "0.19.0"
1919
async-h1 = "2.2.0"
2020
async-dup = "1.2.2"

0 commit comments

Comments
 (0)