From db3774d0d8706248cb4a3a792bde961e7aaf2052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:24:57 +0000 Subject: [PATCH] Bump async-trait from 0.1.83 to 0.1.89 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.83 to 0.1.89. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.89) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- savefile-abi-min-lib/Cargo.toml | 2 +- savefile-min-build/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca6d07a..6d31e4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,9 +58,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", diff --git a/savefile-abi-min-lib/Cargo.toml b/savefile-abi-min-lib/Cargo.toml index a7c26cb..f5cf69f 100644 --- a/savefile-abi-min-lib/Cargo.toml +++ b/savefile-abi-min-lib/Cargo.toml @@ -10,4 +10,4 @@ savefile-abi = { path = "../savefile-abi" } savefile-derive = {path = "../savefile-derive"} tokio = { version = "1.40", features=["macros", "rt-multi-thread", "time"] } tokio-util="0.7" -async-trait = "=0.1.83" +async-trait = "=0.1.89" diff --git a/savefile-min-build/Cargo.toml b/savefile-min-build/Cargo.toml index ad3e842..25b5d21 100644 --- a/savefile-min-build/Cargo.toml +++ b/savefile-min-build/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] savefile = { path = "../savefile", default-features = false, features = ["derive"] } savefile-abi = { path = "../savefile-abi" } -async-trait = "0.1.83" +async-trait = "0.1.89"