Bump regex from 1.8.2 to 1.8.3

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

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-26 12:57:47 +00:00 committed by GitHub
parent 9b0a06e1a9
commit 00e529a1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -2880,9 +2880,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.8.2"
version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
dependencies = [
"aho-corasick",
"memchr",

View file

@ -10,6 +10,6 @@ path = "builder.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.13.0" }
tokio = { version = "1.28.1", features = ["full"] }
regex = "1.8.2"
regex = "1.8.3"
http = "0.2.9"
reqwest = { version = "0.11.18", features = ["gzip"] }

View file

@ -10,7 +10,7 @@ path = "collect_links.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.13.0" }
tokio = { version = "1.28.1", features = ["full"] }
regex = "1.8.2"
regex = "1.8.3"
http = "0.2.9"
tokio-stream = "0.1.14"
reqwest = { version = "0.11.18", features = ["gzip"] }

View file

@ -26,7 +26,7 @@ http = "0.2.9"
indicatif = "0.17.3"
openssl-sys = "0.9.87"
pad = "0.1.6"
regex = "1.8.2"
regex = "1.8.3"
reqwest = { version = "0.11.18", features = ["gzip"] }
# Make build work on Apple Silicon.
# See https://github.com/briansmith/ring/issues/1163

View file

@ -24,7 +24,7 @@ http = "0.2.9"
linkify = "0.9.0"
openssl-sys = "0.9.87"
pulldown-cmark = "0.9.3"
regex = "1.8.2"
regex = "1.8.3"
# Use trust-dns to avoid lookup failures on high concurrency
# https://github.com/seanmonstar/reqwest/issues/296
reqwest = { version = "0.11.18", features = ["gzip", "trust-dns"] }