chore(deps): update to open-rs@5.1 (#1021)

* chore(deps): update to `open-rs@5.1`

ref: #1003

* changefile
This commit is contained in:
Amr Bashir
2024-03-04 18:28:53 +02:00
committed by GitHub
parent 2397ec5937
commit 9586eabd5a
3 changed files with 57 additions and 93 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ log = { workspace = true }
thiserror = { workspace = true }
shared_child = "1"
regex = "1"
open = "4"
open = { version = "5", features = [ "shellexecute-on-windows" ] }
encoding_rs = "0.8"
os_pipe = "1"