mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Update protobuf and related crates to 3.x (#1092)
This commit is contained in:
parent
8941495b80
commit
3662302196
38 changed files with 694 additions and 672 deletions
|
@ -231,8 +231,8 @@ impl MercuryManager {
|
|||
let header = protocol::mercury::Header::parse_from_bytes(&header_data)?;
|
||||
|
||||
let response = MercuryResponse {
|
||||
uri: header.get_uri().to_string(),
|
||||
status_code: header.get_status_code(),
|
||||
uri: header.uri().to_string(),
|
||||
status_code: header.status_code(),
|
||||
payload: pending.parts,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue