mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-08 07:20:59 +00:00
Bump linkify from 0.8.1 to 0.9.0 (#687)
Bumps [linkify](https://github.com/robinst/linkify) from 0.8.1 to 0.9.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.8.1...0.9.0) --- updated-dependencies: - dependency-name: linkify dependency-type: direct:production update-type: version-update:semver-minor ... 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
813ac7d9fa
commit
2bbfb4c1e6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1736,9 +1736,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|||
|
||||
[[package]]
|
||||
name = "linkify"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "28d9967eb7d0bc31c39c6f52e8fce42991c0cd1f7a2078326f0b7a399a584c8d"
|
||||
checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ check-if-email-exists = "0.8.30"
|
|||
fast_chemail = "0.9.6"
|
||||
glob = "0.3.0"
|
||||
http = "0.2.8"
|
||||
linkify = "0.8.1"
|
||||
linkify = "0.9.0"
|
||||
openssl-sys = "0.9.74"
|
||||
pulldown-cmark = "0.9.1"
|
||||
regex = "1.6.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue