From 9de363383ca66688e8eaa46aee5da46620bf695c Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Mon, 12 Nov 2018 11:23:32 +0200 Subject: [PATCH] Don't use a fork of self_update --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92b70b7b..704d6051 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,8 +972,8 @@ dependencies = [ [[package]] name = "self_update" -version = "0.4.3" -source = "git+https://github.com/r-darwish/self_update?branch=bump-reqwest#3848bc18bb8c6090913595548fb561f4b2545c8b" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "flate2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-old-types 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1370,7 +1370,7 @@ dependencies = [ "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "self_update 0.4.3 (git+https://github.com/r-darwish/self_update?branch=bump-reqwest)", + "self_update 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "shellexpand 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1683,7 +1683,7 @@ dependencies = [ "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" "checksum security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0" "checksum security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf" -"checksum self_update 0.4.3 (git+https://github.com/r-darwish/self_update?branch=bump-reqwest)" = "" +"checksum self_update 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "eca55ac0cc17ff6b2f51da1bdedf13f7c48ae911a87caabe72aa11cd25f2b187" "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" diff --git a/Cargo.toml b/Cargo.toml index 952734c3..a5ad1b6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4.6" env_logger = "0.5.13" walkdir = "2.2.6" console = "0.6.2" -self_update = { git = "https://github.com/r-darwish/self_update", branch = "bump-reqwest", optional = true } +self_update = { version = "0.4.4", optional = true } [target.'cfg(unix)'.dependencies] nix = "0.11.0"