Don't use a fork of self_update

This commit is contained in:
Roey Darwish Dror
2018-11-12 11:23:32 +02:00
parent c333f9d813
commit 9de363383c
2 changed files with 5 additions and 5 deletions

View File

@@ -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"