]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-client/Cargo.toml
refactor to have datagram already serialized in memory
[connect-rs.git] / examples / tls-client / Cargo.toml
index 1745ba23ba017673d7054f093c81380922473db8..fa4ceb7d8df1b1da429b1e3cf8a3ebc0b7fd9b3c 100644 (file)
@@ -8,7 +8,9 @@ edition = "2018"
 
 [dependencies]
 anyhow = "1.0"
-async-std = { version = "1.9.0", features = ["attributes"] }
+async-std = { version = "1.12.0", features = ["attributes"] }
+async-tls = { version = "0.11.0", default-features = false, features = ["client", "server"] }
+rustls = { version = "0.19.0" }
 env_logger = "0.7"
 log = "0.4"