Update Rust crate async-trait to v0.1.88
Some checks failed
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run
deploy / release-image (push) Waiting to run
renovate / renovate (push) Waiting to run
tests / build (push) Has been cancelled
tests / fmt (push) Has been cancelled
tests / test (push) Has been cancelled

This commit was merged in pull request #41.
This commit is contained in:
2025-03-16 00:01:16 +00:00
parent 1e807c121d
commit 271ec4d323

4
Cargo.lock generated
View File

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