Merge pull request #53 from alexwlchan/dependabot/cargo/regex-1.10.6
- ID
9f5b719- date
2024-08-05 19:46:14+00:00- author
Alex Chan <alex@alexwlchan.net>- parents
fbb79e5,3c7ced4- message
Merge pull request #53 from alexwlchan/dependabot/cargo/regex-1.10.6 Bump regex from 1.10.5 to 1.10.6- changed files
2 files, 3 additions, 3 deletions
Changed files
Cargo.lock (17850) → Cargo.lock (17850)
diff --git a/Cargo.lock b/Cargo.lock
index 7fffb94..231c45e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -465,9 +465,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",
Cargo.toml (479) → Cargo.toml (479)
diff --git a/Cargo.toml b/Cargo.toml
index 696e503..4bb34a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
assert_cmd = "2.0.15"
clap = { version = "4.5.13", features = ["derive"] }
-regex = "1.10.5"
+regex = "1.10.6"
[dependencies.kmeans_colors]
version = "0.6.0"