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

[deps]: Update Rust crate thiserror to v2 (#13865)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-15 13:53:17 -07:00
committed by GitHub
parent d57050f1da
commit ad7c20febc

View File

@@ -50,7 +50,7 @@ simplelog = "=0.12.2"
ssh-encoding = "=0.2.0" ssh-encoding = "=0.2.0"
ssh-key = {version = "=0.6.7", default-features = false } ssh-key = {version = "=0.6.7", default-features = false }
sysinfo = "0.35.0" sysinfo = "0.35.0"
thiserror = "=1.0.69" thiserror = "=2.0.12"
tokio = "=1.45.0" tokio = "=1.45.0"
tokio-stream = "=0.1.15" tokio-stream = "=0.1.15"
tokio-util = "=0.7.13" tokio-util = "=0.7.13"