Skip to content

Commit

Permalink
Bump log from 0.4.22 to 0.4.25
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 596d116 commit 6df30e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/hyperlight_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
[dependencies]
flatbuffers = { version = "24.3.25", default-features = false }
anyhow = { version = "1.0.94", default-features = false }
log = "0.4.20"
log = "0.4.25"
tracing = { version = "0.1.41", optional = true }
strum = {version = "0.26", default-features = false, features = ["derive"]}

Expand Down
2 changes: 1 addition & 1 deletion src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bitflags = "2.8.0"
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4.20"
log = "0.4.25"
once_cell = { version = "1.18.0" }
tracing = { version = "0.1.41", features = ["log"] }
tracing-log = "0.2.0"
Expand Down

0 comments on commit 6df30e3

Please sign in to comment.