From 84cb26cb105328c4dffa5ed33dd8b0caa9b3f043 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:37:57 +0000 Subject: [PATCH] Update Cargo Dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f1e0636..04ec8d8 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" @@ -26,7 +26,7 @@ serde_json = "1.0.82" serde_yaml = "0.9.2" simplelog = {version = "0.12.0", features = ["paris", "ansi_term"]} skim = "0.10.2" -thiserror = "1.0.31" +thiserror = "2.0.0" [dev-dependencies] rstest = "0.15.0"