From 4bb94586a66f1cae23f218256179071722bbc780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:33:11 +0000 Subject: [PATCH] Bump tokio-util from 0.7.17 to 0.7.18 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.17 to 0.7.18. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.17...tokio-util-0.7.18) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2e0ebc..92f7f29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,9 +1962,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.17" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" dependencies = [ "bytes", "futures-core", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 8be4c28..8fc5232 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -21,7 +21,7 @@ tracing = { workspace = true } tracing-subscriber = { workspace = true } anyhow = { workspace = true } scc = { workspace = true } -tokio-util = { version = "0.7.17", default-features = false, features = ["rt"] } +tokio-util = { version = "0.7.18", default-features = false, features = ["rt"] } async-trait = { workspace = true } toml = { workspace = true } minecraft-msa-auth = "0.4.0"