third_party: upgrade rust crates

This commit is contained in:
Bert Belder 2019-08-02 17:58:09 +02:00
parent 5bca001f97
commit c6861b537e
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
8 changed files with 781 additions and 530 deletions

View file

@ -174,6 +174,7 @@ impl GetErrorKind for url::ParseError {
}
RelativeUrlWithoutBase => ErrorKind::RelativeUrlWithoutBase,
SetHostOnCannotBeABaseUrl => ErrorKind::SetHostOnCannotBeABaseUrl,
_ => ErrorKind::Other,
}
}
}