mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Bump deps
This bumps deps that don't need major code refactoring or MSRV bumps.
This commit is contained in:
parent
5568c70cd1
commit
c03d3ad102
7 changed files with 64 additions and 50 deletions
|
@ -12,7 +12,7 @@ pub struct SessionConfig {
|
|||
|
||||
impl Default for SessionConfig {
|
||||
fn default() -> SessionConfig {
|
||||
let device_id = uuid::Uuid::new_v4().to_hyphenated().to_string();
|
||||
let device_id = uuid::Uuid::new_v4().as_hyphenated().to_string();
|
||||
SessionConfig {
|
||||
user_agent: crate::version::VERSION_STRING.to_string(),
|
||||
device_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue