Skip to content

Commit 695dafa

Browse files
authored
Merge branch 'main' into issue-template-bug
2 parents fdeae6b + 03a8a54 commit 695dafa

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

Cargo.lock

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

src/hyperlight_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workspace = true
1616

1717
[dependencies]
1818
flatbuffers = { version = "24.3.25", default-features = false }
19-
anyhow = { version = "1.0.72", default-features = false }
19+
anyhow = { version = "1.0.94", default-features = false }
2020
log = "0.4.20"
2121
tracing = { version = "0.1.41", optional = true }
2222
strum = {version = "0.26", default-features = false, features = ["derive"]}

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ printf = [] # compile printf
1919
alloca = [] # compile alloca wrapper
2020

2121
[dependencies]
22-
anyhow = { version = "1.0.45", default-features = false }
22+
anyhow = { version = "1.0.94", default-features = false }
2323
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
2424
buddy_system_allocator = "0.11.0"
2525
hyperlight-common = { workspace = true }

src/hyperlight_host/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ hyperlight-common = { workspace = true, default-features = true }
4242
vmm-sys-util = "0.12.1"
4343
crossbeam = "0.8.0"
4444
crossbeam-channel = "0.5.8"
45-
thiserror = "2.0.0"
45+
thiserror = "2.0.6"
4646
prometheus = "0.13.3"
4747
strum = { version = "0.26", features = ["derive"] }
4848
tempfile = { version = "3.10", optional = true }
@@ -95,7 +95,7 @@ opentelemetry = "0.27.0"
9595
opentelemetry-otlp = { version = "0.27.0", features = ["default"] }
9696
opentelemetry-semantic-conventions = "0.27.0"
9797
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
98-
tokio = { version = "1.34.0", features = ["full"] }
98+
tokio = { version = "1.42.0", features = ["full"] }
9999
criterion = "0.5.1"
100100
tracing-chrome = "0.7.2"
101101

@@ -108,7 +108,7 @@ windows = { version = "0.58", features = [
108108
proc-maps = "0.4.0"
109109

110110
[build-dependencies]
111-
anyhow = { version = "1.0.75" }
111+
anyhow = { version = "1.0.94" }
112112
cfg_aliases = "0.2.1"
113113
built = { version = "0.7.0", features = ["chrono", "git2"] }
114114

src/hyperlight_testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hyperlight-testing"
33
edition = "2021"
44

55
[dependencies]
6-
anyhow = "1.0.72"
6+
anyhow = "1.0.94"
77
log = "0.4"
88
once_cell = "1.19"
99
tracing = { version = "0.1.41", features = ["log"] }

0 commit comments

Comments
 (0)