Skip to content

Commit

Permalink
fix(deps): update rust crate log to 0.4.21
Browse files Browse the repository at this point in the history
Signed-off-by: null <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot committed Mar 5, 2024
1 parent 18a3d76 commit dff05c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ bootc-lib = { version = "0.1", path = "../lib" }
clap = "4.5"
libc = "0.2.153"
tokio = { version = "1", features = ["macros"] }
log = "0.4.20"
log = "0.4.21"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 comments on commit dff05c8

Please sign in to comment.