From ad8ad7dfcbe14460ddeb74663098ca5c5404f225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 08:25:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20tokio-vsock=20to?= =?UTF-8?q?=200.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 4 ++-- zbus/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d36909c5..cff44ca17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1709,9 +1709,9 @@ dependencies = [ [[package]] name = "tokio-vsock" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad311033c354453d61b537cc239d8d7cc8e3d59c9eda2e8611a8b26e71f0e945" +checksum = "074885a713a0e1e8f2cc6855a004c7c882572d980d4f8262523dc2b094c96da8" dependencies = [ "bytes", "futures", diff --git a/zbus/Cargo.toml b/zbus/Cargo.toml index 9864756c5..e2cd18973 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -92,7 +92,7 @@ tokio = { version = "1.37.0", optional = true, features = [ "tracing", ] } vsock = { version = "0.5.0", optional = true } -tokio-vsock = { version = "0.6", optional = true } +tokio-vsock = { version = "0.7", optional = true } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.59", features = [