mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
third_party: upgrade rust crates
This commit is contained in:
parent
5bca001f97
commit
c6861b537e
8 changed files with 781 additions and 530 deletions
|
@ -174,6 +174,7 @@ impl GetErrorKind for url::ParseError {
|
|||
}
|
||||
RelativeUrlWithoutBase => ErrorKind::RelativeUrlWithoutBase,
|
||||
SetHostOnCannotBeABaseUrl => ErrorKind::SetHostOnCannotBeABaseUrl,
|
||||
_ => ErrorKind::Other,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue