mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-30 19:30:24 +00:00
Bump url from 2.1.1 to 2.2.0
Bumps [url](https://github.com/servo/rust-url) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.1.1...v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
68b574d85d
commit
f347cdc083
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -3287,10 +3287,11 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|||
|
||||
[[package]]
|
||||
name = "url"
|
||||
version = "2.1.1"
|
||||
version = "2.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
||||
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
||||
dependencies = [
|
||||
"form_urlencoded",
|
||||
"idna",
|
||||
"matches",
|
||||
"percent-encoding",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ linkify = "0.4.0"
|
|||
log = "0.4"
|
||||
pretty_env_logger = "0.4"
|
||||
regex = "1.3.9"
|
||||
url = "2.1.1"
|
||||
url = "2.2.0"
|
||||
check-if-email-exists = "0.8.13"
|
||||
indicatif = "0.15.0"
|
||||
structopt = "0.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue