From a1734208f8ffebfcd91cca8d7e41298d4ca421c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:44:01 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.30 to 2.0.0 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.30...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/hyperlight_host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 35692fb25..97ec95307 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -45,7 +45,7 @@ sha256 = "1.4.0" vmm-sys-util = "0.12.1" crossbeam = "0.8.0" crossbeam-channel = "0.5.8" -thiserror = "1.0.30" +thiserror = "2.0.0" prometheus = "0.13.3" strum = { version = "0.25", features = ["derive"] } tempfile = {version = "3.10", optional = true}