From febc027f6d2449a207d558b622bae23f62b4c2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:15:07 +0000 Subject: [PATCH] Update webbrowser requirement from 0.8.12 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.12...v1.0.0) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crypt-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt-core/Cargo.toml b/crypt-core/Cargo.toml index 1f8b66d..4293399 100644 --- a/crypt-core/Cargo.toml +++ b/crypt-core/Cargo.toml @@ -43,7 +43,7 @@ csv = "1.3.0" chrono = { version = "0.4.31", features = ["serde"] } # auto open web-browser -webbrowser = "0.8.12" +webbrowser = "1.0.0" # Zip zstd = "0.13"