Skip to content

Commit

Permalink
build(deps): bump tauri from 1.0.5 to 1.0.6 (#694)
Browse files Browse the repository at this point in the history
Former-commit-id: 16e66d1
  • Loading branch information
dependabot[bot] authored Sep 16, 2022
1 parent df9aea1 commit 4d5fb0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 desktop/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = "0.4.17"
secmem-proc = "0.1.1"
serde = {version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
tauri = {version = "1.0.5", features = ["cli", "dialog-message", "shell-execute", "shell-open", "system-tray", "window-maximize", "window-start-dragging", "window-unmaximize"] }
tauri = {version = "1.0.6", features = ["cli", "dialog-message", "shell-execute", "shell-open", "system-tray", "window-maximize", "window-start-dragging", "window-unmaximize"] }
tauri-plugin-log = {git = "https://github.com/tauri-apps/tauri-plugin-log", rev = "9de1279760f31bc6f71da8555336e10c412387e3", features = ["colored"] }
tauri-plugin-store = {git = "https://github.com/tauri-apps/tauri-plugin-store", rev = "5726952177b88d1d10063cdf8e7506bac84772cf"}
thiserror = "1.0.34"
Expand Down
2 changes: 1 addition & 1 deletion desktop/wasi-mtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.0"
# These dependencies are necessary for the witx-generation macros to work:
anyhow = "1.0.64"
futures-util = "0.3.24"
tauri = "1.0.5"
tauri = "1.0.6"
thiserror = "1.0.34"
tokio = "1.21.0"
tracing = "0.1.36"
Expand Down

0 comments on commit 4d5fb0d

Please sign in to comment.