Skip to main content

Merge pull request #69 from alexwlchan/dependabot/cargo/regex-1.11.1

ID
5619a05
date
2024-10-25 19:09:10+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
9f9afdb, d909738
message
Merge pull request #69 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 (17572) → Cargo.lock (17572)

diff --git a/Cargo.lock b/Cargo.lock
index 6e91e8c..7f2a40b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -472,9 +472,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 (479) → Cargo.toml (479)

diff --git a/Cargo.toml b/Cargo.toml
index 8fdea60..bff0089 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
 [dependencies]
 assert_cmd = "2.0.16"
 clap = { version = "4.5.20", features = ["derive"] }
-regex = "1.11.0"
+regex = "1.11.1"
 
 [dependencies.kmeans_colors]
 version = "0.6.0"