Skip to content

Commit da2bbeb

Browse files
committed
move optional deps to dev-deps
1 parent 85b19a2 commit da2bbeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ tokio-stream = "0.1.17"
2828
tracing = "0.1"
2929
robust-provider = "0.2.0"
3030
tokio-util = "0.7.17"
31-
serde = { version = "1.0", features = ["derive"], optional = true }
32-
serde_json = { version = "1.0", optional = true }
33-
flate2 = { version = "1.1", optional = true }
3431

3532
[dev-dependencies]
3633
alloy = { version = "1.1.2", features = ["node-bindings"] }
3734
criterion = { version = "0.8", features = ["async_tokio", "html_reports"] }
3835
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
3936
test-log = { version = "0.2.18", features = ["trace"] }
37+
serde = { version = "1.0", features = ["derive"] }
38+
serde_json = "1.0"
39+
flate2 = "1.1"
4040

4141
[package.metadata.docs.rs]
4242
all-features = true

0 commit comments

Comments
 (0)