Skip to content

Commit 421b421

Browse files
authored
chore(deps): Update tokio-util fork to 0.7.8 (vectordotdev#18078)
Prompted by vectordotdev#11257 (comment) Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 1dd505f commit 421b421

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ zstd = { version = "0.12.4", default-features = false }
376376
# https://github.com/chronotope/chrono/pull/578
377377
chrono = { git = "https://github.com/vectordotdev/chrono.git", tag = "v0.4.26-no-default-time-1" }
378378
# The upgrade for `tokio-util` >= 0.6.9 is blocked on https://github.com/vectordotdev/vector/issues/11257.
379-
tokio-util = { git = "https://github.com/vectordotdev/tokio", branch = "tokio-util-0.7.4-framed-read-continue-on-error" }
379+
tokio-util = { git = "https://github.com/vectordotdev/tokio", branch = "tokio-util-0.7.8-framed-read-continue-on-error" }
380380
nix = { git = "https://github.com/vectordotdev/nix.git", branch = "memfd/gnu/musl" }
381381
# The `heim` crates depend on `ntapi` 0.3.7 on Windows, but that version has an
382382
# unaligned access bug fixed in the following revision.

0 commit comments

Comments
 (0)