mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
fix(deps): update rust crate log to 0.4.21
Signed-off-by: null <platform-engineering@redhat.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1121,9 +1121,9 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.20"
|
||||
version = "0.4.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
||||
|
||||
[[package]]
|
||||
name = "mandown"
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user