diff --git a/Cargo.lock b/Cargo.lock index b881f9a..2f1ac8a 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 3e8c369..84c31b6 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.47", 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"