From 4758e39956aa341e3295ad47e86eff78af177b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:17:46 +0000 Subject: [PATCH] build(deps): bump regex-lite from 0.1.6 to 0.1.8 Bumps [regex-lite](https://github.com/rust-lang/regex) from 0.1.6 to 0.1.8. - [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.6...regex-lite-0.1.8) --- updated-dependencies: - dependency-name: regex-lite dependency-version: 0.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- repak-gui/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a92369..f607c34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3753,7 +3753,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -3910,9 +3910,9 @@ dependencies = [ [[package]] name = "regex-lite" -version = "0.1.6" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" +checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" [[package]] name = "regex-syntax" @@ -4228,7 +4228,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/repak-gui/Cargo.toml b/repak-gui/Cargo.toml index 7b8c0b4..050b5e3 100644 --- a/repak-gui/Cargo.toml +++ b/repak-gui/Cargo.toml @@ -34,7 +34,7 @@ uasset-mesh-patch-rivals = {path = "../uasset-mesh-patch-rivals"} colored = "3.0.0" notify = "8.0.0" simplelog = "0.12.2" -regex-lite = "0.1.5" +regex-lite = "0.1.9" retoc = {path = "../retoc-rivals"} unrar = "0.5.8" zip = "2.6.1"