From abd7cc26b609ff33fbacad3bc074ada19a332fbd Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 12 Apr 2020 14:24:52 -0700 Subject: [PATCH] update async+futures --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09bf365..16c0850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ path = "src/main.rs" [dependencies] libpso = { git = "http://git.sharnoth.com/jake/libpso" } -async-std = { version = "1.4.0", features = ["unstable"] } -futures = "0.3.1" +async-std = { version = "1.5.0", features = ["unstable"] } +futures = "0.3.4" rand = "0.7.3" rand_chacha = "0.2.2" mio = "0.6"