From 34976b91a3d4c23202d938b0c1198f1b9b1e6ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 04:46:25 +0000 Subject: [PATCH] Bump thiserror from 2.0.14 to 2.0.15 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.14...2.0.15) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++++++++++++--------------- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a64ed65eb..51ec6f039 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1482,7 +1482,7 @@ dependencies = [ "signal-hook-registry", "tempfile", "termcolor", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", "tracing-chrome", @@ -1935,7 +1935,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb4bdc8b0ce69932332cf76d24af69c3a155242af95c226b2ab6c2e371ed1149" dependencies = [ - "thiserror 2.0.14", + "thiserror 2.0.15", "zerocopy 0.8.26", "zerocopy-derive 0.8.26", ] @@ -1997,7 +1997,7 @@ dependencies = [ "metrics", "metrics-util", "quanta", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -2091,7 +2091,7 @@ checksum = "89abe853221fa6f14ad4066affb9abda241a03d65622887d5794e1422d0bd75a" dependencies = [ "libc", "mshv-bindings 0.3.2", - "thiserror 2.0.14", + "thiserror 2.0.15", "vmm-sys-util 0.15.0", ] @@ -2213,7 +2213,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", ] @@ -2243,7 +2243,7 @@ dependencies = [ "opentelemetry_sdk", "prost", "reqwest", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -2277,7 +2277,7 @@ dependencies = [ "percent-encoding", "rand", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", ] @@ -2400,7 +2400,7 @@ checksum = "97f6fccfd2d9d2df765ca23ff85fe5cc437fb0e6d3e164e4d3cbe09d14780c93" dependencies = [ "arrayvec", "bitflags 2.9.1", - "thiserror 2.0.14", + "thiserror 2.0.15", "zerocopy 0.8.26", "zerocopy-derive 0.8.26", ] @@ -2840,7 +2840,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -3387,11 +3387,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.14" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" +checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" dependencies = [ - "thiserror-impl 2.0.14", + "thiserror-impl 2.0.15", ] [[package]] @@ -3407,9 +3407,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.14" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" +checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" dependencies = [ "proc-macro2", "quote", @@ -3656,7 +3656,7 @@ dependencies = [ "chrono", "serde", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", "tracing-subscriber", "uuid", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index e1f140904..1be03d10f 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -42,7 +42,7 @@ hyperlight-common = { workspace = true, default-features = true, features = [ "s hyperlight-guest-tracing = { workspace = true, default-features = true, optional = true } vmm-sys-util = "0.15.0" crossbeam-channel = "0.5.15" -thiserror = "2.0.14" +thiserror = "2.0.15" chrono = { version = "0.4", optional = true } anyhow = "1.0" metrics = "0.24.2"