Skip to content

Commit

Permalink
use lightws v0.6.2, enable unsafe feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 14, 2022
1 parent be50581 commit cce7a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kaminari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaminari"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["zephyr <[email protected]>"]
keywords = ["lightws", "network"]
Expand All @@ -10,7 +10,7 @@ description = "The ever fast websocket tunnel built on top of lightws."
license = "MIT"

[dependencies]
lightws = "0.6"
lightws = { version = "0.6.2", features = ["unsafe_auto_mask_write"] }
tokio = "1"
tokio-rustls = { version = "0.23.3", features = ["early-data", "dangerous_configuration"] }
webpki-roots = "0.22.3"
Expand Down
1 change: 0 additions & 1 deletion kaminari/src/ws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ where
)
.await?
.guard();

Ok(stream)
}
}
Expand Down

0 comments on commit cce7a3d

Please sign in to comment.