From e36ae43400abeab9c86669710a3bb0f412497837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 Aug 2018 05:27:11 +0000 Subject: [PATCH] Update opener requirement from 0.2.0 to 0.3.0 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/commits/v0.3.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b68c0fbda..59b7427b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ libc = "0.2" log = "0.4" libgit2-sys = "0.7.5" num_cpus = "1.0" -opener = "0.2.0" +opener = "0.3.0" rustfix = "0.4.2" same-file = "1" semver = { version = "0.9.0", features = ["serde"] }