mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-16 03:10:58 +00:00
Bump linkify from 0.6.0 to 0.7.0 (#249)
Bumps [linkify](https://github.com/robinst/linkify) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/robinst/linkify/releases) - [Changelog](https://github.com/robinst/linkify/blob/main/CHANGELOG.md) - [Commits](https://github.com/robinst/linkify/compare/0.6.0...0.7.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2b21e3b122
commit
7e497723cb
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1312,9 +1312,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|||
|
||||
[[package]]
|
||||
name = "linkify"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1986921c3c13e81df623c66a298d4b130c061bcb98a01f5b2d3ac402b1649a7f"
|
||||
checksum = "04d828fdc1ffceb369a5a9183bd4df2dbb3678f40c8b3fbaa9231de32beb29f9"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ glob = "0.3.0"
|
|||
html5ever = "0.25.1"
|
||||
http = "0.2.4"
|
||||
hubcaps = "0.6.2"
|
||||
linkify = "0.6.0"
|
||||
linkify = "0.7.0"
|
||||
markup5ever_rcdom = "0.1.0"
|
||||
openssl-sys = "0.9.63"
|
||||
pulldown-cmark = "0.8.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue