1
0
Fork 0
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:
JasonLG1979 2022-05-23 08:00:35 -05:00
parent 5568c70cd1
commit c03d3ad102
7 changed files with 64 additions and 50 deletions

View file

@ -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,