From 837072ed143808cca2538ed9f5e0b2f5c95fd277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:48:20 +0000 Subject: [PATCH] Bump tokio-vsock from 0.5.0 to 0.7.0 Bumps [tokio-vsock](https://github.com/rust-vsock/tokio-vsock) from 0.5.0 to 0.7.0. - [Commits](https://github.com/rust-vsock/tokio-vsock/commits) --- 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 4bc55102..70d20e58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2157,12 +2157,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", ] @@ -3540,9 +3541,9 @@ dependencies = [ [[package]] name = "tokio-vsock" -version = "0.5.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e336ac4b36df625d5429a735dd5847732fe5f62010e3ce0c50f3705d44730f8" +checksum = "074885a713a0e1e8f2cc6855a004c7c882572d980d4f8262523dc2b094c96da8" dependencies = [ "bytes", "futures", @@ -3798,9 +3799,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 a01836fb..48ff4c9c 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.7.0", optional = true } rusqlite = { version = "0.32.0", features = ["bundled"] } num_cpus = "1.16.0"