Skip to content

Commit 692fd9e

Browse files
Bump anyhow from 1.0.99 to 1.0.100 (#899)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b10a39 commit 692fd9e

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.2.10", default-features = false }
19-
anyhow = { version = "1.0.99", default-features = false }
19+
anyhow = { version = "1.0.100", default-features = false }
2020
log = "0.4.28"
2121
tracing = { version = "0.1.41", 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.99", default-features = false }
15+
anyhow = { version = "1.0.100", default-features = false }
1616
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1717
hyperlight-common = { workspace = true }
1818
hyperlight-guest-tracing = { workspace = true, default-features = false }

src/hyperlight_host/Cargo.toml

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

120120
[build-dependencies]
121-
anyhow = { version = "1.0.99" }
121+
anyhow = { version = "1.0.100" }
122122
cfg_aliases = "0.2.1"
123123
built = { version = "0.8.0", optional = true, features = ["chrono", "git2"] }
124124

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

0 commit comments

Comments
 (0)