Skip to content

Commit

Permalink
fix(core/tauri): upgrade open to 3.2 to fix a bug on Windows (#6441)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
  • Loading branch information
thep0y and lucasfernog authored Apr 6, 2023
1 parent da30753 commit 708efbd
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .changes/open-3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch
---

Update the `open` crate to v3.2 to fix an URL encoding bug on Windows.
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ clap = { version = "3", optional = true }
reqwest = { version = "0.11", features = [ "json", "stream" ], optional = true }
bytes = { version = "1", features = [ "serde" ], optional = true }
attohttpc = { version = "0.22", features = [ "compress", "json", "form" ], optional = true }
open = { version = "3.0", optional = true }
open = { version = "3.2", optional = true }
shared_child = { version = "1.0", optional = true }
os_pipe = { version = "1.0", optional = true }
raw-window-handle = "=0.5.0"
Expand Down
Loading

0 comments on commit 708efbd

Please sign in to comment.