feat: Update Cargo.toml for easytier-gui and android app to support tls1.2 (#1744)

This commit is contained in:
hello
2026-01-04 21:03:34 +08:00
committed by GitHub
parent 2e0d9a2b54
commit ee5227130c
+3
View File
@@ -35,6 +35,9 @@ serde_json = "1"
easytier = { path = "../../easytier" } easytier = { path = "../../easytier" }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
rustls = { version = "0.23.0", features = [
"ring",
] }
anyhow = "1.0" anyhow = "1.0"
chrono = { version = "0.4.37", features = ["serde"] } chrono = { version = "0.4.37", features = ["serde"] }