Merge pull request #20 from alexwlchan/dependabot/cargo/regex-1.11.1
- ID
a18eb7a- date
2024-10-25 19:09:48+00:00- author
Alex Chan <alex@alexwlchan.net>- parents
12609ce,9a75d4a- message
Merge pull request #20 from alexwlchan/dependabot/cargo/regex-1.11.1 Bump regex from 1.11.0 to 1.11.1- changed files
2 files, 3 additions, 3 deletions
Changed files
Cargo.lock (36709) → Cargo.lock (36709)
diff --git a/Cargo.lock b/Cargo.lock
index 31ad9f1..17559ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -935,9 +935,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.11.0"
+version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
+checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
Cargo.toml (206) → Cargo.toml (206)
diff --git a/Cargo.toml b/Cargo.toml
index af703b4..883ba8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,5 @@ edition = "2021"
assert_cmd = "2.0.14"
clap = { version = "4", features = ["derive"] }
image = "0.25.4"
-regex = "1.11.0"
+regex = "1.11.1"
tempfile = "3"