mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-29 02:40:33 +00:00
Bump linkify from 0.9.0 to 0.10.0 (#1122)
Bumps [linkify](https://github.com/robinst/linkify) from 0.9.0 to 0.10.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.9.0...0.10.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
f8e6720e3e
commit
2665eeb09d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1969,9 +1969,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|||
|
||||
[[package]]
|
||||
name = "linkify"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5"
|
||||
checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ http = "0.2.9"
|
|||
hyper = "0.14.26"
|
||||
ip_network = "0.4.1"
|
||||
jwalk = "0.8.1"
|
||||
linkify = "0.9.0"
|
||||
linkify = "0.10.0"
|
||||
log = "0.4.19"
|
||||
octocrab = "0.25.1"
|
||||
once_cell = "1.18.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue