1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

remove unused dep

This commit is contained in:
John Harrington
2025-11-21 12:57:15 -07:00
parent f14a6f4501
commit abf8991a90
2 changed files with 0 additions and 2 deletions

View File

@@ -917,7 +917,6 @@ dependencies = [
"anyhow",
"cc",
"glob",
"thiserror 2.0.12",
"tokio",
"tracing",
]

View File

@@ -10,7 +10,6 @@ default = []
[target.'cfg(target_os = "macos")'.dependencies]
anyhow = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["sync"] }
tracing = { workspace = true }