From e5b9e9f4ded22b37e903aa2becd806c5c5b237ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:45:17 +0000 Subject: [PATCH] Update webbrowser requirement from 0.8.12 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.12...v1.0.1) --- 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..8bec3c7 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.1" # Zip zstd = "0.13"