Skip to content

Commit

Permalink
Upgrade to new async-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Apr 2, 2021
1 parent 559e315 commit f1268db
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
@@ -1,6 +1,6 @@
[package]
name = "tide-websockets"
version = "0.3.0"
version = "0.4.0"
authors = ["Jacob Rothstein <hi@jbr.me>"]
edition = "2018"
description = "tide websockets"
Expand All @@ -12,7 +12,7 @@ keywords = ["tide", "websockets"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
async-tungstenite = "0.10.0"
async-tungstenite = "0.13.1"
sha-1 = "0.9.2"
base64 = "0.13.0"
tide = { version = "0.16.0", default-features = false, features = ["h1-server"] }
Expand Down

0 comments on commit f1268db

Please sign in to comment.