From ff9ee5ccf01dd93474f295dfd755db1b1eaab674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 08:05:04 +0000 Subject: [PATCH] Update opener requirement from 0.4 to 0.5 Updates the requirements on [opener](https://github.com/Seeker14491/opener) to permit the latest version. - [Release notes](https://github.com/Seeker14491/opener/releases) - [Changelog](https://github.com/Seeker14491/opener/blob/master/CHANGELOG.md) - [Commits](https://github.com/Seeker14491/opener/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: opener 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 bf3d7dc07..8427b4282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ log = "0.4.6" libgit2-sys = "0.12.18" memchr = "2.1.3" num_cpus = "1.0" -opener = "0.4" +opener = "0.5" percent-encoding = "2.0" rustfix = "0.6.0" semver = { version = "1.0.3", features = ["serde"] }