Skip to content

Commit

Permalink
fix(deps): update rust crate tauri to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 31, 2023
1 parent 3d53aa3 commit 8b3e420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ parking_lot = "0.12.1"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
tauri = { version = "1.5.3", features = [
tauri = { version = "1.5.4", features = [
"updater",
"os-all",
"global-shortcut-all",
Expand Down Expand Up @@ -75,7 +75,7 @@ windows-sys = { version = "0.48", features = [
] }

[target.'cfg(windows)'.dependencies.tauri]
version = "1.5.3"
version = "1.5.4"
features = [
"global-shortcut-all",
"icon-png",
Expand All @@ -88,7 +88,7 @@ features = [
]

[target.'cfg(linux)'.dependencies.tauri]
version = "1.5.3"
version = "1.5.4"
features = [
"global-shortcut-all",
"process-all",
Expand Down

0 comments on commit 8b3e420

Please sign in to comment.