Skip to content

Commit 5813f51

Browse files
Bump anyhow from 1.0.97 to 1.0.98 (#414)
1 parent 300552d commit 5813f51

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workspace = true
1616

1717
[dependencies]
1818
flatbuffers = { version = "25.2.10", default-features = false }
19-
anyhow = { version = "1.0.97", default-features = false }
19+
anyhow = { version = "1.0.98", default-features = false }
2020
log = "0.4.27"
2121
tracing = { version = "0.1.41", optional = true }
2222
strum = {version = "0.27", default-features = false, features = ["derive"]}

src/hyperlight_guest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libc = [] # compile musl libc
1818
printf = [] # compile printf
1919

2020
[dependencies]
21-
anyhow = { version = "1.0.97", default-features = false }
21+
anyhow = { version = "1.0.98", default-features = false }
2222
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
2323
buddy_system_allocator = "0.11.0"
2424
hyperlight-common = { workspace = true }

src/hyperlight_host/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ windows = { version = "0.61", features = [
113113
proc-maps = "0.4.0"
114114

115115
[build-dependencies]
116-
anyhow = { version = "1.0.97" }
116+
anyhow = { version = "1.0.98" }
117117
cfg_aliases = "0.2.1"
118118
built = { version = "0.7.7", features = ["chrono", "git2"] }
119119

src/hyperlight_testing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hyperlight-testing"
33
edition = "2021"
44

55
[dependencies]
6-
anyhow = "1.0.97"
6+
anyhow = "1.0.98"
77
log = "0.4"
88
once_cell = "1.21"
99
tracing = { version = "0.1.41", features = ["log"] }

0 commit comments

Comments
 (0)