Skip to content

Commit 708efbd

Browse files
thep0ylucasfernog
andauthored
fix(core/tauri): upgrade open to 3.2 to fix a bug on Windows (#6441)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent da30753 commit 708efbd

File tree

3 files changed

+559
-20
lines changed

3 files changed

+559
-20
lines changed

.changes/open-3.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch
3+
---
4+
5+
Update the `open` crate to v3.2 to fix an URL encoding bug on Windows.

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ clap = { version = "3", optional = true }
7070
reqwest = { version = "0.11", features = [ "json", "stream" ], optional = true }
7171
bytes = { version = "1", features = [ "serde" ], optional = true }
7272
attohttpc = { version = "0.22", features = [ "compress", "json", "form" ], optional = true }
73-
open = { version = "3.0", optional = true }
73+
open = { version = "3.2", optional = true }
7474
shared_child = { version = "1.0", optional = true }
7575
os_pipe = { version = "1.0", optional = true }
7676
raw-window-handle = "=0.5.0"

0 commit comments

Comments
 (0)