Skip to content

Commit 264ca4b

Browse files
authored
Merge branch 'main' into fix-hypervisor-handler
2 parents fce1ff0 + 03a8a54 commit 264ca4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -96,7 +96,7 @@ opentelemetry = "0.27.0"
9696
opentelemetry-otlp = { version = "0.27.0", features = ["default"] }
9797
opentelemetry-semantic-conventions = "0.27.0"
9898
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
99-
tokio = { version = "1.34.0", features = ["full"] }
99+
tokio = { version = "1.42.0", features = ["full"] }
100100
criterion = "0.5.1"
101101
tracing-chrome = "0.7.2"
102102

0 commit comments

Comments
 (0)