mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-06 17:59:11 +00:00
feat: Update Cargo.toml to add support for tls1.2 when use wss (#1917)
This commit is contained in:
@@ -35,9 +35,6 @@ serde_json = "1"
|
||||
|
||||
easytier = { path = "../../easytier" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
rustls = { version = "0.23.0", features = [
|
||||
"ring",
|
||||
] }
|
||||
anyhow = "1.0"
|
||||
chrono = { version = "0.4.37", features = ["serde"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user