From 1c383935c328ec150b461eab865d411849a94f44 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:58:32 +0000 Subject: [PATCH] chore(deps): update rust crate tokio-util to 0.7.10 (#4359) Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc36edb0ba..3113caf868 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9119,9 +9119,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" +checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 7366d73930..b9776f7aa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -358,7 +358,7 @@ tokio = "1.33.0" tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] } tokio-stream = "0.1.14" tokio-tungstenite = "0.18" -tokio-util = "0.7.9" +tokio-util = "0.7.10" toml = "0.7.8" toml_edit = "0.19.15" topological-sort = "0.2.2"