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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-14 07:36:46 -03:00 committed by GitHub
parent 29a287ee82
commit 066417d3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1723,9 +1723,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.18"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
dependencies = [
"value-bag",
]

View File

@ -11,7 +11,7 @@ crate-type = ["cdylib"]
napi = { version = "2.13", default-features = false, features = ["napi4"] }
napi-derive = "2.13"
tauri-cli = { path = "..", default-features = false }
log = "0.4.18"
log = "0.4.19"
[build-dependencies]
napi-build = "2.0"