Skip to content

Commit 7c00d44

Browse files
committed
feat: Remove unused dependencies
1 parent 290e048 commit 7c00d44

1 file changed

Lines changed: 2 additions & 25 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff 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" }
1718
serde = { version = "1.0", features = ["derive"] }
1819
serde_json = "1.0"
1920
eyre = "0.6"
2021
convert_case = "0.6.0"
2122
itertools = "0.12"
2223
regex = "1.5.4"
2324
clap = { 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"
3325
bytes = "1.7.1"
34-
ethers = "2.0.14"
35-
chrono = "0.4.38"
36-
urlencoding = "2.1.3"
37-
tokio-rustls = "0.26.0"
3826
log-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"
4627
rust_decimal = "1.36.0"
47-
tracing-appender = "0.2.3"
4828
serde_path_to_error = "0.1.16"
49-
rustls = "0.23.12"
5029
lazy_static = "1.5.0"
51-
tokio-util = "0.7.11"
52-
hyper-util = { version = "0.1.7", features = ["full"] }
5330
ron = "0.8"
5431
walkdir = "2.5"
5532
semver = "1.0"

0 commit comments

Comments
 (0)