Bump regex from 1.11.0 to 1.11.1
- ID
d909738- date
2024-10-25 09:17:41+00:00- author
dependabot <https://github.com/dependabot>- parent
9f9afdb- message
Bump regex from 1.11.0 to 1.11.1 Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.11.0...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>- 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"