summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-06-12 09:44:27 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-06-12 09:44:27 +0800
commit68062418a32e9e69c78c17e1b4c33703752a2a02 (patch)
tree193bcbff2e59b461cc1522470debd3008f06b7a7
parent29a2abc33528ba9ddb8b62ad9dd98232bdf75aa9 (diff)
upgrade 'open' to latest version
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a82be30..035f3df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -522,9 +522,9 @@ checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
[[package]]
name = "open"
-version = "2.1.3"
+version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2423ffbf445b82e58c3b1543655968923dd06f85432f10be2bb4f1b7122f98c"
+checksum = "360bcc8316bf6363aa3954c3ccc4de8add167b087e0259190a043c9514f910fe"
dependencies = [
"pathdiff",
"windows-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 80fb6f1..652eda3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.9.0", default-features = false }
tui = { version = "0.17.0", optional = true, default-features = false }
tui-react = { version = "0.17.0", optional = true }
-open = { version = "2.0.0", optional = true }
+open = { version = "3.0", optional = true }
wild = "2.0.4"
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]