Skip to content

Commit

Permalink
Merge branch 'main' into issue-template-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marosset authored Dec 12, 2024
2 parents fdeae6b + 03a8a54 commit 695dafa
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/hyperlight_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true

[dependencies]
flatbuffers = { version = "24.3.25", default-features = false }
anyhow = { version = "1.0.72", default-features = false }
anyhow = { version = "1.0.94", default-features = false }
log = "0.4.20"
tracing = { version = "0.1.41", optional = true }
strum = {version = "0.26", default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ printf = [] # compile printf
alloca = [] # compile alloca wrapper

[dependencies]
anyhow = { version = "1.0.45", default-features = false }
anyhow = { version = "1.0.94", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
buddy_system_allocator = "0.11.0"
hyperlight-common = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ hyperlight-common = { workspace = true, default-features = true }
vmm-sys-util = "0.12.1"
crossbeam = "0.8.0"
crossbeam-channel = "0.5.8"
thiserror = "2.0.0"
thiserror = "2.0.6"
prometheus = "0.13.3"
strum = { version = "0.26", features = ["derive"] }
tempfile = { version = "3.10", optional = true }
Expand Down Expand Up @@ -95,7 +95,7 @@ opentelemetry = "0.27.0"
opentelemetry-otlp = { version = "0.27.0", features = ["default"] }
opentelemetry-semantic-conventions = "0.27.0"
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
criterion = "0.5.1"
tracing-chrome = "0.7.2"

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

[build-dependencies]
anyhow = { version = "1.0.75" }
anyhow = { version = "1.0.94" }
cfg_aliases = "0.2.1"
built = { version = "0.7.0", features = ["chrono", "git2"] }

Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hyperlight-testing"
edition = "2021"

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.94"
log = "0.4"
once_cell = "1.19"
tracing = { version = "0.1.41", features = ["log"] }
Expand Down

0 comments on commit 695dafa

Please sign in to comment.