Skip to content

Commit fff4be3

Browse files
renovate[bot]abose
authored andcommitted
fix(deps): update tauri monorepo
1 parent 2435f5b commit fff4be3

2 files changed

Lines changed: 129 additions & 16 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 127 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ rust-version = "1.70"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[build-dependencies]
14-
tauri-build = { version = "1.5.0", features = [] }
14+
tauri-build = { version = "1.5.1", features = [] }
1515

1616
[dependencies]
1717
serde_json = "1.0"
1818
once_cell = "1.19.0"
1919
percent-encoding = "2.3"
2020
regex = "1.10.2"
2121
serde = { version = "1.0", features = ["derive"] }
22-
tauri = { version = "1.5.3", features = [ "cli", "api-all", "updater", "devtools", "linux-protocol-headers"] }
22+
tauri = { version = "1.5.4", features = [ "cli", "api-all", "updater", "devtools", "linux-protocol-headers"] }
2323
winapi = { version = "0.3", features = ["fileapi"] }
2424
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
2525
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

0 commit comments

Comments
 (0)