From 52c1733f14cc0b11a333b46989685377d95d5af5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:52:37 +0000 Subject: [PATCH] Update Rust crate webbrowser to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9cc477..23f8aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde_json = "1.0.116" sha2 = { version = "0.10.8" } snafu = { version = "0.8.2" } toml = { version = "0.9.0" } -webbrowser = { version = "0.8.15" } +webbrowser = { version = "1.0.0" } zip = { version = "0.6.6" } pathdiff = "0.2.1" sanitize-filename = "0.6"