Skip to content

Commit 503e6eb

Browse files
committed
cleanup cargo.toml
1 parent 4ab53f4 commit 503e6eb

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

Cargo.lock

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bitwarden-state/Cargo.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,12 @@ wasm = []
1616
[dependencies]
1717
async-trait = { workspace = true }
1818
bitwarden-error = { workspace = true }
19-
inventory = "0.3.20"
19+
inventory = ">=0.3.20, <0.4"
2020
log = { workspace = true }
21-
serde = { workspace = true }
2221
thiserror = { workspace = true }
23-
tokio = { features = ["sync", "time", "rt"], workspace = true }
24-
tokio-util = { version = "0.7.15" }
2522

26-
[target.'cfg(target_arch="wasm32")'.dependencies]
27-
gloo-timers = { version = "0.3.0", features = ["futures"] }
28-
js-sys = { workspace = true }
29-
tsify-next = { workspace = true }
30-
wasm-bindgen = { workspace = true }
31-
wasm-bindgen-futures = { workspace = true }
23+
[dev-dependencies]
24+
tokio = { workspace = true, features = ["rt"] }
3225

3326
[lints]
3427
workspace = true

0 commit comments

Comments
 (0)