Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjosack committed Sep 29, 2022
1 parent 9cf556f commit e6322fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.5.1"

[build-dependencies]
static-files = "0.2"
tauri-build = {version = "1.0.0", features = [] }
tauri-build = {version = "1.1.0", features = [] }

[dependencies]
anyhow = "1"
Expand All @@ -30,7 +30,7 @@ open = "2.1.2"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
static-files = "0.2"
tauri = {version = "1.0.0", features = ["api-all", "updater"] }
tauri = {version = "1.1.0", features = ["api-all", "updater"] }
tauri-plugin-log = {git = "https://github.com/tauri-apps/tauri-plugin-log", branch = "dev"}
tauri-plugin-store = {git = "https://github.com/gmjosack/tauri-plugin-store", branch = "tokio-watch"}
tauri-plugin-window-state = "0.1.0"
Expand Down

0 comments on commit e6322fb

Please sign in to comment.