Closed nickelc closed 4 years ago
no-op dependency updates except for percent-encoding
percent-encoding
DEFAULT_ENCODE_SET is no longer available and was replaced in url#src/parser.rs with the internal constant PATH.
DEFAULT_ENCODE_SET
url#src/parser.rs
PATH
closes: #224 #220 #231 #240
I've updated the PR to reflect the recent updates to issues.rs.
issues.rs
thanks @nickelc
What did you implement:
no-op dependency updates except for
percent-encoding
DEFAULT_ENCODE_SET
is no longer available and was replaced inurl#src/parser.rs
with the internal constantPATH
.closes: #224 #220 #231 #240