From b12df8aafec013c78c3cada33ceaa311f0389073 Mon Sep 17 00:00:00 2001 From: core Date: Mon, 31 Jul 2023 01:35:19 -0400 Subject: [PATCH] tfcli: hotfix: fix host blocking (Cargo.lock) Fixes: https://todo.e3t.cc/~core/trifid/4 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 01aef8d..4c6fa1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3652,7 +3652,7 @@ dependencies = [ [[package]] name = "tfcli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "clap", "dirs 5.0.1",