Skip to content

Commit 526bdfe

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group with 4 updates
Bumps the firecracker group with 4 updates: [vm-allocator](https://github.com/rust-vmm/vm-allocator), [bumpalo](https://github.com/fitzgen/bumpalo), [crunchy](https://github.com/eira-fransham/crunchy) and [indexmap](https://github.com/indexmap-rs/indexmap). Updates `vm-allocator` from 0.1.2 to 0.1.3 - [Release notes](https://github.com/rust-vmm/vm-allocator/releases) - [Changelog](https://github.com/rust-vmm/vm-allocator/blob/main/CHANGELOG.md) - [Commits](rust-vmm/vm-allocator@v0.1.2...v0.1.3) Updates `bumpalo` from 3.18.1 to 3.19.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/commits) Updates `crunchy` from 0.2.3 to 0.2.4 - [Commits](https://github.com/eira-fransham/crunchy/commits) Updates `indexmap` from 2.9.0 to 2.10.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.9.0...2.10.0) --- updated-dependencies: - dependency-name: vm-allocator dependency-version: 0.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: bumpalo dependency-version: 3.19.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: crunchy dependency-version: 0.2.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: indexmap dependency-version: 2.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b6769b commit 526bdfe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ timerfd = "1.5.0"
4444
userfaultfd = "0.8.1"
4545
utils = { path = "../utils" }
4646
vhost = { version = "0.14.0", features = ["vhost-user-frontend"] }
47-
vm-allocator = "0.1.2"
47+
vm-allocator = "0.1.3"
4848
vm-memory = { version = "0.16.2", features = ["backend-mmap", "backend-bitmap"] }
4949
vm-superio = "0.8.0"
5050
vmm-sys-util = { version = "0.14.0", features = ["with-serde"] }

0 commit comments

Comments
 (0)