Skip to content

Commit

Permalink
Merge pull request #20 from joshtriplett/new-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr authored Apr 18, 2021
2 parents 559e315 + f1268db commit 46d032b
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 46d032b

Please sign in to comment.