cli: add more details to the status command (#190212)

For azml's integration

Closes https://github.com/microsoft/vscode-remote-tunnels/issues/669
This commit is contained in:
Connor Peet
2023-08-10 20:13:14 -07:00
committed by GitHub
parent 54902a3f0b
commit 2e9459b34c
6 changed files with 119 additions and 31 deletions
+2 -2
View File
@@ -502,9 +502,9 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
version = "0.8.12"
version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
dependencies = [
"cfg-if",
]