From fdeb3a40760cf2fe471454ff33a364cdd524887e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 23:13:15 +0000 Subject: [PATCH] Update Rust crate regex to 1.5.5 [SECURITY] --- native/src/rusqlite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/rusqlite/Cargo.toml b/native/src/rusqlite/Cargo.toml index 2d92789..de7010e 100644 --- a/native/src/rusqlite/Cargo.toml +++ b/native/src/rusqlite/Cargo.toml @@ -54,7 +54,7 @@ byteorder = { version = "1.2", features = ["i128"], optional = true } [dev-dependencies] tempdir = "0.3" lazy_static = "1.0" -regex = "1.0" +regex = "1.5.5" [dependencies.libsqlite3-sys] path = "libsqlite3-sys"