From 9b9b143a4f44ce716a33861bd4ce4ab7003a738c Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Thu, 20 Jun 2024 21:57:05 +0800 Subject: [PATCH] fix: tidy Cargo.lock tokio-console would be 0.1.11. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2a0f579b7..98b23f3b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1843,7 +1843,7 @@ dependencies = [ [[package]] name = "tokio-console" -version = "0.2.0" +version = "0.1.11" dependencies = [ "clap", "clap_complete",