diff --git a/Cargo.lock b/Cargo.lock index 84c9a05..868b54b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,9 +428,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341" +checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" dependencies = [ "async-channel", "async-global-executor", diff --git a/server/Cargo.toml b/server/Cargo.toml index 34fe35c..374849e 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -49,6 +49,6 @@ whirlpool = "0.9.0" logger = {git = "https://github.com/Rheydskey/logger", branch="master"} time = "0.2.27" -async-std = "1.9.0" +async-std = "1.10.0" chrono = "0.4.19" \ No newline at end of file