From b86a89fa1ea059b566217991a656b31bf6841ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:01:50 -0600 Subject: Bump tokio from 1.22.0 to 1.23.1 (#55) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- azalea-auth/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 azalea-auth/Cargo.toml (limited to 'azalea-auth') diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml old mode 100755 new mode 100644 index 8354cc3f..deffe62d --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -18,9 +18,9 @@ reqwest = {version = "0.11.12", features = ["json"]} serde = {version = "1.0.145", features = ["derive"]} serde_json = "1.0.86" thiserror = "1.0.37" -tokio = {version = "1.21.2", features = ["fs"]} +tokio = {version = "1.23.1", features = ["fs"]} uuid = "^1.1.2" [dev-dependencies] env_logger = "0.9.1" -tokio = {version = "1.21.2", features = ["full"]} +tokio = {version = "1.23.1", features = ["full"]} -- cgit v1.2.3