summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-07 05:05:27 -0400
committerGitHub <noreply@github.com>2021-05-07 05:05:27 -0400
commit23cc78237c5775c31fc3acd0f17a3840ad91a997 (patch)
tree3fafd29bea4243a77d61d9662896faa1fde874f8 /Cargo.lock
parent4d96f312ab799ad6e6b4e1f160407ca27d64290f (diff)
build: bump regex from 1.5.3 to 1.5.4 (#2698)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.3 to 1.5.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.5.3...1.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 01702a3c4..5292b3e22 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1383,9 +1383,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.5.3"
+version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce5f1ceb7f74abbce32601642fcf8e8508a8a8991e0621c7d750295b9095702b"
+checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"aho-corasick",
"memchr",