From 13fcc0fad90799450838cc00436fc72bc23723a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 06:37:53 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.7.12 to 0.7.13 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.12 to 0.7.13. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.12...tokio-util-0.7.13) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bot_controller/Cargo.toml | 2 +- common/Cargo.toml | 2 +- sc2_controller/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f798c38..ef67a71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2908,9 +2908,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", diff --git a/bot_controller/Cargo.toml b/bot_controller/Cargo.toml index 1fba05b..cd08e77 100644 --- a/bot_controller/Cargo.toml +++ b/bot_controller/Cargo.toml @@ -15,7 +15,7 @@ clap = {version="4.3.0", features = ["cargo"]} md5 = "0.7.0" reqwest = { version = "0.11.12", default-features = false, features = ["json", "rustls-tls"] } tokio = { version = "1.0", features=["macros", "signal", "rt-multi-thread"] } -tokio-util = { version = "0.7.4", features = ["io"]} +tokio-util = { version = "0.7.13", features = ["io"]} tower = { version = "0.4", features = ["timeout"] } tower-http = { version = "0.4.0", features = ["add-extension", "trace"] } tracing = "0.1" diff --git a/common/Cargo.toml b/common/Cargo.toml index beef404..9a0c90b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -22,7 +22,7 @@ shellexpand = "3.1.0" sysinfo = "0.29.0" tempfile = "3.3.0" tokio = { version = "1.0", features = ["fs"] } -tokio-util = { version = "0.7.4", features = ["io"] } +tokio-util = { version = "0.7.13", features = ["io"] } tracing = "0.1" tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] } diff --git a/sc2_controller/Cargo.toml b/sc2_controller/Cargo.toml index 710b9d7..2c55085 100644 --- a/sc2_controller/Cargo.toml +++ b/sc2_controller/Cargo.toml @@ -13,7 +13,7 @@ clap = {version="4.3.0", features = ["cargo"]} reqwest = { version = "0.11.12", default-features = false, features = ["json", "rustls-tls"] } tempfile = "3.3.0" tokio = { version = "1.0", features=["macros", "rt-multi-thread", "signal"] } -tokio-util = { version = "0.7.4", features=["io"]} +tokio-util = { version = "0.7.13", features=["io"]} tower = { version = "0.4", features=["timeout"] } tower-http = { version = "0.4.0", features=["trace"] } tracing = "0.1"