From 031a46f932a7cee383fb12a548d3a752e486f48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:39:31 +0000 Subject: [PATCH] chore(deps): update webbrowser requirement from 0.8.10 to 1.0.0 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.10...v1.0.0) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hugr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugr/Cargo.toml b/hugr/Cargo.toml index c97432be1..3c6f99a48 100644 --- a/hugr/Cargo.toml +++ b/hugr/Cargo.toml @@ -56,7 +56,7 @@ strum_macros = "0.26.1" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } rstest = "0.19.0" -webbrowser = "0.8.10" +webbrowser = "1.0.0" urlencoding = "2.1.2" cool_asserts = "2.0.3" insta = { workspace = true, features = ["yaml"] }