Skip to content

Commit

Permalink
⬆️ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed May 31, 2024
1 parent ce5af7e commit ec1b5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsrx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wsrx"
version = "0.2.14"
version = "0.2.15"
edition = "2021"
authors = ["Reverier-Xu <reverier.xu@xdsec.club>"]
description = "Controlled TCP-over-WebSocket forwarding tunnel."
Expand Down Expand Up @@ -36,7 +36,7 @@ name = "wsrx"
required-features = ["binary"]

[dependencies]
tokio = { version = "1.37", features = ["full"] }
tokio = { version = "1.38", features = ["full"] }
futures-util = { version = "0.3", features = ["sink"] }
tokio-util = { version = "0.7", features = ["codec"] }
thiserror = "1.0"
Expand Down

0 comments on commit ec1b5a9

Please sign in to comment.