From 7b0cc0f2c3e1ad1f2daae75410f1be8620f3ebdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 15:11:09 +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..1ec618a 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.4.12", features = ["derive"]} +clap_complete = "4.4.5" config = {version = "0.13.1", features = ["ini", "yaml"]} -dirs = "4.0.0" -handlebars = "4.3.3" +dirs = "5.0.1" +handlebars = "5.0.0" log = "0.4.17" maplit = "1.0.2" once_cell = "1.16.0"