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 has been 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 [email protected] and older http/http-body deps. Focusing on hyper here, but http and http-body deps should also be >1.0.
With
axum
updated to >0.7 (#778), we're using the lower level componentshttp
,hyper
,http-body
at their 1.0+ releases. In tree, we're still using[email protected]
and olderhttp
/http-body
deps. Focusing onhyper
here, buthttp
andhttp-body
deps should also be >1.0.hyper-rustls
will need to be updated as well, but I believe should be a part of this changehyper-multipart-rfc7578
and its dependentcommon-multipart-rfc7578
, pinned on older hyper & friends.ipfs-api-prelude
, which uses thecommon-multipart-rfc7578
fromhyper-multipart-rfc7578
Remove dependency onipfs-api
Rust crate #587gloo-net
could be updated to use >1.0 ofhttp
(currently on[email protected]
)The text was updated successfully, but these errors were encountered: