From d0d85255c983edf3676b8749cdfa2a17f1495b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 07:46:49 +0000 Subject: [PATCH] Update opener requirement from 0.5 to 0.7 Updates the requirements on [opener](https://github.com/Seeker14491/opener) to permit the latest version. - [Changelog](https://github.com/Seeker14491/opener/blob/master/CHANGELOG.md) - [Commits](https://github.com/Seeker14491/opener/compare/v0.5.0...v0.7.2) --- updated-dependencies: - dependency-name: opener dependency-version: 0.7.2 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 20dfd54..aee3644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ log = "0.4.6" libgit2-sys = "0.12.24" memchr = "2.1.3" num_cpus = "1.0" -opener = "0.5" +opener = "0.7" os_info = "3.0.7" percent-encoding = "2.0" rustfix = "0.6.0"