Skip to content

Commit 8614196

Browse files
chore(deps): Bump vm-memory from 0.17.1 to 0.18.0 in the rust-vmm group
Bumps the rust-vmm group with 1 update: [vm-memory](https://github.com/rust-vmm/vm-memory). 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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b40982a commit 8614196

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

Cargo.lock

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

2121
[lints]

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ utils = { path = "../utils" }
5151
uuid = "1.19.0"
5252
vhost = { version = "0.15.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)