Skip to content

Commit 9c3e042

Browse files
Bump thiserror from 2.0.12 to 2.0.14 (#787)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.12 to 2.0.14. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.14) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f065a27 commit 9c3e042

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 15 additions & 15 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, features = [ "s
4242
hyperlight-guest-tracing = { workspace = true, default-features = true, optional = true }
4343
vmm-sys-util = "0.15.0"
4444
crossbeam-channel = "0.5.15"
45-
thiserror = "2.0.12"
45+
thiserror = "2.0.14"
4646
chrono = { version = "0.4", optional = true }
4747
anyhow = "1.0"
4848
metrics = "0.24.2"

0 commit comments

Comments
 (0)