Skip to content

Commit cf76f4e

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 [vhost](https://github.com/rust-vmm/vhost). Updates `vm-memory` from 0.17.1 to 0.18.0 - [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.1...v0.18.0) Updates `vhost` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](rust-vmm/vhost@vhost-v0.15.0...vhost-v0.16.0) --- updated-dependencies: - dependency-name: vm-memory dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-vmm - dependency-name: vhost dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-vmm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8041f8c commit cf76f4e

File tree

3 files changed

+31
-9
lines changed

3 files changed

+31
-9
lines changed

Cargo.lock

Lines changed: 28 additions & 6 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.18"
18-
vm-memory = { version = "0.17.1", features = ["backend-mmap", "backend-bitmap"] }
18+
vm-memory = { version = "0.18.0", features = ["backend-mmap", "backend-bitmap"] }
1919
zerocopy = { version = "0.8.48", features = ["derive"] }
2020

2121
[lints]

src/vmm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ thiserror = "2.0.18"
4949
userfaultfd = "0.9.0"
5050
utils = { path = "../utils" }
5151
uuid = "1.23.0"
52-
vhost = { version = "0.15.0", features = ["vhost-user-frontend"] }
52+
vhost = { version = "0.16.0", features = ["vhost-user-frontend"] }
5353
vm-allocator = { version = "0.1.3", features = ["serde"] }
54-
vm-memory = { version = "0.17.1", features = [
54+
vm-memory = { version = "0.18.0", features = [
5555
"backend-mmap",
5656
"backend-bitmap",
5757
] }

0 commit comments

Comments
 (0)