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"