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
{{ message }}
This repository was archived by the owner on Sep 21, 2024. It is now read-only.
With axum updated to >0.7 (#778), we're using the lower level components http, hyper, http-body at their 1.0+ releases. In tree, we're still using hyper@0.14.27 and older http/http-body deps. Focusing on hyper here, but http and http-body deps should also be >1.0.
With
axumupdated to >0.7 (#778), we're using the lower level componentshttp,hyper,http-bodyat their 1.0+ releases. In tree, we're still usinghyper@0.14.27and olderhttp/http-bodydeps. Focusing onhyperhere, buthttpandhttp-bodydeps should also be >1.0.hyper-rustlswill need to be updated as well, but I believe should be a part of this changehyper-multipart-rfc7578and its dependentcommon-multipart-rfc7578, pinned on older hyper & friends.ipfs-api-prelude, which uses thecommon-multipart-rfc7578fromhyper-multipart-rfc7578Remove dependency onipfs-apiRust crate #587gloo-netcould be updated to use >1.0 ofhttp(currently onhttp@0.2)