Skip to content

Commit 2efc8f0

Browse files
Bump anyhow from 1.0.100 to 1.0.101
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.100 to 1.0.101. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 160f7cf commit 2efc8f0

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 = "25.12.19", default-features = false }
19-
anyhow = { version = "1.0.100", default-features = false }
19+
anyhow = { version = "1.0.101", default-features = false }
2020
log = "0.4.29"
2121
tracing = { version = "0.1.44", optional = true }
2222
arbitrary = {version = "1.4.2", optional = true, features = ["derive"]}

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Provides only the essential building blocks for interacting with the host enviro
1212
"""
1313

1414
[dependencies]
15-
anyhow = { version = "1.0.100", default-features = false }
15+
anyhow = { version = "1.0.101", default-features = false }
1616
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1717
hyperlight-common = { workspace = true, default-features = false }
1818
flatbuffers = { version= "25.12.19", default-features = false }

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ windows = { version = "0.62", features = [
116116
proc-maps = "0.4.0"
117117

118118
[build-dependencies]
119-
anyhow = { version = "1.0.100" }
119+
anyhow = { version = "1.0.101" }
120120
cfg_aliases = "0.2.1"
121121
built = { version = "0.8.0", optional = true, features = ["chrono", "git2"] }
122122

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.100"
6+
anyhow = "1.0.101"
77
log = "0.4"
88
once_cell = "1.21"
99
tracing = { version = "0.1.44", features = ["log"] }

0 commit comments

Comments
 (0)