Browse Source

build(deps): bump regex-syntax from 0.6.20 to 0.6.21

Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.6.20 to 0.6.21.
- [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)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 4 years ago
parent
commit
8a1689a1a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.lock

+ 2 - 2
Cargo.lock

@@ -1388,9 +1388,9 @@ dependencies = [
 
 [[package]]
 name = "regex-syntax"
-version = "0.6.20"
+version = "0.6.21"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
+checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
 
 [[package]]
 name = "remove_dir_all"