1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +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", "anyhow",
"cc", "cc",
"glob", "glob",
"thiserror 2.0.12",
"tokio", "tokio",
"tracing", "tracing",
] ]

View File

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