From f93726cd55883fb4f2b3417d6ff7febceb1892e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:03:17 +0000 Subject: [PATCH] build(deps): update open requirement from 4.0.0 to 5.0.0 Updates the requirements on [open](https://github.com/Byron/open-rs) to permit the latest version. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: open dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba472f9..5bd7d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ dirs = "5.0.0" env_logger = "0.10.0" handlebars = "4.3.6" log = "0.4.17" -open = "4.0.0" +open = "5.0.0" proc-macro2 = "1.0.50" quote = "1.0.23" serde = "1.0.152"