summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-06-14 10:38:43 +0200
committerYuval Adam <_@yuv.al>2024-06-14 10:38:43 +0200
commit0a5757e76a731eaac67f87b62f3dc218fc471222 (patch)
tree7299da8b3e982d3ad1471d33350f79f990a29f36 /Cargo.toml
parent482a942cd9e62fadee4ee7bc1fd7e8def8a85f71 (diff)
Bump icy-metadata to v0.1.1 and some debugging
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 53301d9..72ce3c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ keywords = ["radio", "somafm", "media"]
repository = "https://github.com/yuvadm/somafm.rs"
[dependencies]
-icy-metadata = { version = "0.1.0" }
+icy-metadata = { version = "0.1.1" }
inquire = "0.7.5"
reqwest = { version = "0.12.4", features = ["blocking"] }
rodio = { version = "0.18.1", features = ["symphonia", "symphonia-mp3"] }