Skip to content

Commit c35f3ba

Browse files
Bump anyhow from 1.0.98 to 1.0.99 (#786)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 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 9c3e042 commit c35f3ba

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.98", default-features = false }
19+
anyhow = { version = "1.0.99", default-features = false }
2020
log = "0.4.27"
2121
tracing = { version = "0.1.41", optional = true }
2222
arbitrary = {version = "1.4.1", 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.98", default-features = false }
15+
anyhow = { version = "1.0.99", 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
@@ -119,7 +119,7 @@ windows = { version = "0.61", features = [
119119
proc-maps = "0.4.0"
120120

121121
[build-dependencies]
122-
anyhow = { version = "1.0.98" }
122+
anyhow = { version = "1.0.99" }
123123
cfg_aliases = "0.2.1"
124124
built = { version = "0.8.0", optional = true, features = ["chrono", "git2"] }
125125

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

0 commit comments

Comments
 (0)