Skip to content

Commit 717aef5

Browse files
chore(deps): Bump the rust-vmm group across 1 directory with 2 updates
Bumps the rust-vmm group with 2 updates in the / directory: [vm-memory](https://github.com/rust-vmm/vm-memory) and [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util). Updates `vm-memory` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md) - [Commits](rust-vmm/vm-memory@v0.17.0...v0.17.1) 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: vm-memory dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch 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 1d6dc09 commit 717aef5

File tree

9 files changed

+36
-26
lines changed

9 files changed

+36
-26
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.

src/acpi-tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bench = false
1515
[dependencies]
1616
displaydoc = "0.2.5"
1717
thiserror = "2.0.17"
18-
vm-memory = { version = "0.17.0", features = ["backend-mmap", "backend-bitmap"] }
18+
vm-memory = { version = "0.17.1", features = ["backend-mmap", "backend-bitmap"] }
1919
zerocopy = { version = "0.8.27", features = ["derive"] }
2020

2121
[lints]

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.145"
2222
thiserror = "2.0.17"
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.17"
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.176"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
regex = { version = "1.11.3", default-features = false, features = ["std"] }
2121
thiserror = "2.0.17"
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
@@ -21,4 +21,4 @@ thiserror = "2.0.17"
2121

2222
[dev-dependencies]
2323
serde_test = "1.0.177"
24-
vmm-sys-util = "0.14.0"
24+
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.176"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
thiserror = "2.0.17"
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.27"
2323
thiserror = "2.0.17"
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/vmm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ utils = { path = "../utils" }
5252
uuid = "1.18.1"
5353
vhost = { version = "0.14.0", features = ["vhost-user-frontend"] }
5454
vm-allocator = { version = "0.1.3", features = ["serde"] }
55-
vm-memory = { version = "0.17.0", features = [
55+
vm-memory = { version = "0.17.1", features = [
5656
"backend-mmap",
5757
"backend-bitmap",
5858
] }
5959
vm-superio = "0.8.1"
60-
vmm-sys-util = { version = "0.14.0", features = ["with-serde"] }
60+
vmm-sys-util = { version = "0.15.0", features = ["with-serde"] }
6161
zerocopy = { version = "0.8.27" }
6262

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

0 commit comments

Comments
 (0)