You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(deps): replace rocket with url crate for URI parsing in aw-transform (#484)
* Replace rocket to url for URI parsing
Url crate is most popular and basic for the task.
Rocket version in aw-transform is also out of sync with aw-server,
which may cause a conflict elsewhere.
* Easen dependency version
Reqwest specifies a particular version which may be a problem.
0 commit comments