twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
656 stars 130 forks source link

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

Closed Gelbpunkt closed 8 months ago

Gelbpunkt commented 9 months ago

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

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