Skip to content

Commit 592085e

Browse files
build(deps): bump the rust-vmm group across 2 directories with 1 update
Bumps the rust-vmm group with 1 update in the / directory: [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util). Bumps the rust-vmm group with 1 update in the /staging directory: [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util). Updates `vmm-sys-util` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md) - [Commits](rust-vmm/vmm-sys-util@v0.14.0...v0.15.0) Updates `vmm-sys-util` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md) - [Commits](rust-vmm/vmm-sys-util@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: vmm-sys-util dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-vmm - dependency-name: vmm-sys-util dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-vmm ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bb7fc6 commit 592085e

File tree

16 files changed

+56
-36
lines changed

16 files changed

+56
-36
lines changed

Cargo.lock

Lines changed: 27 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/Cargo.lock

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/vhost-device-video/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vhost-user-backend = "0.20"
3131
virtio-bindings = "0.2.5"
3232
virtio-queue = "0.16"
3333
vm-memory = "0.16.0"
34-
vmm-sys-util = "0.14"
34+
vmm-sys-util = "0.15"
3535
v4l2r = { git = "https://github.com/Gnurou/v4l2r", rev = "110fd77", optional = true }
3636

3737
[dev-dependencies]

vhost-device-can/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vhost-user-backend = "0.20"
2626
virtio-bindings = "0.2.5"
2727
virtio-queue = "0.16"
2828
vm-memory = "0.16.1"
29-
vmm-sys-util = "0.14"
29+
vmm-sys-util = "0.15"
3030

3131
[dev-dependencies]
3232
assert_matches = "1.5"

vhost-device-console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ vhost-user-backend = "0.20"
2828
virtio-bindings = "0.2.5"
2929
virtio-queue = "0.16"
3030
vm-memory = "0.16.1"
31-
vmm-sys-util = "0.14"
31+
vmm-sys-util = "0.15"
3232

3333
[dev-dependencies]
3434
assert_matches = "1.5"

vhost-device-gpio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vhost-user-backend = "0.20"
2626
virtio-bindings = "0.2.5"
2727
virtio-queue = "0.16"
2828
vm-memory = "0.16.1"
29-
vmm-sys-util = "0.14"
29+
vmm-sys-util = "0.15"
3030

3131
[target.'cfg(target_env = "gnu")'.dependencies]
3232
libgpiod = "0.2"

vhost-device-gpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ vhost-user-backend = "0.20"
3232
virtio-bindings = "0.2.5"
3333
virtio-queue = "0.16.0"
3434
vm-memory = "0.16.1"
35-
vmm-sys-util = "0.14.0"
35+
vmm-sys-util = "0.15.0"
3636
bitflags = "2.9.1"
3737

3838
[dev-dependencies]

vhost-device-i2c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ vhost-user-backend = "0.20"
2525
virtio-bindings = "0.2.5"
2626
virtio-queue = "0.16"
2727
vm-memory = "0.16.1"
28-
vmm-sys-util = "0.14"
28+
vmm-sys-util = "0.15"
2929

3030
[dev-dependencies]
3131
assert_matches = "1.5"

vhost-device-input/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vhost-user-backend = "0.20"
2727
virtio-bindings = "0.2.5"
2828
virtio-queue = "0.16"
2929
vm-memory = "0.16.1"
30-
vmm-sys-util = "0.14"
30+
vmm-sys-util = "0.15"
3131
evdev = "0.13"
3232
nix = { version = "0.30", features = ["ioctl"] }
3333

vhost-device-rng/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vhost-user-backend = "0.20"
2626
virtio-bindings = "0.2.5"
2727
virtio-queue = "0.16"
2828
vm-memory = "0.16.1"
29-
vmm-sys-util = "0.14"
29+
vmm-sys-util = "0.15"
3030

3131
[dev-dependencies]
3232
assert_matches = "1.5"

0 commit comments

Comments
 (0)