summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-11-09 20:34:29 +0100
committerCanop <cano.petrole@gmail.com>2023-11-09 20:34:29 +0100
commitfb310176fd27f4221092f6cc11a17d616173a0c1 (patch)
treea5b41d6612838a49e8ab738dd2f7a20930f2ae6a /Cargo.toml
parent4856d360c83ca0ac6a341afa577ec3e875de113c (diff)
update lazy-regex
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df1c70e..ebec562 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ glob = "0.3"
id-arena = "2.2.1"
image = "0.24"
include_dir = "0.7"
-lazy-regex = "3.0.2"
+lazy-regex = "3.1.0"
libc = "0.2"
memmap2 = "0.6"
once_cell = "1.7" # waiting for https://github.com/rust-lang/rust/issues/109736