Skip to content

Commit 1225b30

Browse files
chore(deps): bump log from 0.4.30 to 0.4.31 (#1504)
Bumps [log](https://github.com/rust-lang/log) from 0.4.30 to 0.4.31. - [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.30...0.4.31) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.31 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 3b73fc1 commit 1225b30

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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
@@ -20,7 +20,7 @@ anyhow = { version = "1.0.102", default-features = false }
2020
bitflags = "2.10.0"
2121
bytemuck = { version = "1.24", features = ["derive"] }
2222
flatbuffers = { version = "25.12.19", default-features = false }
23-
log = "0.4.30"
23+
log = "0.4.31"
2424
smallvec = "1.15.1"
2525
spin = "0.12.0"
2626
thiserror = { version = "2.0.18", default-features = false }

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bytemuck = { version = "1.24", features = ["derive"] }
3535
page_size = "0.6.0"
3636
termcolor = "1.2.0"
3737
bitflags = "2.11.1"
38-
log = "0.4.30"
38+
log = "0.4.31"
3939
opentelemetry = { version = "0.32.0", optional = true }
4040
tracing = { version = "0.1.44", features = ["log"] }
4141
tracing-log = "0.2.0"

0 commit comments

Comments
 (0)