diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-13 08:40:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-13 08:40:47 -0400 |
| commit | 131275de6435742c36f9d8064d1546a651955cce (patch) | |
| tree | 52d62e25198a8e2272ebdfdad5f474f5ae95bab4 | |
| parent | 77e00e0b890a7d7f86f2f46ace76880f360c66be (diff) | |
| download | xesite-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
