Skip to content

Commit

Permalink
update tauri rust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Oct 30, 2023
1 parent 1b6e226 commit f8d91b9
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 25 deletions.
100 changes: 77 additions & 23 deletions src-tauri/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 @@ -9,7 +9,7 @@ license = "Apache 2.0"
repository = "https://github.com/0LNetworkCommunity/carpe"

[build-dependencies]
tauri-build = { version = "1.2.1", features = [] }
tauri-build = { version = "^1.5.0", features = [] }
built = { version = "0.5.1", features = ["git2"] }

[dependencies]
Expand All @@ -35,7 +35,7 @@ url = { version = "2.2.2", features = ["serde"] }
directories = "5.0.1"
keyring = "0.10.1"
simplelog = { version = "^0.11.0", features = ["paris"] }
tauri = { version = "1.2.4", features = ["api-all", "updater"] }
tauri = { version = "^1.5.2", features = ["api-all", "updater"] }


[features]
Expand Down

0 comments on commit f8d91b9

Please sign in to comment.