From 665e67c51e7f03a6732a84cb1b2e430d5bfe357b Mon Sep 17 00:00:00 2001 From: cstef Date: Mon, 10 Jun 2024 19:05:08 +0200 Subject: [PATCH] fix: cz bump going crazy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff026a2..c0adee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ tokio = { version = "1.37.0", features = [ "rt-multi-thread", "signal", ] } -toml = "0.8.21" +toml = "0.8.14" url = "2.5.0" clap_complete = "4.5.2" clap_complete_nushell = "4.5.1"