summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-07-25 10:45:38 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-07-25 10:47:07 +0800
commit98c859c71d9ee4be4c19bc436a494f035a241bc1 (patch)
treeee92efc9e48f9a0b069e16c91c8e4fd4e91b04d0 /Cargo.toml
parent64a5589ef93c03cfb0815e893250918dde6a9ea6 (diff)
upgrade open to v2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 816525b..e761eab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.7.0", default-features = false }
tui = { version = "0.15.0", optional = true, default-features = false }
tui-react = { version = "0.15.0", optional = true }
-open = { version = "1.2.2", optional = true }
+open = { version = "2.0.0", optional = true }
wild = "2.0.4"
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]