Skip to content

Commit 60f923d

Browse files
Bump thiserror from 2.0.3 to 2.0.4
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.4) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0ea748 commit 60f923d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ hyperlight-common = { workspace = true, default-features = true }
4242
vmm-sys-util = "0.12.1"
4343
crossbeam = "0.8.0"
4444
crossbeam-channel = "0.5.8"
45-
thiserror = "2.0.0"
45+
thiserror = "2.0.4"
4646
prometheus = "0.13.3"
4747
strum = { version = "0.26", features = ["derive"] }
4848
tempfile = { version = "3.10", optional = true }

0 commit comments

Comments
 (0)