Skip to content

Commit a5efee1

Browse files
Bump log from 0.4.26 to 0.4.27 (#397)
1 parent 103fa43 commit a5efee1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -17,7 +17,7 @@ workspace = true
1717
[dependencies]
1818
flatbuffers = { version = "25.2.10", default-features = false }
1919
anyhow = { version = "1.0.97", default-features = false }
20-
log = "0.4.26"
20+
log = "0.4.27"
2121
tracing = { version = "0.1.41", optional = true }
2222
strum = {version = "0.27", default-features = false, features = ["derive"]}
2323
arbitrary = {version = "1.4.1", optional = true, features = ["derive"]}

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bitflags = "2.9.0"
3333
lazy_static = "1.4.0"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_json = "1.0"
36-
log = "0.4.26"
36+
log = "0.4.27"
3737
once_cell = { version = "1.21.1" }
3838
tracing = { version = "0.1.41", features = ["log"] }
3939
tracing-log = "0.2.0"

0 commit comments

Comments
 (0)