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

build(http, gateway, lavalink): Update to rustls 0.22, hyper 1.0, tokio-websockets 0.5 #2302

Merged
merged 3 commits into from
Jan 14, 2024

Conversation

Gelbpunkt
Copy link
Member

@Gelbpunkt Gelbpunkt commented Dec 11, 2023

This updates the following crates to their latest versions, which are compatible with rustls 0.22, http 1.x and hyper 1.x:

  • http
  • hyper
  • hyper-hickory
  • hyper-rustls
  • hyper-tls
  • tokio-websockets

It also changes the HTTP client to make use of hyper-util's legacy client implementation.

@Gelbpunkt Gelbpunkt added c-http Affects the http crate c-gateway Affects the gateway crate c-lavalink Affects the lavalink crate w-do-not-merge PR is blocked or deferred t-build Changes that affect the build system or external dependencies labels Dec 11, 2023
@github-actions github-actions bot added the c-all Affects all crates or the project as a whole label Dec 11, 2023
@Gelbpunkt Gelbpunkt force-pushed the rustls-0.22-hyper-1.0 branch 2 times, most recently from aaefcb9 to 7dd4a65 Compare December 30, 2023 18:45
@github-actions github-actions bot added the c-http-ratelimiting Affects the http ratelimiting crate label Dec 30, 2023
@Gelbpunkt Gelbpunkt force-pushed the rustls-0.22-hyper-1.0 branch 3 times, most recently from defa55d to dc426ea Compare January 13, 2024 16:56
@Gelbpunkt Gelbpunkt removed the w-do-not-merge PR is blocked or deferred label Jan 13, 2024
@Gelbpunkt Gelbpunkt marked this pull request as ready for review January 13, 2024 16:57
@Gelbpunkt Gelbpunkt force-pushed the rustls-0.22-hyper-1.0 branch from dc426ea to 982a838 Compare January 13, 2024 22:55
@Gelbpunkt Gelbpunkt force-pushed the rustls-0.22-hyper-1.0 branch from 982a838 to 3128fc1 Compare January 14, 2024 22:03
@Gelbpunkt Gelbpunkt merged commit f875e7f into twilight-rs:next Jan 14, 2024
11 checks passed
@Gelbpunkt Gelbpunkt deleted the rustls-0.22-hyper-1.0 branch January 14, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-all Affects all crates or the project as a whole c-gateway Affects the gateway crate c-http Affects the http crate c-http-ratelimiting Affects the http ratelimiting crate c-lavalink Affects the lavalink crate t-build Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants