Skip to content

Commit dcc7c98

Browse files
dependabot[bot]syntactically
authored andcommitted
Bump anyhow from 1.0.93 to 1.0.94
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.94) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f090d94 commit dcc7c98

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -16,7 +16,7 @@ workspace = true
1616

1717
[dependencies]
1818
flatbuffers = { version = "24.3.25", default-features = false }
19-
anyhow = { version = "1.0.72", default-features = false }
19+
anyhow = { version = "1.0.94", default-features = false }
2020
log = "0.4.20"
2121
tracing = { version = "0.1.41", optional = true }
2222
strum = {version = "0.26", default-features = false, features = ["derive"]}

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ printf = [] # compile printf
1919
alloca = [] # compile alloca wrapper
2020

2121
[dependencies]
22-
anyhow = { version = "1.0.45", default-features = false }
22+
anyhow = { version = "1.0.94", default-features = false }
2323
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
2424
buddy_system_allocator = "0.11.0"
2525
hyperlight-common = { workspace = true }

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ windows = { version = "0.58", features = [
108108
proc-maps = "0.4.0"
109109

110110
[build-dependencies]
111-
anyhow = { version = "1.0.75" }
111+
anyhow = { version = "1.0.94" }
112112
cfg_aliases = "0.2.1"
113113
built = { version = "0.7.0", features = ["chrono", "git2"] }
114114

src/hyperlight_testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.72"
6+
anyhow = "1.0.94"
77
log = "0.4"
88
once_cell = "1.19"
99
tracing = { version = "0.1.41", features = ["log"] }

0 commit comments

Comments
 (0)