From ba9145db0078586e0dd05172ea5c87ff50e0f5bf Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 03:14:30 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f0762e..25fee67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ resolver = "2" [workspace.dependencies] -anyhow = "1.0.79" +anyhow = "1.0.81" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } async-trait = "0.1.74" base64 = "0.21.7"