From 7bea62f015b350125e896afdd079c3aaf496305c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:39:57 +0000 Subject: [PATCH] Bump webbrowser from 0.8.12 to 0.8.14 Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.8.12 to 0.8.14. - [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.12...v0.8.14) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88051e58..a21c3428 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2681,9 +2681,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "0.8.12" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b2391658b02c27719fc5a0a73d6e696285138e8b12fba9d4baa70451023c71" +checksum = "dd595fb70f33583ac61644820ebc144a26c96028b625b96cafcd861f4743fbc8" dependencies = [ "core-foundation", "home", diff --git a/Cargo.toml b/Cargo.toml index d62ee725..500c992c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ base64 = "0.22.0" tempfile = "3.10.1" serde_with = "3.6.0" once_cell = "1.19.0" -webbrowser = "0.8.12" +webbrowser = "0.8.14" memchr = "2.7.1" webp-animation = { version = "0.9.0", features = ["image"] }