Skip to content

Commit

Permalink
Merge pull request #786 from VPKSoft/dependabot/cargo/src-tauri/produ…
Browse files Browse the repository at this point in the history
…ction-dependencies-ddf3ecbb6b

Bump the production-dependencies group in /src-tauri with 2 updates
  • Loading branch information
Petteri Kautonen authored Jul 15, 2024
2 parents 507d8a1 + 83be0ae commit fcdd4a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.3", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.8", features = [ "clipboard-all", "updater", "window-set-size", "window-set-position", "shell-open", "dialog-all", "process-exit", "window-close", "window-hide", "window-maximize", "window-minimize", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
tauri = { version = "1.7.1", features = [ "clipboard-all", "updater", "window-set-size", "window-set-position", "shell-open", "dialog-all", "process-exit", "window-close", "window-hide", "window-maximize", "window-minimize", "window-show", "window-start-dragging", "window-unmaximize", "window-unminimize"] }
tokio = { version = "1.38.0", features = ["full"] }
directories = "5.0.0"
aes-gcm-siv = { version = "0.11.1" }
Expand Down

0 comments on commit fcdd4a0

Please sign in to comment.