From 6adad6008b09903a77352cacbc0d758649bd3893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 01:51:25 +0000 Subject: [PATCH] Update opener requirement from 0.5 to 0.8 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.8.1) --- updated-dependencies: - dependency-name: opener dependency-version: 0.8.1 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..65a7c66 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.8" os_info = "3.0.7" percent-encoding = "2.0" rustfix = "0.6.0"