summary history branches tags files
commit:c6fc44049835c7cac0c3fdd398de69d5bbb4e132
author:Trevor Bentley
committer:Trevor Bentley
date:Sat Dec 12 19:43:59 2020 +0100
parents:73db35070a5cd3908c22fd1bad6cef6985da0f0f
bump fruitbasket dep to fix build issues
diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 740970b..4693882
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ percent-encoding = "1.0.1"
 rustfm-scrobble = {version="0.9.2", optional = true, path = "deps/rustfm-scrobble/"}
 
 [dependencies.fruitbasket]
-version = "0.8"
+version = "0.9"
 features = ["logging"]
 
 [target."cfg(windows)".dependencies]