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:
renovate[bot]
2025-01-02 01:01:31 +01:00
committed by GitHub
parent 5319325886
commit b0ddee8992
24 changed files with 212 additions and 270 deletions

View File

@@ -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"