From 42ad0e846a0a43ec1a6990e2ba1ea37981d7d034 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 04:09:58 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.74 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a7f9b9..c6d2cbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ resolver = "2" [workspace.dependencies] anyhow = "1.0.75" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } -async-trait = "0.1.73" +async-trait = "0.1.74" base64 = "0.21.5" bb8 = "0.8.1" chrono = "0.4.31"