1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[deps]: Update Rust crate async-trait to v0.1.89 (#17570)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-21 11:32:36 +01:00
committed by GitHub
parent d98234c91f
commit 678e5193ca
2 changed files with 3 additions and 3 deletions

View File

@@ -317,9 +317,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

@@ -8,7 +8,7 @@ publish = { workspace = true }
[dependencies]
aes = { workspace = true }
anyhow = { workspace = true }
async-trait = "=0.1.88"
async-trait = "=0.1.89"
dirs = { workspace = true }
hex = { workspace = true }
rand = { workspace = true }