Skip to content

Commit 54036f5

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

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 7 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.14"
45-
thiserror = "2.0.7"
45+
thiserror = "2.0.10"
4646
prometheus = "0.13.3"
4747
strum = { version = "0.26", features = ["derive"] }
4848
tempfile = { version = "3.10", optional = true }

0 commit comments

Comments
 (0)