mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
feat: Update Cargo.toml for easytier-gui and android app to support tls1.2 (#1744)
This commit is contained in:
@@ -35,6 +35,9 @@ 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