From 47ba2916168c75e83d50c36175823ed5946f55f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 05:49:03 +0000 Subject: [PATCH] build(deps): bump open from 1.3.4 to 1.4.0 Bumps [open](https://github.com/Byron/open-rs) from 1.3.4 to 1.4.0. - [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.3.4...v1.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 830b9fcf..47c0666f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "open" -version = "1.3.4" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1226,7 +1226,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "nom 5.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "open 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "open 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "os_info 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "path-slash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1787,7 +1787,7 @@ dependencies = [ "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" "checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" -"checksum open 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e02989ecc31ed50c00e2b0edc25ab1f5e7bd81e8baa52b7c4a89180580b4ed08" +"checksum open 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" "checksum os_info 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf0044ce3b28b09ffb3ef188c81dbc6592999366d153dccdc065045ee54717f7" "checksum path-slash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0858af4d9136275541f4eac7be1af70add84cf356d901799b065ac1b8ff6e2f" diff --git a/Cargo.toml b/Cargo.toml index 738dac28..a0531762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ nom = "5.1.1" regex = "1.3.1" os_info = "2.0.1" urlencoding = "1.0.0" -open = "1.3.4" +open = "1.4.0" # OpenSSL causes problems when building a MUSL release. Opting to use native SSL implementation # see: https://github.com/richfelker/musl-cross-make/issues/65#issuecomment-509790889 reqwest = { version = "0.10.4", default-features = false, optional = true, features = ["blocking", "rustls-tls"] }