1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 06:03:40 +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

@@ -7,13 +7,13 @@ version = "0.0.0"
publish = false
[dependencies]
anyhow = "=1.0.94"
anyhow.workspace = true
desktop_core = { path = "../core" }
futures = "=0.3.31"
log = "=0.4.25"
log.workspace = true
simplelog = "=0.12.2"
tokio = { version = "=1.43.0", features = ["io-std", "io-util", "macros", "rt"] }
tokio-util = { version = "=0.7.13", features = ["codec"] }
tokio = { workspace = true, features = ["io-std", "io-util", "macros", "rt"] }
tokio-util = { workspace = true, features = ["codec"] }
[target.'cfg(target_os = "macos")'.dependencies]
embed_plist = "=1.2.2"