mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-17 11:50:59 +00:00
Bump regex from 1.4.5 to 1.4.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.5 to 1.4.6. - [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.4.5...1.4.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
1865f7a309
commit
d651b1ef7b
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2028,9 +2028,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.4.5"
|
||||
version = "1.4.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
|
||||
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ indicatif = "0.15.0"
|
|||
lazy_static = "1.4.0"
|
||||
openssl-sys = "0.9.61"
|
||||
pad = "0.1.6"
|
||||
regex = "1.4.5"
|
||||
regex = "1.4.6"
|
||||
reqwest = { version = "0.11.3", features = ["gzip"] }
|
||||
# Make build work on Apple Silicon.
|
||||
# See https://github.com/briansmith/ring/issues/1163
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ linkify = "0.6.0"
|
|||
markup5ever_rcdom = "0.1.0"
|
||||
openssl-sys = "0.9.61"
|
||||
pulldown-cmark = "0.8.0"
|
||||
regex = "1.4.5"
|
||||
regex = "1.4.6"
|
||||
reqwest = { version = "0.11.3", features = ["gzip"] }
|
||||
# Make build work on Apple Silicon.
|
||||
# See https://github.com/briansmith/ring/issues/1163
|
||||
|
|
|
|||
Loading…
Reference in a new issue