From 7cf8e103dd7fcdab51418f636f2486bfb0891a39 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 19 May 2024 11:18:03 +0100 Subject: [PATCH] cargo: anyhow v1.0.82 -> anyhow v1.0.86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e388ee..8f19e1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ codegen-units = 1 panic = "abort" [dependencies] -anyhow = "1.0.82" +anyhow = "1.0.86" clap = { version = "4.5.4", features = ["derive"] } colored = "2.1.0"