chore: update Cargo.toml for new release
This commit is contained in:
parent
e0c48368d5
commit
276e9f5d75
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "moover_rust"
|
name = "moover_rust"
|
||||||
version = "3.4.0"
|
version = "3.4.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.8.5"
|
rand = "0.9.0"
|
||||||
anyhow = "1.0.95"
|
anyhow = "1.0.95"
|
||||||
tokio-cron-scheduler = "0.13.0"
|
tokio-cron-scheduler = "0.13.0"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
|
@ -26,7 +26,7 @@ reqwest = "0.11.27" # songbird depends on ^0.11
|
||||||
radiobrowser = { path = "./radiobrowser-lib-rust" }
|
radiobrowser = { path = "./radiobrowser-lib-rust" }
|
||||||
|
|
||||||
[dependencies.symphonia]
|
[dependencies.symphonia]
|
||||||
version = "0.5.2"
|
version = "0.5.4"
|
||||||
features = ["aac", "mp3", "isomp4", "alac"]
|
features = ["aac", "mp3", "isomp4", "alac"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue