From a40c5b11c89397b84fb94722c852ab7355a8dbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:05:12 +0000 Subject: [PATCH] Bump regex-lite from 0.1.8 to 0.1.9 Bumps [regex-lite](https://github.com/rust-lang/regex) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/regex-lite-0.1.8...regex-lite-0.1.9) --- updated-dependencies: - dependency-name: regex-lite dependency-version: 0.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- seitai/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 057434e..2eb5594 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2524,9 +2524,9 @@ dependencies = [ [[package]] name = "regex-lite" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" +checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" [[package]] name = "regex-syntax" diff --git a/seitai/Cargo.toml b/seitai/Cargo.toml index b05caf6..2cf277e 100644 --- a/seitai/Cargo.toml +++ b/seitai/Cargo.toml @@ -43,7 +43,7 @@ workspace = true version = "5.1.0" [dependencies.regex-lite] -version = "0.1.8" +version = "0.1.9" [dependencies.serde] workspace = true