chore: update tauri (#1307)

This commit is contained in:
ToBinio
2024-07-20 19:15:02 +02:00
committed by GitHub
parent ba9dc6ce26
commit 90f74427d9
6 changed files with 137 additions and 138 deletions

View File

@@ -41,7 +41,7 @@ tracing-appender = "0.2.3"
paste = { version = "1.0" }
tauri = { version = "1.6.1", optional = true }
tauri = { version = "1.7.1", optional = true }
indicatif = { version = "0.17.3", optional = true }
async-tungstenite = { version = "0.25.1", features = ["tokio-runtime", "tokio-native-tls"] }
@@ -71,4 +71,4 @@ winreg = "0.52.0"
[features]
tauri = ["dep:tauri"]
cli = ["dep:indicatif"]
cli = ["dep:indicatif"]