Update linkify requirement from 0.8.0 to 0.9.0

Updates the requirements on [linkify](https://github.com/robinst/linkify) to permit the latest version.
- [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.0...0.9.0)

---
updated-dependencies:
- dependency-name: linkify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/10/head
dependabot[bot] 2 years ago committed by GitHub
parent c9998a6d16
commit 3e0f9efc23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -147,9 +147,9 @@ checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
[[package]] [[package]]
name = "linkify" name = "linkify"
version = "0.8.1" version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d9967eb7d0bc31c39c6f52e8fce42991c0cd1f7a2078326f0b7a399a584c8d" checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5"
dependencies = [ dependencies = [
"memchr", "memchr",
] ]

@ -27,7 +27,7 @@ name = "uwuifyy"
clap = "3.0.13" clap = "3.0.13"
rand = "0.8.4" rand = "0.8.4"
indicatif = "0.16.2" indicatif = "0.16.2"
linkify = "0.8.0" linkify = "0.9.0"
rand_xoshiro = "0.6.0" rand_xoshiro = "0.6.0"
ahash = "0.7.6" ahash = "0.7.6"
memmap = "0.7.0" memmap = "0.7.0"

Loading…
Cancel
Save