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-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 azalea-protocol/Cargo.toml (limited to 'azalea-protocol') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml old mode 100755 new mode 100644 index a6db11bf..6da763bd --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4.17" serde = {version = "1.0.130", features = ["serde_derive"]} serde_json = "^1.0.72" thiserror = "1.0.37" -tokio = {version = "^1.21.2", features = ["io-util", "net", "macros"]} +tokio = {version = "^1.23.1", features = ["io-util", "net", "macros"]} tokio-util = {version = "0.7.4", features = ["codec"]} trust-dns-resolver = {version = "^0.22.0", default-features = false, features = ["tokio-runtime"]} uuid = "1.1.2" -- cgit v1.2.3