@@ -25,8 +25,6 @@ serde_json = "1.0"
2525
2626# tracing
2727tracing = " 0.1.37"
28- tracing-subscriber = { version = " 0.3.17" , default-features = false }
29- tracing-futures = " 0.2.5"
3028
3129tiny-keccak = { version = " 2.0.2" , default-features = false }
3230sha2 = { version = " 0.10.7" , default-features = false , optional = true }
@@ -61,22 +59,10 @@ svm = { package = "svm-rs", version = "0.3", default-features = false, features
6159], optional = true }
6260svm-builds = { package = " svm-rs-builds" , version = " 0.2" , optional = true }
6361tokio = { version = " 1.32" , features = [" rt-multi-thread" ] }
64- tokio-tungstenite = { version = " 0.20" , default-features = false }
65- futures = { version = " 0.3.28" , default-features = false , features = [" std" ] }
66- futures-core = " 0.3.28"
67- futures-util = " 0.3.28"
68- futures-executor = " 0.3.28"
69- futures-channel = " 0.3.28"
70- futures-locks = { version = " 0.7.1" , default-features = false }
71- futures-timer = { version = " 3.0.2" , default-features = false , features = [" wasm-bindgen" ] }
72- pin-project = " 1.1"
73- reqwest = { version = " 0.11.19" , default-features = false }
74- url = { version = " 2.4" , default-features = false }
7562
7663
7764[dev-dependencies ]
7865criterion = { version = " 0.5" , features = [" async_tokio" ] }
79- env_logger = " 0.10.0"
8066tracing-subscriber = { version = " 0.3.17" , default-features = false , features = [" env-filter" , " fmt" ] }
8167rand = " 0.8"
8268pretty_assertions = " 1"
0 commit comments