diff --git a/Cargo.lock b/Cargo.lock index 9bf2e9e..825025b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4269,9 +4269,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "0.8.15" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b" +checksum = "60b6f804e41d0852e16d2eaee61c7e4f7d3e8ffdb7b8ed85886aeb0791fe9fcd" dependencies = [ "core-foundation", "home", diff --git a/playlist-sync/Cargo.toml b/playlist-sync/Cargo.toml index 74a05ed..348d16b 100644 --- a/playlist-sync/Cargo.toml +++ b/playlist-sync/Cargo.toml @@ -17,5 +17,5 @@ rspotify = { version = "0.13", default-features = false, features = ["client-req snafu = "0.8" tokio = { version = "1.0", features = ["full"] } warp = { version = "0.3", features = ["tokio-rustls"] } -webbrowser = "0.8" +webbrowser = "1.0" console = "0.15"