Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to multipart 0.18 #858

Merged
merged 1 commit into from
May 29, 2021
Merged

Upgrade to multipart 0.18 #858

merged 1 commit into from
May 29, 2021

Conversation

adamchalmers
Copy link
Contributor

The main advantage of its 0.18 release is that it uses rand 0.8, not 0.7. I was inspired to open this PR because my project (which uses warp) is pulling in both rand 0.8 (directly) and 0.7 (by way of warp, by way of multipart).

Multipart's MSRV is now 1.36, I couldn't see a MSRV for warp, but if the MSRV conflicts with warp's then please decline this PR :)

@jxs jxs merged commit 29594b9 into seanmonstar:master May 29, 2021
@jxs
Copy link
Collaborator

jxs commented May 29, 2021

Hi, and thanks!
warp tries to follow the same MSRV as hyper and tokio, so I'd say rand 1.36 is completely fine :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants