Skip to content

Commit ee75a83

Browse files
authored
Merge branch 'main' into hips
2 parents fec7d77 + 0cd4b59 commit ee75a83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>Hyperlight</h1>
3-
<img src="docs/assets/hl-tentative-logo.png" width="150px" />
3+
<img src="https://github.com/hyperlight-dev/hyperlight/blob/main/docs/assets/hl-tentative-logo.png" width="150px" />
44
<p>
55
<strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.
66
</strong>

src/hyperlight_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = { version = "1.0.72", default-features = false }
2020
log = "0.4.20"
2121
tracing = { version = "0.1.27", optional = true }
2222
strum = {version = "0.25", default-features = false, features = ["derive"]}
23-
strum_macros = {version = "0.25", features =[]}
23+
strum_macros = {version = "0.26", features =[]}
2424

2525
[features]
2626
default = ["tracing"]

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sha256 = "1.4.0"
4545
vmm-sys-util = "0.12.1"
4646
crossbeam = "0.8.0"
4747
crossbeam-channel = "0.5.8"
48-
thiserror = "1.0.30"
48+
thiserror = "2.0.0"
4949
prometheus = "0.13.3"
5050
strum = { version = "0.25", features = ["derive"] }
5151
tempfile = {version = "3.10", optional = true}

0 commit comments

Comments
 (0)