File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ tokio-stream = "0.1.17"
2828tracing = " 0.1"
2929robust-provider = " 0.2.0"
3030tokio-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 ]
3633alloy = { version = " 1.1.2" , features = [" node-bindings" ] }
3734criterion = { version = " 0.8" , features = [" async_tokio" , " html_reports" ] }
3835tracing-subscriber = { version = " 0.3" , features = [" fmt" , " env-filter" ] }
3936test-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 ]
4242all-features = true
You can’t perform that action at this time.
0 commit comments