chore(deps): bump tauri from 1.6.5 to 1.6.7 in /src-tauri
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.6.5 to 1.6.7. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.6.5...tauri-v1.6.7) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Aug 19, 2024 at 22:14 UTC
e7bd266f1e2682b4ff56f4579d0d53b0af606e56
2 files changed
+6
-5
src-tauri/Cargo.lock
+5
-4
@@ -3374,9 +3374,9 @@ dependencies = [
3374
3375
[[package]]
3376
name = "tauri"
3377
-version = "1.6.6"
3377
+version = "1.6.7"
3378
source = "registry+https://github.com/rust-lang/crates.io-index"
3379
-checksum = "f3f99c42ed6e39885ad1bb14317b0379bc99aad7ffe20db517cd761267b30343"
3379
+checksum = "67c7177b6be45bbb875aa239578f5adc982a1b3d5ea5b315ccd100aeb0043374"
3380
dependencies = [
3381
"anyhow",
3382
"cocoa",
@@ -3386,6 +3386,7 @@ dependencies = [
3386
"encoding_rs",
3387
"flate2",
3388
"futures-util",
3389
+ "getrandom 0.2.9",
3390
"glib",
3391
"glob",
3392
"gtk",
@@ -3556,9 +3557,9 @@ dependencies = [
3557
3558
[[package]]
3559
name = "tauri-runtime-wry"
3559
-version = "0.14.7"
3560
+version = "0.14.8"
3561
source = "registry+https://github.com/rust-lang/crates.io-index"
3561
-checksum = "ef2af45aeb15b1cadb4ca91248423f4438a0864b836298cecb436892afbfdff4"
3562
+checksum = "1989b3b4d611f5428b3414a4abae6fa6df30c7eb8ed33250ca90a5f7e5bb3655"
3563
dependencies = [
3564
"arboard",
3565
"cocoa",
src-tauri/Cargo.toml
+1
-1
@@ -15,7 +15,7 @@ tauri-build = { version = "1.5.2", features = [] }
15
[dependencies]
16
serde_json = "1.0"
17
serde = { version = "1.0", features = ["derive"] }
18
-tauri = { version = "^1.5.4", features = [ "process-exit", "process-relaunch", "fs-copy-file", "clipboard-read-text", "clipboard-write-text", "dialog-ask", "dialog-confirm", "dialog-open", "dialog-save", "fs-create-dir", "fs-exists", "fs-read-dir", "fs-read-file", "fs-rename-file", "fs-write-file", "path-all", "shell-open", "window-center", "window-close", "window-create", "window-hide", "window-maximize", "window-minimize", "window-print", "window-set-decorations", "window-set-focus", "window-set-fullscreen", "window-set-icon", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
18
+tauri = { version = "^1.6.7", features = [ "process-exit", "process-relaunch", "fs-copy-file", "clipboard-read-text", "clipboard-write-text", "dialog-ask", "dialog-confirm", "dialog-open", "dialog-save", "fs-create-dir", "fs-exists", "fs-read-dir", "fs-read-file", "fs-rename-file", "fs-write-file", "path-all", "shell-open", "window-center", "window-close", "window-create", "window-hide", "window-maximize", "window-minimize", "window-print", "window-set-decorations", "window-set-focus", "window-set-fullscreen", "window-set-icon", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
19
tauri-plugin-fs-watch = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
20
trash = "3.0.2"
21
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }