From 15ecc9c170101ae81f05ffbcc939de8e54a5579f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 03:28:41 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.89 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e67951d..ddc8963 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.88" +version = "0.1.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index adb7581..c201922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ resolver = "2" [workspace.dependencies] anyhow = "1.0.100" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } -async-trait = "0.1.88" +async-trait = "0.1.89" base64 = "0.22" bb8 = "0.8.6" chrono = "0.4.41"