From 497d3eab99f092310ffa77d4e258431347a4dd3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 04:35:53 +0000 Subject: [PATCH] build(deps): update tokio requirement from 0.2.6 to 1.9.0 Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.6...tokio-1.9.0) Signed-off-by: dependabot-preview[bot] --- asset-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset-server/Cargo.toml b/asset-server/Cargo.toml index 8b19c38..a4fb575 100644 --- a/asset-server/Cargo.toml +++ b/asset-server/Cargo.toml @@ -18,6 +18,6 @@ once_cell = "1.7.2" serde = "1.0.124" serde_json = "1.0.64" tempfile = "3.2.0" -tokio = { version = "0.2.6", features = ["full"] } +tokio = { version = "1.9.0", features = ["full"] } uuid = { version = "0.8.2", features = ['v5'] } walkdir = "2.3.1"