Skip to content

Commit

Permalink
use lightws v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 9, 2022
1 parent 7116cde commit 671c75a
Showing 1 changed file with 2 additions and 2 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.3.0"
version = "0.3.1"
edition = "2021"
authors = ["zephyr <[email protected]>"]
keywords = ["lightws", "network"]
Expand All @@ -9,7 +9,7 @@ description = "The ever fast websocket tunnel built on top of lightws."
license = "MIT"

[dependencies]
lightws = "0.4.4"
lightws = "0.4.5"
tokio = "1"
tokio-rustls = { version = "0.23.3", features = ["early-data", "dangerous_configuration"] }
webpki-roots = "0.22.3"
Expand Down

0 comments on commit 671c75a

Please sign in to comment.