From 8d675a78d7474924346be4a41f55020484ad6952 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Tue, 2 Sep 2025 01:18:49 +0000 Subject: [PATCH] Update Rust crate eyre to 0.6.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3110be2..ab4ef59e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ tracing-subscriber = "0.3" tracing-tree = "0.4" url = { version = "2", features = ["serde"] } whoami = "1" -eyre = "0.6" +eyre = "0.6.12" aws-smithy-types = "1" aws-runtime = "1" aws-types = "1"