Skip to content

Commit 6bcb979

Browse files
chore(deps): Bump vmm-sys-util in the rust-vmm group
Bumps the rust-vmm group with 1 update: [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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e29a70 commit 6bcb979

File tree

9 files changed

+31
-21
lines changed

9 files changed

+31
-21
lines changed

Cargo.lock

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

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1.0.142"
2222
thiserror = "2.0.14"
2323

2424
vmm = { path = "../vmm" }
25-
vmm-sys-util = "0.14.0"
25+
vmm-sys-util = "0.15.0"
2626

2727
[lints]
2828
workspace = true

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ thiserror = "2.0.14"
3232
timerfd = "1.6.0"
3333
utils = { path = "../utils" }
3434
vmm = { path = "../vmm" }
35-
vmm-sys-util = { version = "0.14.0", features = ["with-serde"] }
35+
vmm-sys-util = { version = "0.15.0", features = ["with-serde"] }
3636

3737
[build-dependencies]
3838
seccompiler = { path = "../seccompiler" }

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libc = "0.2.175"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
regex = { version = "1.11.1", default-features = false, features = ["std"] }
2121
thiserror = "2.0.14"
22-
vmm-sys-util = "0.14.0"
22+
vmm-sys-util = "0.15.0"
2323

2424
utils = { path = "../utils" }
2525

src/pci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ vm-memory = { version = "0.16.1", features = [
2727

2828
[dev-dependencies]
2929
serde_test = "1.0.177"
30-
vmm-sys-util = "0.14.0"
30+
vmm-sys-util = "0.15.0"

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ displaydoc = "0.2.5"
1717
libc = "0.2.175"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
thiserror = "2.0.14"
20-
vmm-sys-util = "0.14.0"
20+
vmm-sys-util = "0.15.0"
2121

2222
utils = { path = "../utils" }
2323

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ log-instrument = { path = "../log-instrument", optional = true }
2222
semver = "1.0.26"
2323
thiserror = "2.0.14"
2424
vmm = { path = "../vmm" }
25-
vmm-sys-util = "0.14.0"
25+
vmm-sys-util = "0.15.0"
2626

2727
[target.'cfg(target_arch = "aarch64")'.dependencies]
2828
clap-num = "1.2.0"

src/vm-device/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ default = []
1313

1414
[dependencies]
1515
serde = { version = "1.0.208", features = ["derive", "rc"] }
16-
vmm-sys-util = { version = "0.14.0", features = ["with-serde"] }
16+
vmm-sys-util = { version = "0.15.0", features = ["with-serde"] }

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ vm-memory = { version = "0.16.2", features = [
5959
"backend-bitmap",
6060
] }
6161
vm-superio = "0.8.0"
62-
vmm-sys-util = { version = "0.14.0", features = ["with-serde"] }
62+
vmm-sys-util = { version = "0.15.0", features = ["with-serde"] }
6363
zerocopy = { version = "0.8.26" }
6464

6565
[target.'cfg(target_arch = "aarch64")'.dependencies]

0 commit comments

Comments
 (0)