Skip to content

Commit 34bf672

Browse files
committed
Update dependencies
1 parent 18db1e0 commit 34bf672

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src-tauri/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ patch = "0.7.0"
2323
serde_json = "1.0.140"
2424
serde = { version = "1.0.219", features = ["derive"] }
2525
tauri = { version = "^2.5.1", features = [] }
26+
tauri-plugin = "^2.2.0"
2627
futures = "0.3.31"
2728
tokio = { version = "1", features = ["full"] }
2829
tokio-native-tls = "0.3.1"
@@ -44,7 +45,7 @@ tauri-plugin-store = { version = "2" }
4445
symphonia = "0.5.3"
4546
mime_guess = "2.0.5"
4647
uuid = "1.16.0"
47-
tauri-plugin-dialog = "2"
48+
tauri-plugin-dialog = "2.2.1"
4849
audiopus_sys = { git = "https://github.com/SetZero/audiopus_sys", branch = "master" }
4950
image = "0.25.6"
5051
opus = "0.3.0"
@@ -65,7 +66,7 @@ oboe = { version = "0.6.1", features = [ "java-interface", "shared-stdcxx" ] } #
6566
openssl = { version = "0.10", features = ["vendored"] }
6667

6768
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
68-
tauri-plugin-window-state = "2"
69+
tauri-plugin-window-state = "2.2.2"
6970

7071
[features]
7172
# by default Tauri runs in production mode

0 commit comments

Comments
 (0)