aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
author依云 <lilydjwg@gmail.com>2024-03-01 21:21:53 +0800
committerGitHub <noreply@github.com>2024-03-01 13:21:53 +0000
commitaec5df4123823fdaf8db3d714d0d826ac04ceca4 (patch)
treefdac93f22c47cc533a1288eabd97525f64f20716 /Cargo.lock
parentfix: missing characters in preview (#1803) (diff)
downloadatuin-aec5df4123823fdaf8db3d714d0d826ac04ceca4.zip
feat: support regex with r/.../ syntax (#1745)
* feat: support regex with r/.../ syntax * cargo fmt * feat(tests): add some tests for regex matching
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ab0eaa31..50ffc518 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -245,7 +245,6 @@ dependencies = [
"indicatif",
"interim",
"itertools",
- "lazy_static",
"log",
"memchr",
"minspan",
@@ -3510,6 +3509,7 @@ dependencies = [
"libsqlite3-sys",
"log",
"percent-encoding",
+ "regex",
"serde",
"sqlx-core",
"time",