lazy-regex

This commit is contained in:
veeso
2022-08-17 10:24:13 +02:00
parent b3ab76e573
commit 90d7083b24
6 changed files with 87 additions and 53 deletions

View File

@@ -40,6 +40,7 @@ dirs = "4.0.0"
edit = "0.1.4"
hostname = "0.3.1"
keyring = { version = "1.1.2", optional = true }
lazy-regex = "^2.3.0"
lazy_static = "1.4.0"
log = "0.4.17"
magic-crypt = "3.1.10"
@@ -47,7 +48,6 @@ notify = "4.0.17"
notify-rust = { version = "4.5.6", default-features = false, features = [ "d" ] }
open = "2.1.3"
rand = "0.8.5"
regex = "1.5.6"
remotefs = "^0.2.0"
remotefs-aws-s3 = "^0.2.0"
remotefs-ftp = { version = "^0.1.0", features = [ "secure" ] }