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> --- bot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 47b2a08f..a8620a60 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -14,5 +14,5 @@ azalea-protocol = {path = "../azalea-protocol"} env_logger = "0.9.1" parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]} rand = "0.8.5" -tokio = "1.19.2" +tokio = "1.23.1" uuid = "1.1.2" -- cgit v1.2.3