mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
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:
parent
29a287ee82
commit
066417d3f0
4
tooling/cli/Cargo.lock
generated
4
tooling/cli/Cargo.lock
generated
@ -1723,9 +1723,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.18"
|
version = "0.4.19"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"value-bag",
|
"value-bag",
|
||||||
]
|
]
|
||||||
|
@ -11,7 +11,7 @@ crate-type = ["cdylib"]
|
|||||||
napi = { version = "2.13", default-features = false, features = ["napi4"] }
|
napi = { version = "2.13", default-features = false, features = ["napi4"] }
|
||||||
napi-derive = "2.13"
|
napi-derive = "2.13"
|
||||||
tauri-cli = { path = "..", default-features = false }
|
tauri-cli = { path = "..", default-features = false }
|
||||||
log = "0.4.18"
|
log = "0.4.19"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
napi-build = "2.0"
|
napi-build = "2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user