From 23e50804f7c99873339a8198d0c3fa7e3d2010fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:46:24 +0000 Subject: [PATCH] chore(deps): bump webbrowser from 1.0.1 to 1.0.2 Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 1.0.1 to 1.0.2. - [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.1...v1.0.2) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7f7f925..48737d1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4952,12 +4952,12 @@ dependencies = [ [[package]] name = "webbrowser" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "425ba64c1e13b1c6e8c5d2541c8fac10022ca584f33da781db01b5756aef1f4e" +checksum = "2e5f07fb9bc8de2ddfe6b24a71a75430673fd679e568c48b52716cef1cfae923" dependencies = [ "block2", - "core-foundation 0.9.4", + "core-foundation 0.10.0", "home", "jni", "log",