Skip to content

Commit 5df6e83

Browse files
Bump thiserror from 2.0.17 to 2.0.18 (#1177)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 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 fbfd011 commit 5df6e83

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

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

src/hyperlight_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ log = "0.4.29"
2121
tracing = { version = "0.1.44", optional = true }
2222
arbitrary = {version = "1.4.2", optional = true, features = ["derive"]}
2323
spin = "0.10.0"
24-
thiserror = { version = "2.0.16", default-features = false }
24+
thiserror = { version = "2.0.18", default-features = false }
2525

2626
[features]
2727
default = ["tracing"]

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ hyperlight-common = { workspace = true, default-features = true, features = [ "s
4444
hyperlight-guest-tracing = { workspace = true, default-features = true, optional = true }
4545
vmm-sys-util = "0.15.0"
4646
crossbeam-channel = "0.5.15"
47-
thiserror = "2.0.17"
47+
thiserror = "2.0.18"
4848
chrono = { version = "0.4", optional = true }
4949
anyhow = "1.0"
5050
metrics = "0.24.3"

0 commit comments

Comments
 (0)