From cbfc1df66156ee4f6a5aa2a1184c016878fd6bfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 07:18:39 +0000 Subject: [PATCH] Update Cargo Dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f1e0636..b64532d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,11 @@ version = "0.5.0" [dependencies] anyhow = "1.0.58" -clap = {version = "3.2.16", features = ["derive"]} -clap_complete = "3.2.3" +clap = {version = "4.0.0", features = ["derive"]} +clap_complete = "4.0.0" config = {version = "0.13.1", features = ["ini", "yaml"]} -dirs = "4.0.0" -handlebars = "4.3.3" +dirs = "5.0.0" +handlebars = "6.0.0" log = "0.4.17" maplit = "1.0.2" once_cell = "1.16.0"