From f755ea11c61c184441ec3e7281eec0af643581ef Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sun, 31 Mar 2019 18:46:13 +0200 Subject: [PATCH] bump version of webbrowser dependency for bsd support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8ee8b7..d7914e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tokio-timer = "0.2" unicode-width = "0.1.5" dbus = { version = "0.6.4", optional = true } rand = "0.6.5" -webbrowser = "0.4" +webbrowser = "0.5" [dependencies.librespot] git = "https://github.com/librespot-org/librespot.git"