Skip to content

Commit 3e593e7

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 ee37eae commit 3e593e7

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
@@ -20,7 +20,7 @@ alloca = [] # compile alloca wrapper
2020
mem_profile = []
2121

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

src/hyperlight_host/Cargo.toml

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

114114
[build-dependencies]
115-
anyhow = { version = "1.0.75" }
115+
anyhow = { version = "1.0.94" }
116116
cfg_aliases = "0.2.1"
117117
built = { version = "0.7.0", features = ["chrono", "git2"] }
118118

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)