From 59e775e8cfdb0a0e359f09cb5f5719272c8e4f88 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 11:01:56 +0000 Subject: chore(deps): update rust crate anyhow to 1.0.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f3686fb..98a1301 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1" +anyhow = "1.0.82" clap = { version = "4", features = ["derive"] } colored = "2" env_logger = "0.11" -- cgit