mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-25 07:24:46 +00:00
Merge pull request #911 from lycheeverse/dependabot/cargo/regex-1.7.1
This commit is contained in:
commit
b2a2244470
5 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2825,9 +2825,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
||||
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ path = "builder.rs"
|
|||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
|
||||
tokio = { version = "1.24.1", features = ["full"] }
|
||||
regex = "1.7.0"
|
||||
regex = "1.7.1"
|
||||
http = "0.2.8"
|
||||
reqwest = { version = "0.11.13", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ path = "collect_links.rs"
|
|||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
|
||||
tokio = { version = "1.24.1", features = ["full"] }
|
||||
regex = "1.7.0"
|
||||
regex = "1.7.1"
|
||||
http = "0.2.8"
|
||||
tokio-stream = "0.1.11"
|
||||
reqwest = { version = "0.11.13", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ http = "0.2.8"
|
|||
indicatif = "0.17.2"
|
||||
openssl-sys = "0.9.80"
|
||||
pad = "0.1.6"
|
||||
regex = "1.7.0"
|
||||
regex = "1.7.1"
|
||||
reqwest = { version = "0.11.13", features = ["gzip"] }
|
||||
# Make build work on Apple Silicon.
|
||||
# See https://github.com/briansmith/ring/issues/1163
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ http = "0.2.8"
|
|||
linkify = "0.9.0"
|
||||
openssl-sys = "0.9.80"
|
||||
pulldown-cmark = "0.9.2"
|
||||
regex = "1.7.0"
|
||||
regex = "1.7.1"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
# https://github.com/seanmonstar/reqwest/issues/296
|
||||
reqwest = { version = "0.11.13", features = ["gzip", "trust-dns"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue