summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-11-20 08:04:03 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-11-20 08:04:03 +0100
commit192420ededd19779754d51d690ecdf7588d62441 (patch)
tree5468c315fb18344b2006b80bf3ccbbb79b9e8bf5 /Cargo.toml
parent49c3e3d02ad0c14c4123fe1a7fea1f2a5e7a990f (diff)
upgrade `open`
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 954fae5..29905ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { version = "0.10.1", default-features = false, optional = true }
tui = { version = "0.19.0", optional = true, default-features = false }
tui-react = { version = "0.19.0", optional = true }
-open = { version = "3.0", optional = true }
+open = { version = "5.0", optional = true }
wild = "2.0.4"
owo-colors = "3.5.0"