From 293286ec8015a6d8fd13728feacad498195ebde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:17:44 +0100 Subject: [PATCH] build(deps): bump regex from 1.10.2 to 1.10.3 (#8) --- Cargo.lock | 10 +++++----- mwp-scraper/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8eb9a8..01cb225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2051,13 +2051,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.2" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" +checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.3", + "regex-automata 0.4.5", "regex-syntax 0.8.2", ] @@ -2072,9 +2072,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" +checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" dependencies = [ "aho-corasick", "memchr", diff --git a/mwp-scraper/Cargo.toml b/mwp-scraper/Cargo.toml index 4bfce8d..0ec7024 100644 --- a/mwp-scraper/Cargo.toml +++ b/mwp-scraper/Cargo.toml @@ -10,6 +10,6 @@ repository.workspace = true html-escape = "0.2.13" lazy_static = "1.4.0" lol_html = "1.2.0" -regex = "1.10.2" +regex = "1.10.3" reqwest = "0.11.24" url = "2.5.0"