summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-04-03 20:01:10 +0200
committerCanop <cano.petrole@gmail.com>2022-04-03 20:01:10 +0200
commit5231feaf61b47c8749ed9ba303a58b3d9516483f (patch)
treefbf2aa1a1ae47c01f9c899575229db356f1f7136 /Cargo.toml
parent2fee8a4ede870ba82668bd282499dbd83b7e2566 (diff)
replace the 'opener' crate with 'open'
Fix #530
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3bcea35..b3bc696 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.11.0"
+version = "1.11.1-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -43,7 +43,7 @@ image = "0.23.14"
lazy-regex = "2.2.2"
libc = "0.2"
once_cell = "1.7"
-open = "2.0"
+opener = "0.5"
memmap = "0.7"
pathdiff = "0.2"
phf = { version = "0.9", features = ["macros"] }