Skip to content

Commit e6c07c3

Browse files
dependabot[bot]syntactically
authored andcommitted
Bump anyhow from 1.0.94 to 1.0.95
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.94 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.94...1.0.95) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5302c77 commit e6c07c3

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.94", default-features = false }
19+
anyhow = { version = "1.0.95", 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
@@ -19,7 +19,7 @@ printf = [] # compile printf
1919
alloca = [] # compile alloca wrapper
2020

2121
[dependencies]
22-
anyhow = { version = "1.0.94", default-features = false }
22+
anyhow = { version = "1.0.95", default-features = false }
2323
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
2424
buddy_system_allocator = "0.11.0"
2525
hyperlight-common = { workspace = true }

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ windows = { version = "0.59", features = [
109109
proc-maps = "0.4.0"
110110

111111
[build-dependencies]
112-
anyhow = { version = "1.0.94" }
112+
anyhow = { version = "1.0.95" }
113113
cfg_aliases = "0.2.1"
114114
built = { version = "0.7.0", features = ["chrono", "git2"] }
115115

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

0 commit comments

Comments
 (0)