1
0
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:
null
2024-03-05 18:18:27 +00:00
parent 18a3d76350
commit dff05c81f0
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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"

View File

@@ -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"] }