Skip to content

Commit f6a1fc7

Browse files
renovate[bot]abose
authored andcommitted
chore(deps): update tauri monorepo
1 parent 5e38272 commit f6a1fc7

File tree

4 files changed

+89
-112
lines changed

4 files changed

+89
-112
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"getPackageVersion": "node ./src-build/getVersion.js"
4141
},
4242
"devDependencies": {
43-
"@tauri-apps/cli": "1.5.11",
43+
"@tauri-apps/cli": "1.5.12",
4444
"adm-zip": "0.5.12",
4545
"chalk": "^5.3.0",
4646
"chokidar-cli": "^3.0.0",

src-tauri/Cargo.lock

Lines changed: 4 additions & 4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ percent-encoding = "2.3"
2020
regex = "1.10.4"
2121
clipboard-files = "0.1.1"
2222
serde = { version = "1.0", features = ["derive"] }
23-
tauri = { version = "1.6.1", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
23+
tauri = { version = "1.6.2", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
2424
winapi = { version = "0.3", features = ["fileapi"] }
2525
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
2626
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

0 commit comments

Comments
 (0)