diff --git a/Cargo.lock b/Cargo.lock index e698adb6..b0cf2809 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1008,8 +1008,8 @@ dependencies = [ [[package]] name = "self_update" -version = "0.4.5" -source = "git+https://github.com/r-darwish/self_update?branch=zip#1b4d8aa6a882e6d4ba2013c98d34d01ac0191c00" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1408,7 +1408,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.5 (git+https://github.com/r-darwish/self_update?branch=zip)", + "self_update 0.5.0 (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)", @@ -1738,7 +1738,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.5 (git+https://github.com/r-darwish/self_update?branch=zip)" = "" +"checksum self_update 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a91301ec87d3925a64c06f667a2f244cf4edb7bd512b1e0aa72abc1963141e3" "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 31ec7edb..13f0779c 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 = { version = "0.4.5", optional = true } +self_update = { version = "0.5.0", optional = true } [target.'cfg(unix)'.dependencies] nix = "0.11.0" @@ -30,9 +30,6 @@ lazy_static = "1.1.0" [profile.release] lto = true -[patch.crates-io] -self_update = { git = "https://github.com/r-darwish/self_update", branch = "zip" } - [features] default = []