From 2e1f4b4d1d63e29efb3f7037c5fa58c71553578d Mon Sep 17 00:00:00 2001 From: kitsunecafe <10284516+kitsunecafe@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:34:14 -0500 Subject: [PATCH] fix regex verson to match tera --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5122c3..b8c283e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] lol_html = "1.2.0" -regex = "1.10.3" +regex = "^1.7" roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" }