Avoid running remote topgrade on the current host (fix #804) (#807)

This commit is contained in:
Roey Darwish Dror
2021-12-06 13:31:05 +02:00
committed by GitHub
parent 10d362eab4
commit e9d809ddb0
3 changed files with 32 additions and 11 deletions

11
Cargo.lock generated
View File

@@ -1668,6 +1668,16 @@ dependencies = [
"unicode-xid",
]
[[package]]
name = "sys-info"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "tar"
version = "0.4.37"
@@ -1843,6 +1853,7 @@ dependencies = [
"shellexpand",
"structopt",
"strum 0.22.0",
"sys-info",
"tempfile",
"thiserror",
"tokio",