Skip to content

Commit e6cd45b

Browse files
Bump vmm-sys-util from 0.12.1 to 0.13.0
Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.12.1 to 0.13.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.12.1...v0.13.0) --- updated-dependencies: - dependency-name: vmm-sys-util dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 103fa43 commit e6cd45b

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

Cargo.lock

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

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tracing = { version = "0.1.41", features = ["log"] }
3939
tracing-log = "0.2.0"
4040
tracing-core = "0.1.33"
4141
hyperlight-common = { workspace = true, default-features = true }
42-
vmm-sys-util = "0.12.1"
42+
vmm-sys-util = "0.13.0"
4343
crossbeam = "0.8.0"
4444
crossbeam-channel = "0.5.14"
4545
thiserror = "2.0.12"

0 commit comments

Comments
 (0)