]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tcp-echo-server/Cargo.toml
refactor to have datagram already serialized in memory
[connect-rs.git] / examples / tcp-echo-server / Cargo.toml
index 5becda0c9c3d7f2266a7c64c997d16e73999083a..a84fc673c2a78dbbee82992d7723551ff284ba7b 100644 (file)
@@ -8,7 +8,7 @@ edition = "2018"
 
 [dependencies]
 anyhow = "1.0"
-async-std = { version = "1.9.0", features = ["attributes"] }
+async-std = { version = "1.12.0", features = ["attributes"] }
 env_logger = "0.7"
 log = "0.4"