From 2626cd96448cf1bfd6c4c90f07d1d3061b12bdf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:13:51 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20anyhow=20to=201.0?= =?UTF-8?q?.79?= 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 5adc3fa..b2c1845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tracing-subscriber = { version = "0.3.11", features = [ "fmt", "ansi", ], default-features = false, optional = true } -anyhow = "1.0.58" +anyhow = "1.0.79" # Explicitly depend on serde to enable `rc` feature. serde = { version = "1.0.140", features = ["rc"] } futures-util = "0.3.23"