diff --git a/Cargo.toml b/Cargo.toml index b4ac9bc..7e839f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "moover_rust" -version = "3.4.0" +version = "3.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = "0.8.5" +rand = "0.9.0" anyhow = "1.0.95" tokio-cron-scheduler = "0.13.0" dotenv = "0.15.0" @@ -26,7 +26,7 @@ reqwest = "0.11.27" # songbird depends on ^0.11 radiobrowser = { path = "./radiobrowser-lib-rust" } [dependencies.symphonia] -version = "0.5.2" +version = "0.5.4" features = ["aac", "mp3", "isomp4", "alac"] [features]