From f75eb63eb2ada877a2c659034313d2eea1416137 Mon Sep 17 00:00:00 2001 From: 29 <791603901@qq.com> Date: Fri, 10 Jan 2025 01:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20`anyhow`=20to=20?= =?UTF-8?q?`1.0.95`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6a93e6..1e50e54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rust-version = "1.80.0" all-features = true [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" derive_more = { version = "1.0.0", features = ["display"] } indexmap = "2.7.0" ron = "0.8.1"