build: upgrade open for non-blocking 'open::that()' on linux (#4059)

This commit is contained in:
Sebastian Thiel
2022-06-12 21:04:25 +08:00
committed by GitHub
parent a72b4638f3
commit 4211a990aa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ log = { version = "0.4.16", features = ["std"] }
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.5.8", optional = true }
once_cell = "1.12.0"
open = "2.1.3"
open = "3.0.1"
os_info = "3.4.0"
path-slash = "0.1.4"
pest = "2.1.3"