Skip to content

Commit 585a91b

Browse files
committed
remove unused dep
1 parent bc4bc71 commit 585a91b

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

Cargo.lock

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ syn = ">=2.0.87, <3"
7878
thiserror = ">=1.0.40, <3"
7979
tokio = { version = "1.36.0", features = ["macros"] }
8080
tracing = { version = "0.1.41" }
81-
tracing-subscriber = { version = "0.3.20", features = [
82-
"fmt",
83-
"env-filter",
84-
"tracing-log",
85-
] }
8681
tsify = { version = ">=0.5.5, <0.6", features = [
8782
"js",
8883
], default-features = false }

crates/bitwarden-wasm-internal/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ bitwarden-vault = { workspace = true, features = ["wasm"] }
3535
console_error_panic_hook = "0.1.7"
3636
serde = { workspace = true }
3737
tracing = { workspace = true }
38-
tracing-subscriber = { workspace = true }
3938
tsify = { workspace = true }
4039
wasm-bindgen = { workspace = true }
4140
wasm-bindgen-futures = { workspace = true }

0 commit comments

Comments
 (0)