Skip to content

Commit f1268db

Browse files
committed
Upgrade to new async-tungstenite
1 parent 559e315 commit f1268db

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "tide-websockets"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Jacob Rothstein <[email protected]>"]
55
edition = "2018"
66
description = "tide websockets"
@@ -12,7 +12,7 @@ keywords = ["tide", "websockets"]
1212
categories = ["web-programming::http-server", "web-programming"]
1313

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

0 commit comments

Comments
 (0)