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"