Skip to content

Commit c3e1d98

Browse files
authored
Merge pull request #22 from minghuaw/main
Updated tungstenite version
2 parents 0441ab8 + 266556a commit c3e1d98

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
@@ -12,7 +12,7 @@ keywords = ["tide", "websockets"]
1212
categories = ["web-programming::http-server", "web-programming"]
1313

1414
[dependencies]
15-
async-tungstenite = "0.13.1"
15+
async-tungstenite = "0.15.0"
1616
sha-1 = "0.9.6"
1717
base64 = "0.13.0"
1818
tide = { version = "0.16.0", default-features = false, features = ["h1-server"] }

0 commit comments

Comments
 (0)