1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

[deps] Platform: Update Rust crate anyhow to v1.0.93 (#11059)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-06 02:59:35 -05:00
committed by GitHub
parent 350a85674d
commit 52c7d21e5f
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ version = "0.0.0"
publish = false
[dependencies]
anyhow = "=1.0.86"
anyhow = "=1.0.93"
desktop_core = { path = "../core", default-features = false }
futures = "0.3.30"
log = "0.4.22"