Skip to main content

Bump regex from 1.11.0 to 1.11.1

ID
9a75d4a
date
2024-10-25 10:05:26+00:00
author
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
12609ce
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] 

      
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"