chore(deps): update rust crate async-trait to 0.1.89 (#4404)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-16 15:42:31 +08:00
committed by GitHub
Unverified
parent 95c34f1df5
commit be8a632a09
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@@ -435,9 +435,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
[[package]]
name = "async-trait"
version = "0.1.88"
version = "0.1.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -70,7 +70,7 @@ base64 = "0.22.1"
getrandom = "0.3.3"
futures = "0.3.31"
sys-locale = "0.3.2"
async-trait = "0.1.88"
async-trait = "0.1.89"
libc = "0.2.175"
gethostname = "1.0.2"
hmac = "0.12.1"