From f4cda444cb363a19e017383d91c4f0ddc7d7050f Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 5 Dec 2024 09:22:36 -0800 Subject: [PATCH] chore(deps): Bump patched tokio-util to 0.7.13 (#21966) Signed-off-by: Jesse Szwedko --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a98b9accf05a..19a9f2eed20d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9950,8 +9950,8 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" -source = "git+https://github.com/vectordotdev/tokio?branch=tokio-util-0.7.11-framed-read-continue-on-error#156dcaacdfa53f530a39eb91b1ceb731a9908986" +version = "0.7.13" +source = "git+https://github.com/vectordotdev/tokio?branch=tokio-util-0.7.13-framed-read-continue-on-error#b4bdfda8fe8aa24eba36de0d60063b14f30c7fe7" dependencies = [ "bytes 1.9.0", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 42f2305b6c0fd..5a7a68bdf7270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -425,7 +425,7 @@ zstd = { version = "0.13.0", default-features = false } [patch.crates-io] # The upgrade for `tokio-util` >= 0.6.9 is blocked on https://github.com/vectordotdev/vector/issues/11257. -tokio-util = { git = "https://github.com/vectordotdev/tokio", branch = "tokio-util-0.7.11-framed-read-continue-on-error" } +tokio-util = { git = "https://github.com/vectordotdev/tokio", branch = "tokio-util-0.7.13-framed-read-continue-on-error" } nix = { git = "https://github.com/vectordotdev/nix.git", branch = "memfd/gnu/musl" } # The `heim` crates depend on `ntapi` 0.3.7 on Windows, but that version has an # unaligned access bug fixed in the following revision.