From a39a36dfcc500b27d9d1945663786e90c004ac7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:35:05 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.7.11 to 0.7.13 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.11 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.11...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bb805ec..7b70baac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5672,9 +5672,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index e86b2693..48d67119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ futures = "0.3" noodles = { version = "0.86" } object_store = { version = "0.10.2" } tokio = { version = "1", features = ["io-util"] } -tokio-util = { version = "0.7.11", features = ["compat"] } +tokio-util = { version = "0.7.13", features = ["compat"] } url = { version = "2.5.2" } tracing = "0.1.40"