1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 03:50:06 +02:00

Update audio to hyper 1.x

This commit is contained in:
George Hahn 2024-06-06 01:41:48 -06:00
parent 0a7a874ca0
commit 6a4053e871
4 changed files with 9 additions and 4 deletions

View file

@ -7,9 +7,10 @@ use std::{
use bytes::Bytes;
use futures_util::StreamExt;
use hyper::{body::HttpBody, StatusCode};
use hyper::StatusCode;
use tempfile::NamedTempFile;
use tokio::sync::{mpsc, oneshot};
use http_body_util::BodyExt;
use librespot_core::{http_client::HttpClient, session::Session, Error};