Skip to content

Commit f060b76

Browse files
committed
Merge branch 'main' into add-intel-runners-to-build-matrix
2 parents 1753ccc + 0cd4b59 commit f060b76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)