Skip to content

Commit

Permalink
feat: enable tls for tokio-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 19, 2024
1 parent 8bb5888 commit dcf275e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ num_cpus = "1.16.0"
reqwest = { version = "0.11.24", features = ["json"] }
sysinfo = "0.30.5"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "process", "sync", "fs"] }
tokio-tungstenite = "0.23.1"
tokio-tungstenite = { version = "0.23.1", features = ["rustls"] }
futures-util = "0.3.30"
flume = "0.11.0"
tungstenite = { version = "0.23.0", features = ["rustls"] }
Expand Down

0 comments on commit dcf275e

Please sign in to comment.