From 531e25d85b20310e0e833a5f881d8de0d84c4765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:49:20 +0000 Subject: [PATCH] chore(deps): bump webbrowser from 1.0.2 to 1.0.3 Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 1.0.2 to 1.0.3. - [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.2...v1.0.3) --- 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 691d8b8..48b4c49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2167,9 +2167,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5f07fb9bc8de2ddfe6b24a71a75430673fd679e568c48b52716cef1cfae923" +checksum = "ea9fe1ebb156110ff855242c1101df158b822487e4957b0556d9ffce9db0f535" dependencies = [ "block2", "core-foundation 0.10.0", diff --git a/Cargo.toml b/Cargo.toml index 38db14e..982c784 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tui-popup = "0.6.0" clap = { version = "4.5.20", features = ["derive", "env", "wrap_help", "cargo"] } clap_complete = "4.5.36" clap_mangen = "0.2.21" -webbrowser = "1.0.2" +webbrowser = "1.0.3" itertools = "0.13.0" [profile.dev]