Skip to content

Commit 0661dd7

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group across 1 directory with 7 updates
Bumps the firecracker group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [vm-memory](https://github.com/rust-vmm/vm-memory) | `0.14.1` | `0.15.0` | | [linux-loader](https://github.com/rust-vmm/linux-loader) | `0.11.0` | `0.12.0` | | [vhost](https://github.com/rust-vmm/vhost) | `0.11.0` | `0.12.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.18` | `1.1.19` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.36` | `0.38.37` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.20` | `0.22.21` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.12` | `1.0.13` | Updates `vm-memory` from 0.14.1 to 0.15.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.14.1...v0.15.0) Updates `linux-loader` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Changelog](https://github.com/rust-vmm/linux-loader/blob/main/CHANGELOG.md) - [Commits](rust-vmm/linux-loader@v0.11.0...v0.12.0) Updates `vhost` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](rust-vmm/vhost@vhost-v0.11.0...vhost-v0.12.0) Updates `cc` from 1.1.18 to 1.1.19 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.1.18...cc-v1.1.19) Updates `rustix` from 0.38.36 to 0.38.37 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.36...v0.38.37) Updates `toml_edit` from 0.22.20 to 0.22.21 - [Commits](toml-rs/toml@v0.22.20...v0.22.21) Updates `unicode-ident` from 1.0.12 to 1.0.13 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.12...1.0.13) --- updated-dependencies: - dependency-name: vm-memory dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: linux-loader dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: vhost dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f70a87f commit 0661dd7

File tree

4 files changed

+33
-19
lines changed

4 files changed

+33
-19
lines changed

Cargo.lock

Lines changed: 28 additions & 14 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
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
[dependencies]
1010
displaydoc = "0.2.5"
1111
thiserror = "1.0.63"
12-
vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-bitmap"] }
12+
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
1313
zerocopy = { version = "0.7.35", features = ["derive"] }
1414

1515
[lib]

src/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libc = "0.2.158"
1515
log-instrument = { path = "../log-instrument", optional = true }
1616
serde = { version = "1.0.210", features = ["derive"] }
1717
thiserror = "1.0.63"
18-
vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-bitmap"] }
18+
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
1919
vmm-sys-util = "0.12.1"
2020

2121
[dev-dependencies]

src/vmm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kvm-bindings = { version = "0.9.1", features = ["fam-wrappers", "serde"] }
2323
kvm-ioctls = "0.18.0"
2424
lazy_static = "1.5.0"
2525
libc = "0.2.158"
26-
linux-loader = "0.11.0"
26+
linux-loader = "0.12.0"
2727
log = { version = "0.4.22", features = ["std", "serde"] }
2828
log-instrument = { path = "../log-instrument", optional = true }
2929
memfd = "0.6.3"
@@ -39,9 +39,9 @@ thiserror = "1.0.63"
3939
timerfd = "1.5.0"
4040
userfaultfd = "0.8.1"
4141
utils = { path = "../utils" }
42-
vhost = { version = "0.11.0", features = ["vhost-user-frontend"] }
42+
vhost = { version = "0.12.0", features = ["vhost-user-frontend"] }
4343
vm-allocator = "0.1.0"
44-
vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-bitmap"] }
44+
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
4545
vm-superio = "0.8.0"
4646
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
4747
zerocopy = { version = "0.7.35" }

0 commit comments

Comments
 (0)