From 64a0b274d1a0ddd68ce876e6a08a82f5e4f937d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:35:10 +0000 Subject: [PATCH] build(deps): update rust crate anyhow to 1.0.79 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e44b23..a362dcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ opt-level = 3 lto = "fat" [dependencies] -anyhow = "1.0.78" +anyhow = "1.0.79" thiserror = "1.0.53" serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108"