]> git.lizzy.rs Git - connect-rs.git/blobdiff - examples/tcp-client/Cargo.toml
refactor to have datagram already serialized in memory
[connect-rs.git] / examples / tcp-client / Cargo.toml
index 66da115dac33571bc3cf72ec5fd7621557ce0a37..5f15ba88e9f1f1f092d25c8f2dc651d3457bc220 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"