From 0f8a1d28f6c3610c319b967ea09411787e066540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:25:13 +0000 Subject: [PATCH] Bump webbrowser from 0.8.15 to 1.0.0 Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.8.15 to 1.0.0. - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.8.15...v1.0.0) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- playlist-sync/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"