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

Replace base64 crate with data-encoding #139

Closed
wants to merge 1 commit into from
Closed

Replace base64 crate with data-encoding #139

wants to merge 1 commit into from

Conversation

serprex
Copy link
Contributor

@serprex serprex commented May 22, 2023

base64 crate has recently raised their MSRV to 1.60 with large changes in 0.21, tungstenite crate has opted to move to data-encoding crate, MSRV 1.47

data-encoding's API stays closer to base64 0.13 than revamped base64 0.21

snapview/tungstenite-rs#330

base64 crate has recently raised their MSRV to 1.60 with large changes in 0.21,
tungstenite crate has opted to move to data-encoding crate, MSRV 1.47

data-encoding's API stays closer to base64 0.13 than revamped base64 0.21
@serprex serprex mentioned this pull request May 22, 2023
@Colerar
Copy link

Colerar commented Aug 26, 2023

Note: data-encoding bumped their MSRV to 1.70 for next 1.5.0 release.

ia0/data-encoding#77

@serprex
Copy link
Contributor Author

serprex commented Aug 28, 2023

I've made a PR to tungstenite to use base64 again,
snapview/tungstenite-rs#375

Hopefully these crates can converge on a single base64 crate

@serprex
Copy link
Contributor Author

serprex commented Aug 30, 2023

Closed in favor of #127

@serprex serprex closed this Aug 30, 2023
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