aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-24 15:19:29 -0400
committerGitHub <noreply@github.com>2023-04-24 15:19:29 -0400
commitcdd7b7188914f5c558720b22e383ccc0fae6f32c (patch)
tree1f01dff1bf67149beb24dd209cac0bf507674776
parentdfa89e38b60ccfc9d9f3e3869255172af949c060 (diff)
downloadxesite-cdd7b7188914f5c558720b22e383ccc0fae6f32c.tar.xz
xesite-cdd7b7188914f5c558720b22e383ccc0fae6f32c.zip
build(deps): bump regex from 1.8.0 to 1.8.1 (#647)
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.0 to 1.8.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/commits/1.8.1) --- 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.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0eecb69..03a29a9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2321,13 +2321,13 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.8.0"
+version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac6cf59af1067a3fb53fbe5c88c053764e930f932be1d71d3ffe032cbe147f59"
+checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
dependencies = [
"aho-corasick",
"memchr",
- "regex-syntax 0.7.0",
+ "regex-syntax 0.7.1",
]
[[package]]
@@ -2338,9 +2338,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
-version = "0.7.0"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6868896879ba532248f33598de5181522d8b3d9d724dfd230911e1a7d4822f5"
+checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
[[package]]
name = "remove_dir_all"