chore: update Cargo.toml for new release

This commit is contained in:
Ladislav Hano 2025-01-27 18:02:02 +01:00
parent e0c48368d5
commit 276e9f5d75

View file

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