Skip to content

Commit e4fde63

Browse files
dependabot[bot]marosset
authored andcommitted
Update thiserror requirement from 1.0.30 to 2.0.0 (hyperlight-dev#29)
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.30...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Rossetti <[email protected]> Signed-off-by: danbugs <[email protected]>
1 parent e87e6a8 commit e4fde63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sha256 = "1.4.0"
4545
vmm-sys-util = "0.12.1"
4646
crossbeam = "0.8.0"
4747
crossbeam-channel = "0.5.8"
48-
thiserror = "1.0.30"
48+
thiserror = "2.0.0"
4949
prometheus = "0.13.3"
5050
strum = { version = "0.25", features = ["derive"] }
5151
tempfile = {version = "3.10", optional = true}

0 commit comments

Comments
 (0)