Skip to content

Commit

Permalink
feat: align tungstenite version with axum to enable tls support
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 19, 2024
1 parent dcf275e commit 31ba8bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 53 deletions.
59 changes: 8 additions & 51 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 worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ 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 = { version = "0.23.1", features = ["rustls"] }
tokio-tungstenite = { version = "0.21.0", features = ["rustls"] }
futures-util = "0.3.30"
flume = "0.11.0"
tungstenite = { version = "0.23.0", features = ["rustls"] }
tungstenite = { version = "0.21.0", features = ["rustls"] }

[build-dependencies]
vergen = { version = "8.3.1", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }

0 comments on commit 31ba8bf

Please sign in to comment.