From 74e1fe467489ddbf08d558d3c1a70da38ec98cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:36:09 +0000 Subject: [PATCH] build(deps): bump webbrowser from 1.0.4 to 1.0.5 Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 1.0.4 to 1.0.5. - [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.0.4...v1.0.5) --- updated-dependencies: - dependency-name: webbrowser dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0615526b3..2e5bd69bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6666,12 +6666,11 @@ dependencies = [ [[package]] name = "webbrowser" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5df295f8451142f1856b1bd86a606dfe9587d439bc036e319c827700dbd555e" +checksum = "aaf4f3c0ba838e82b4e5ccc4157003fb8c324ee24c058470ffb82820becbde98" dependencies = [ "core-foundation 0.10.0", - "home", "jni", "log", "ndk-context",