From 82543c0525e9aa352d6415199b02f8859400d6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:29:57 +0000 Subject: [PATCH] build(deps): Bump webbrowser from 1.2.3 to 1.2.4 Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 1.2.3 to 1.2.4. - [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/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: webbrowser dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a38de8..fba1b23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2754,9 +2754,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "1.2.3" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6eb50cc7b133f0c7720a64661fbd8e520b882f8ab9015deea5e00d5cd809c4" +checksum = "62c35be770821a214dbc362fc26908c853e776c0004294d0b10b8a6bad582f94" dependencies = [ "jni", "log",