]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tls-client/Cargo.toml
refactor read/write for correctness and ordering of messages
[connect-rs.git] / examples / tls-client / Cargo.toml
index 33013c451fec598acbb8586b580a205efe47c914..1745ba23ba017673d7054f093c81380922473db8 100644 (file)
@@ -7,8 +7,8 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-anyhow = "1.0.31"
-async-std = { version = "1.6.2", features = ["attributes"] }
+anyhow = "1.0"
+async-std = { version = "1.9.0", features = ["attributes"] }
 env_logger = "0.7"
 log = "0.4"