Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
447 changes: 213 additions & 234 deletions Cargo.lock

Large diffs are not rendered by default.

218 changes: 93 additions & 125 deletions staging/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions staging/vhost-device-video/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ v4l2-decoder = ["v4l2r"]

[dependencies]
bitflags = "2.11.0"
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
epoll = "4.4"
num_enum = "0.7"
log = "0.4"
libc = "0.2.182"
libc = "0.2.183"
thiserror = "2.0"
futures-executor = { version = "0.3", features = ["thread-pool"] }
vhost = { version = "0.15", features = ["vhost-user-backend"] }
Expand All @@ -37,6 +37,6 @@ v4l2r = { git = "https://github.com/Gnurou/v4l2r", rev = "110fd77", optional =
[dev-dependencies]
assert_matches = "1.5"
rstest = "0.26.1"
tempfile = "3.26.0"
tempfile = "3.27.0"
virtio-queue = { version = "0.17", features = ["test-utils"] }
vm-memory = { version = "0.17.1", features = ["backend-mmap", "backend-atomic"] }
2 changes: 1 addition & 1 deletion vhost-device-can/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
log = "0.4"
thiserror = "2.0"
Expand Down
4 changes: 2 additions & 2 deletions vhost-device-console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ edition = "2021"
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
console = "0.16.2"
console = "0.16.3"
crossterm = "0.29.0"
queues = "1.0.2"
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
epoll = "4.4"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion vhost-device-gpio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]
mock_gpio = []

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
libc = "0.2"
log = "0.4"
Expand Down
8 changes: 4 additions & 4 deletions vhost-device-gpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ backend-gfxstream = ["rutabaga_gfx/gfxstream"]
backend-virgl = ["dep:virglrenderer"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11.9"
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11.10"
libc = "0.2"
log = "0.4"

Expand All @@ -36,12 +36,12 @@ virtio-queue = "0.17.0"
vm-memory = "0.17.1"
vmm-sys-util = "0.15.0"
bitflags = "2.11.0"
uuid = { version = "1.19", features = ["v4"] }
uuid = { version = "1.23", features = ["v4"] }

[dev-dependencies]
assert_matches = "1.5"
mockall = "0.14.0"
rusty-fork = "0.3.1"
tempfile = "3.26"
tempfile = "3.27"
virtio-queue = { version = "0.17", features = ["test-utils"] }
vm-memory = { version = "0.17.1", features = ["backend-mmap", "backend-atomic"] }
2 changes: 1 addition & 1 deletion vhost-device-i2c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
libc = "0.2"
log = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions vhost-device-input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ edition = "2021"
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
epoll = "4.4"
libc = "0.2"
log = "0.4"
rand = "0.10.0"
tempfile = "3.26"
tempfile = "3.27"
thiserror = "2.0"
vhost = { version = "0.15", features = ["vhost-user-backend"] }
vhost-user-backend = "0.21"
Expand Down
4 changes: 2 additions & 2 deletions vhost-device-rng/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ edition = "2021"
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
epoll = "4.4"
libc = "0.2"
log = "0.4"
rand = "0.10.0"
tempfile = "3.26"
tempfile = "3.27"
thiserror = "2.0"
vhost = { version = "0.15", features = ["vhost-user-backend"] }
vhost-user-backend = "0.21"
Expand Down
2 changes: 1 addition & 1 deletion vhost-device-scmi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0 OR BSD-3-Clause"
edition = "2021"

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
itertools = "0.14"
log = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions vhost-device-scsi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
epoll = "4.4"
log = "0.4"
Expand All @@ -29,7 +29,7 @@ vmm-sys-util = "0.15"

[dev-dependencies]
assert_matches = "1.5"
tempfile = "3.26.0"
tempfile = "3.27.0"
virtio-queue = { version = "0.17", features = ["test-utils"] }

[lints]
Expand Down
4 changes: 2 additions & 2 deletions vhost-device-sound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pw-backend = ["pw"]
gst-backend = ["dep:gst", "dep:gst-app", "dep:gst-audio"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
log = "0.4"
thiserror = "2.0"
Expand All @@ -39,7 +39,7 @@ gst-audio = {package = "gstreamer-audio", version = "0.24.2", optional = true, f

[dev-dependencies]
rstest = "0.26.1"
tempfile = "3.26"
tempfile = "3.27"
virtio-queue = { version = "0.17", features = ["test-utils"] }
vm-memory = { version = "0.17.1", features = ["backend-mmap", "backend-atomic"] }

Expand Down
2 changes: 1 addition & 1 deletion vhost-device-spi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2021"
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
libc = "0.2"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion vhost-device-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish = false
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
libc = "0.2"
log = "0.4"
Expand Down
8 changes: 4 additions & 4 deletions vhost-device-vsock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]

[dependencies]
byteorder = "1"
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.6", features = ["derive"] }
env_logger = "0.11"
epoll = "4.4.0"
log = "0.4"
Expand All @@ -29,14 +29,14 @@ virtio-vsock = "0.11"
vm-memory = "0.17.1"
vmm-sys-util = "0.15"
figment = { version = "0.10.19", features = ["yaml"] }
vsock = { version = "0.5.2", optional = true }
libc = { version = "0.2.182", optional = true }
vsock = { version = "0.5.4", optional = true }
libc = { version = "0.2.183", optional = true }
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
assert_matches = "1.5"
virtio-queue = { version = "0.17", features = ["test-utils"] }
tempfile = "3.26.0"
tempfile = "3.27.0"

[lints]
workspace = true
6 changes: 3 additions & 3 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ edition = "2021"
publish = false

[dependencies]
clap = { version = "4.5", features = ["derive"], optional = true }
clap_mangen = { version = "0.2.31", optional = true }
toml = { version = "0.9.11", optional = true }
clap = { version = "4.6", features = ["derive"], optional = true }
clap_mangen = { version = "0.3.0", optional = true }
toml = { version = "1.0.6", optional = true }
markdown = { version = "=1.0.0", optional = true }

[build-dependencies]
Expand Down