Skip to content

Commit caf79c4

Browse files
dependabot[bot]syntactically
authored andcommitted
Bump thiserror from 2.0.3 to 2.0.4 (#94)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 717c228 commit caf79c4

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
@@ -45,7 +45,7 @@ hyperlight-common = { workspace = true, default-features = true }
4545
vmm-sys-util = "0.12.1"
4646
crossbeam = "0.8.0"
4747
crossbeam-channel = "0.5.8"
48-
thiserror = "2.0.0"
48+
thiserror = "2.0.4"
4949
prometheus = "0.13.3"
5050
strum = { version = "0.26", features = ["derive"] }
5151
tempfile = { version = "3.10", optional = true }

0 commit comments

Comments
 (0)