Skip to content

Commit d77820a

Browse files
Bump anyhow from 1.0.101 to 1.0.102 (#1243)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c991d1 commit d77820a

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.101", default-features = false }
19+
anyhow = { version = "1.0.102", 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.101", default-features = false }
15+
anyhow = { version = "1.0.102", 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
@@ -117,7 +117,7 @@ windows = { version = "0.62", features = [
117117
proc-maps = "0.4.0"
118118

119119
[build-dependencies]
120-
anyhow = { version = "1.0.101" }
120+
anyhow = { version = "1.0.102" }
121121
cfg_aliases = "0.2.1"
122122
built = { version = "0.8.0", optional = true, features = ["chrono", "git2"] }
123123

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

0 commit comments

Comments
 (0)