mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(deps) Update Tauri CLI (1.x) (#7641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
@@ -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.19"
|
||||
log = "0.4.20"
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = "2.0"
|
||||
|
||||
@@ -24,7 +24,7 @@ icon = [
|
||||
tauri-build = { path = "../../../../../../../../core/tauri-build", features = [] }
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.105"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
tauri = { path = "../../../../../../../../core/tauri", features = ["api-all"] }
|
||||
|
||||
Reference in New Issue
Block a user