Skip to content

Commit

Permalink
chore(deps): use upstream websocket lib as patch is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Jan 6, 2025
1 parent b6eb01f commit 4d33b62
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bb8 = { version = "0.9.0", features = [] }
bytes = { version = "1.9.0", features = [] }
clap = { version = "4.5.23", features = ["derive", "env"], optional = true }
fast-socks5 = { version = "0.10.0", features = [] }
fastwebsockets = { git = "https://github.com/erebe/fastwebsockets.git", features = ["upgrade", "simd", "unstable-split"] }
fastwebsockets = { version = "0.9.0", features = ["upgrade", "simd", "unstable-split"] }
futures-util = { version = "0.3.31" }
hickory-resolver = { version = "0.24.2", features = ["tokio", "dns-over-https-rustls", "dns-over-rustls", "native-certs"] }
ppp = { version = "2.2.0", features = [] }
Expand All @@ -44,7 +44,7 @@ notify = { version = "7.0.0", features = [] }
rustls-native-certs = { version = "0.8.1", features = [] }
rustls-pemfile = { version = "2.2.0", features = [] }
x509-parser = "0.16.0"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
socket2 = { version = "0.5.8", features = [] }
tokio = { version = "1.42.0", features = ["io-std", "net", "signal", "sync", "time"] }
tokio-stream = { version = "0.1.17", features = ["net"] }
Expand Down

0 comments on commit 4d33b62

Please sign in to comment.