mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore(deps): update rust crate wry to 0.48 (dev) (#12101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
@@ -17,12 +17,12 @@ tauri-build = { path = "../../../crates/tauri-build", features = [
|
||||
] }
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
tiny_http = "0.11"
|
||||
log = "0.4"
|
||||
log = "0.4.21"
|
||||
tauri-plugin-sample = { path = "./tauri-plugin-sample/" }
|
||||
tauri-plugin-log = "2.0.0-rc"
|
||||
tauri-plugin-log = "2"
|
||||
|
||||
[dependencies.tauri]
|
||||
path = "../../../crates/tauri"
|
||||
|
||||
Reference in New Issue
Block a user