diff --git a/Cargo.lock b/Cargo.lock index cb9d4c6f..054f491c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1206,9 +1206,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", diff --git a/lib/shift-orcz/Cargo.toml b/lib/shift-orcz/Cargo.toml index 256f2ee0..a0b12e06 100644 --- a/lib/shift-orcz/Cargo.toml +++ b/lib/shift-orcz/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" [dependencies] once_cell = "1.19.0" -regex = "1.10.5" +regex = "1.10.6" reqwest = { version = "0.12.5", default-features = false } scraper = { version = "0.20.0", default-features = false } thiserror = "1.0.63"