Upgrade open crate to fix WSL bug (#8905)

This PR upgrades the [`open`](https://github.com/Byron/open-rs) crate
(used in the `start` command) from 4.0.1 to 4.0.2. This fixes a bug
where `open` doesn't always work properly on WSL:
https://github.com/Byron/open-rs/pull/71
This commit is contained in:
Reilly Wood
2023-04-16 22:05:40 -07:00
committed by GitHub
parent bf3bb66c3e
commit 4ecec59224
2 changed files with 23 additions and 3 deletions

View File

@ -67,7 +67,7 @@ notify = "4.0.17"
num = { version = "0.4.0", optional = true }
num-traits = "0.2.14"
once_cell = "1.17"
open = "4.0.0"
open = "4.0.2"
pathdiff = "0.2.1"
powierza-coefficient = "1.0.2"
quick-xml = "0.28"