From b3e778e9ac292d1b0cd3efc1b8e5a4e2517a6053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:18:04 +0000 Subject: [PATCH] Update webbrowser requirement from 0.8.2 to 1.0.1 Updates the requirements on [webbrowser](https://github.com/amodm/webbrowser-rs) to permit the latest version. - [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/v0.8.2...v1.0.1) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 584f3d74..7744df51 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -60,7 +60,7 @@ rend3-framework = { version = "^0.3.0", path = "../rend3-framework" } # Import gltf models rend3-gltf = { version = "^0.3.0", path = "../rend3-gltf" } # Opening URL's -webbrowser = "0.8.2" +webbrowser = "1.0.1" # Instant but portable to the web web-time = "1.1" # windowing