1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 07:03:26 +00:00

[deps] Platform: Pin dependencies (#12292)

* [deps] Platform: Pin dependencies

* fix: version conflicts by making them workspace deps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andreas Coroiu <andreas.coroiu@gmail.com>
This commit is contained in:
renovate[bot]
2025-01-31 09:56:17 +01:00
committed by GitHub
parent f17cb61183
commit b423460006
9 changed files with 52 additions and 42 deletions

View File

@@ -20,11 +20,11 @@ anyhow = "=1.0.94"
desktop_core = { path = "../core" }
napi = { version = "=2.16.13", features = ["async"] }
napi-derive = "=2.16.13"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
tokio = { version = "=1.43.0" }
tokio-util = "=0.7.13"
tokio-stream = "=0.1.15"
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tokio-stream.workspace = true
[target.'cfg(windows)'.dependencies]
windows-registry = "=0.4.0"