From 96cfd33e2d4f2a283999bd3ad7a7a38ac84291e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:36:43 +0000 Subject: [PATCH] fix(deps): bump vsock from 0.5.1 to 0.5.2 Bumps [vsock](https://github.com/rust-vsock/vsock-rs) from 0.5.1 to 0.5.2. - [Commits](https://github.com/rust-vsock/vsock-rs/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: vsock dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/zbus/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3702502c7..b8ed467e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10201,12 +10201,12 @@ checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" [[package]] name = "vsock" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e8b4d00e672f147fc86a09738fadb1445bd1c0a40542378dfb82909deeee688" +checksum = "e2da6e4ac76cd19635dce0f98985378bb62f8044ee2ff80abd2a7334b920ed63" dependencies = [ "libc", - "nix 0.29.0", + "nix 0.30.1", ] [[package]] diff --git a/crates/zbus/Cargo.toml b/crates/zbus/Cargo.toml index 465ec754c..251687454 100644 --- a/crates/zbus/Cargo.toml +++ b/crates/zbus/Cargo.toml @@ -79,7 +79,7 @@ tokio = { version = "1.47.1", optional = true, features = [ "tracing", ] } tracing = "0.1.40" -vsock = { version = "0.5.0", optional = true } +vsock = { version = "0.5.2", optional = true } tokio-vsock = { version = "0.7", optional = true } xdg-home = "1.1.0"