chore(deps) Update Rust crate log to 0.4.19 (#7193)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-14 07:37:06 -03:00 committed by GitHub
parent 066417d3f0
commit d5769b3bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ tar = "0.4.38"
walkdir = "2"
handlebars = "4.3"
tempfile = "3.6.0"
log = { version = "0.4.18", features = [ "kv_unstable" ] }
log = { version = "0.4.19", features = [ "kv_unstable" ] }
dirs-next = "2.0"
os_pipe = "1"
ureq = { version = "2.6", default-features = false }