The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump regex from 1.9.3 to 1.9.5 (#711)

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

---
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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
02c007ae ec1fbc21

+10 -10
+10 -10
Cargo.lock
··· 1576 1576 1577 1577 [[package]] 1578 1578 name = "memchr" 1579 - version = "2.5.0" 1579 + version = "2.6.3" 1580 1580 source = "registry+https://github.com/rust-lang/crates.io-index" 1581 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1581 + checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 1582 1582 1583 1583 [[package]] 1584 1584 name = "mi" ··· 2318 2318 2319 2319 [[package]] 2320 2320 name = "regex" 2321 - version = "1.9.3" 2321 + version = "1.9.5" 2322 2322 source = "registry+https://github.com/rust-lang/crates.io-index" 2323 - checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a" 2323 + checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" 2324 2324 dependencies = [ 2325 2325 "aho-corasick", 2326 2326 "memchr", 2327 2327 "regex-automata", 2328 - "regex-syntax 0.7.4", 2328 + "regex-syntax 0.7.5", 2329 2329 ] 2330 2330 2331 2331 [[package]] 2332 2332 name = "regex-automata" 2333 - version = "0.3.6" 2333 + version = "0.3.8" 2334 2334 source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69" 2335 + checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" 2336 2336 dependencies = [ 2337 2337 "aho-corasick", 2338 2338 "memchr", 2339 - "regex-syntax 0.7.4", 2339 + "regex-syntax 0.7.5", 2340 2340 ] 2341 2341 2342 2342 [[package]] ··· 2347 2347 2348 2348 [[package]] 2349 2349 name = "regex-syntax" 2350 - version = "0.7.4" 2350 + version = "0.7.5" 2351 2351 source = "registry+https://github.com/rust-lang/crates.io-index" 2352 - checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 2352 + checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 2353 2353 2354 2354 [[package]] 2355 2355 name = "remove_dir_all"