Skip to content

Commit 08901b0

Browse files
Bump log from 0.4.22 to 0.4.25 (#229)
Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.25. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) --- updated-dependencies: - dependency-name: log 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 5bfdc49 commit 08901b0

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.1.24", default-features = false }
1919
anyhow = { version = "1.0.95", default-features = false }
20-
log = "0.4.20"
20+
log = "0.4.25"
2121
tracing = { version = "0.1.41", optional = true }
2222
strum = {version = "0.26", default-features = false, features = ["derive"]}
2323

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.8.0"
3333
lazy_static = "1.4.0"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serde_json = "1.0"
36-
log = "0.4.20"
36+
log = "0.4.25"
3737
once_cell = { version = "1.18.0" }
3838
tracing = { version = "0.1.41", features = ["log"] }
3939
tracing-log = "0.2.0"

0 commit comments

Comments
 (0)