From 55c8cc7b7861c24d9283f8ad7ef65f7c7b850897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 16:09:28 +0000 Subject: [PATCH] build(deps): bump async-std from 1.9.0 to 1.10.0 Bumps [async-std](https://github.com/async-rs/async-std) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-rs/async-std/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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