Update Rust crate async-trait to v0.1.87
Some checks failed
tests / fmt (push) Failing after 3s
tests / build (push) Failing after 3s
tests / test (push) Failing after 4s
tests / clippy (push) Failing after 3s
tests / pre-commit (push) Failing after 4s

This commit is contained in:
2025-03-03 18:26:27 +00:00
parent cc0af054f8
commit 93503a1529

4
Cargo.lock generated
View File

@@ -136,9 +136,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.83"
version = "0.1.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
dependencies = [
"proc-macro2",
"quote",