From 07d5f33719bf74662287c4955160dd9a90f8031a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:11:49 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.97 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ffcb5f..29ac761 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] serde = { version = "1.0.200", features = ["derive"] } -anyhow = "1.0.82" +anyhow = "1.0.97" elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] } p384 = { version = "0.13.0", features = ["ecdsa", "pkcs8", "pem"] } jsonwebtoken = "9.3.0"