diff --git a/Cargo.lock b/Cargo.lock index dc9ea588e..479d952a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,7 +1190,7 @@ dependencies = [ "strum", "tempfile", "termcolor", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", "tracing-chrome", @@ -1719,7 +1719,7 @@ checksum = "89abe853221fa6f14ad4066affb9abda241a03d65622887d5794e1422d0bd75a" dependencies = [ "libc", "mshv-bindings 0.3.2", - "thiserror 2.0.11", + "thiserror 2.0.12", "vmm-sys-util", ] @@ -1803,7 +1803,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", ] @@ -1836,7 +1836,7 @@ dependencies = [ "opentelemetry_sdk", "prost", "reqwest", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tonic", "tracing", @@ -1875,7 +1875,7 @@ dependencies = [ "percent-encoding", "rand 0.8.5", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-stream", "tracing", @@ -2762,11 +2762,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -2782,9 +2782,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index ae0f3d445..f798a1b64 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -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.14" -thiserror = "2.0.11" +thiserror = "2.0.12" prometheus = "0.13.3" strum = { version = "0.27", features = ["derive"] } tempfile = { version = "3.18", optional = true }