From 4748ce101dfe8ecba8428d41fcca21801d165464 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 03:22:57 +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 0de2d66e58..00b353ca42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -488,9 +488,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[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 79c9e20e4a..c8a44e14b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -361,7 +361,7 @@ approx = "0.5.1" assert_matches = "1.5.0" assert_cmd = "2.0.17" async-bb8-diesel = "0.2" -async-trait = "0.1.88" +async-trait = "0.1.89" atomicwrites = "0.4.4" authz-macros = { path = "nexus/authz-macros" } backoff = { version = "0.4.0", features = [ "tokio" ] }