aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-13 08:40:47 -0400
committerGitHub <noreply@github.com>2023-06-13 08:40:47 -0400
commit131275de6435742c36f9d8064d1546a651955cce (patch)
tree52d62e25198a8e2272ebdfdad5f474f5ae95bab4
parent77e00e0b890a7d7f86f2f46ace76880f360c66be (diff)
downloadxesite-131275de6435742c36f9d8064d1546a651955cce.tar.xz
xesite-131275de6435742c36f9d8064d1546a651955cce.zip
build(deps): bump regex from 1.8.3 to 1.8.4 (#675)
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.4. - [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.8.3...1.8.4) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ab0d3a1..4ccaeb1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2295,9 +2295,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.8.3"
+version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
+checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
dependencies = [
"aho-corasick",
"memchr",