File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,43 +13,20 @@ endpoint-libs-requirement = ">=1.1.2"
1313
1414[dependencies ]
1515# Internal dependencies
16- endpoint-libs = " 1.1.2"
16+ # endpoint-libs = "1.1.2"
17+ endpoint-libs = { git = " https://github.com/pathscale/endpoint-libs.git" , branch = " main" }
1718serde = { version = " 1.0" , features = [" derive" ] }
1819serde_json = " 1.0"
1920eyre = " 0.6"
2021convert_case = " 0.6.0"
2122itertools = " 0.12"
2223regex = " 1.5.4"
2324clap = { version = " 4.5" , features = [" derive" , " env" ] }
24- futures = " 0.3.30"
25- rustls-pemfile = " 2.1.3"
26- tokio = { version = " 1.39.3" , features = [" full" ] }
27- tracing = " 0.1.40"
28- tracing-log = " 0.2.0"
29- tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" , " std" ] }
30- tokio-cron-scheduler = " 0.11.0"
31- dashmap = " 6.0.1"
32- tokio-tungstenite = " 0.23.1"
3325bytes = " 1.7.1"
34- ethers = " 2.0.14"
35- chrono = " 0.4.38"
36- urlencoding = " 2.1.3"
37- tokio-rustls = " 0.26.0"
3826log-panics = " 2.1.0"
39- secrecy = { version = " 0.8.0" , features = [" serde" ] }
40- hyper = { version = " 1.4.1" , features = [" server" ] }
41- reqwest = " 0.12.7"
42- async-trait = " 0.1.81"
43- parking_lot = " 0.12.3"
44- alloy-primitives = " 0.8.0"
45- hex = " 0.4.3"
4627rust_decimal = " 1.36.0"
47- tracing-appender = " 0.2.3"
4828serde_path_to_error = " 0.1.16"
49- rustls = " 0.23.12"
5029lazy_static = " 1.5.0"
51- tokio-util = " 0.7.11"
52- hyper-util = { version = " 0.1.7" , features = [" full" ] }
5330ron = " 0.8"
5431walkdir = " 2.5"
5532semver = " 1.0"
You can’t perform that action at this time.
0 commit comments