Do not use an explicit user for ssh when deploymentUser is null

This commit is contained in:
Victor Nawothnig 2022-06-01 12:30:49 +02:00
parent 429a0f5aa1
commit e937eb8faa
4 changed files with 8 additions and 23 deletions

11
Cargo.lock generated
View file

@ -162,7 +162,6 @@ dependencies = [
"tokio",
"tokio-stream",
"tokio-test",
"users",
"uuid",
"validator",
]
@ -986,16 +985,6 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "users"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
"libc",
"log",
]
[[package]]
name = "uuid"
version = "1.0.0"