From 27ec5921fa2454cf839dc3a7f3bc198f844491d2 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 03:35:07 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.92 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ce69d13..5acf3cf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,13 +155,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.89" +version = "0.1.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" +checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fae5326d..cfe4c2f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ edition = "2024" [workspace.dependencies] anyhow = "1.0.102" async-bb8-diesel = "0.3.0" -async-trait = "0.1.89" +async-trait = "0.1.92" base64 = "0.22" chrono = "0.4.44" clap = { version = "4.6.5", features = ["derive", "string", "env"] }