From a69b61b818c47a37a9da4363479033d5a4060b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:45:16 +0000 Subject: [PATCH] Bump tokio-vsock from 0.5.0 to 0.6.0 Bumps [tokio-vsock](https://github.com/rust-vsock/tokio-vsock) from 0.5.0 to 0.6.0. - [Commits](https://github.com/rust-vsock/tokio-vsock/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: tokio-vsock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++------ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8733c67c..e1393b90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,12 +2052,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.27.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ "bitflags", "cfg-if", + "cfg_aliases", "libc", "memoffset", ] @@ -3310,9 +3311,9 @@ dependencies = [ [[package]] name = "tokio-vsock" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e336ac4b36df625d5429a735dd5847732fe5f62010e3ce0c50f3705d44730f8" +checksum = "ad311033c354453d61b537cc239d8d7cc8e3d59c9eda2e8611a8b26e71f0e945" dependencies = [ "bytes", "futures", @@ -3544,9 +3545,9 @@ checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" [[package]] name = "vsock" -version = "0.4.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dfb6e7a74830912f1f4a7655227c9ded1ea4e9136676311fedf54bedb412f35" +checksum = "4e8b4d00e672f147fc86a09738fadb1445bd1c0a40542378dfb82909deeee688" dependencies = [ "libc", "nix", diff --git a/Cargo.toml b/Cargo.toml index 5c6f8361..5a79e687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ url = "2.5.2" pin-project-lite = "0.2.14" http-body-util = "0.1.2" hyper-util = { version = "0.1.6", features = ["tokio"] } -tokio-vsock = { version = "0.5.0", optional = true } +tokio-vsock = { version = "0.6.0", optional = true } rusqlite = { version = "0.32.0", features = ["bundled"] } [target.'cfg(unix)'.dependencies]