Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
fix: update async-tungstenite (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Beaumont <[email protected]>
Co-authored-by: Oscar Beaumont <[email protected]>
  • Loading branch information
beanow-at-crabnebula and oscartbeaumont authored Oct 13, 2023
1 parent f3050d0 commit d3f5873
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 = "httpz"
version = "0.0.5"
version = "0.0.6"
description = "Code once, support every Rust webserver!"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -61,7 +61,7 @@ vercel_runtime = { version = "1.0.2", optional = true }
cookie = { version = "0.17.0", optional = true, features = ["percent-encode"] }
http = { version = "0.2.9", features = [] }
form_urlencoded = "1.2.0"
async-tungstenite = { version = "0.22.2", optional = true }
async-tungstenite = { version = "0.23.0", optional = true }
sha1 = { version = "0.10.5", optional = true }
base64 = { version = "0.21.2", optional = true }
tokio = { version = "1.29.1", features = [], default-features = false, optional = true }
Expand Down

0 comments on commit d3f5873

Please sign in to comment.