mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Merge pull request #1018 from lycheeverse/dependabot/cargo/regex-1.7.3
This commit is contained in:
commit
9e7faf819f
5 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2808,9 +2808,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.7.2"
|
||||
version = "1.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c"
|
||||
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ path = "builder.rs"
|
|||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
regex = "1.7.2"
|
||||
regex = "1.7.3"
|
||||
http = "0.2.9"
|
||||
reqwest = { version = "0.11.15", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ path = "collect_links.rs"
|
|||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
regex = "1.7.2"
|
||||
regex = "1.7.3"
|
||||
http = "0.2.9"
|
||||
tokio-stream = "0.1.12"
|
||||
reqwest = { version = "0.11.15", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ http = "0.2.9"
|
|||
indicatif = "0.17.3"
|
||||
openssl-sys = "0.9.83"
|
||||
pad = "0.1.6"
|
||||
regex = "1.7.2"
|
||||
regex = "1.7.3"
|
||||
reqwest = { version = "0.11.15", features = ["gzip"] }
|
||||
# Make build work on Apple Silicon.
|
||||
# See https://github.com/briansmith/ring/issues/1163
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ http = "0.2.9"
|
|||
linkify = "0.9.0"
|
||||
openssl-sys = "0.9.83"
|
||||
pulldown-cmark = "0.9.2"
|
||||
regex = "1.7.2"
|
||||
regex = "1.7.3"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
# https://github.com/seanmonstar/reqwest/issues/296
|
||||
reqwest = { version = "0.11.15", features = ["gzip", "trust-dns"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue