From 0e11df20488564fe8882bdcfb5c2032781a361b1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 05:19:26 +0000 Subject: [PATCH] build(deps): bump open from 1.5.0 to 1.5.1 Bumps [open](https://github.com/Byron/open-rs) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/master/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v1.5.0...v1.5.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57986c6f..7bf01837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -992,9 +992,9 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "open" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e288ead50d896dde82f3c18b64e40a2bf3e941225aa5c6b35a3e8e7b6b21d6f" +checksum = "b2033f93630dd4b04768ecf5e16bcd3002a89e1e1dbef375bf290dd67e2b7a4d" dependencies = [ "which", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 139fd8b0..7eb04799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ pest_derive = "2.1.0" regex = "1.4.3" os_info = "3.0.1" urlencoding = "1.1.1" -open = "1.5.0" +open = "1.5.1" unicode-width = "0.1.8" term_size = "0.3.2" quick-xml = "0.22.0"