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
Browse files Browse the repository at this point in the history
  • Loading branch information
beanow-at-crabnebula committed Oct 12, 2023
1 parent 0442b13 commit 569cc77
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.4"
version = "0.0.6"
description = "Code once, support every Rust webserver!"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
Expand Down Expand Up @@ -59,7 +59,7 @@ tauri = { version = "1.2.4", optional = true, features = ["linux-protocol-header
cookie = { version = "0.16.1", optional = true, features = ["percent-encode"] }
http = { version = "0.2.8", features = [] }
form_urlencoded = "1.1.0"
async-tungstenite = { version = "0.19.0", optional = true }
async-tungstenite = { version = "0.23.0", optional = true }
sha1 = { version = "0.10.5", optional = true }
base64 = { version = "0.20.0", optional = true }
tokio = { version = "1.21.2", features = [], default-features = false, optional = true }
Expand Down

0 comments on commit 569cc77

Please sign in to comment.