mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Bump linkify from 0.5.0 to 0.6.0 (#212)
Bumps [linkify](https://github.com/robinst/linkify) from 0.5.0 to 0.6.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.5.0...0.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
840e1c753d
commit
45b40a3e06
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1338,9 +1338,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|||
|
||||
[[package]]
|
||||
name = "linkify"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "78d59d732ba6d7eeefc418aab8057dc8e3da4374bd5802ffa95bebc04b4d1dfb"
|
||||
checksum = "1986921c3c13e81df623c66a298d4b130c061bcb98a01f5b2d3ac402b1649a7f"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ futures = "0.3.13"
|
|||
glob = "0.3.0"
|
||||
http = "0.2.4"
|
||||
hubcaps = "0.6.2"
|
||||
linkify = "0.5.0"
|
||||
linkify = "0.6.0"
|
||||
regex = "1.4.5"
|
||||
url = "2.2.1"
|
||||
check-if-email-exists = "0.8.21"
|
||||
|
|
|
|||
Loading…
Reference in a new issue