Merge pull request #184 from Revertron/dependabot/cargo/open-2.0.2

Bump open from 2.0.1 to 2.0.2
This commit is contained in:
Revertron
2021-12-06 15:23:17 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ lazy_static = "1.4.0"
# Optional dependencies regulated by features
web-view = { version = "0.7.3", features = [], optional = true }
tinyfiledialogs = { version = "3.8.3", optional = true }
open = { version = "2.0.1", optional = true }
open = { version = "2.0.2", optional = true }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] }