Skip to content

Commit e11cc6a

Browse files
committed
Merge branch 'main' into devconatiner_kvm_permission_fix
Signed-off-by: Manoj Kumar Yadav <[email protected]>
2 parents bf72c57 + 4a4c5f7 commit e11cc6a

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 20 additions & 20 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ paste = "1.0"
2929
flatbuffers = "25.2.10"
3030
page_size = "0.6.0"
3131
termcolor = "1.2.0"
32-
bitflags = "2.8.0"
32+
bitflags = "2.9.0"
3333
lazy_static = "1.4.0"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_json = "1.0"
@@ -67,7 +67,7 @@ windows = { version = "0.59", features = [
6767
windows-sys = { version = "0.59", features = ["Win32"] }
6868
windows-result = "0.3"
6969
rust-embed = { version = "8.3.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] }
70-
sha256 = "1.4.0"
70+
sha256 = "1.6.0"
7171
windows-version = "0.1"
7272

7373
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)