Skip to content

Commit

Permalink
chore: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Sep 27, 2023
1 parent 513d1ad commit 99930bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 161 deletions.
154 changes: 8 additions & 146 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion common/Cargo.toml
Expand Up @@ -9,7 +9,6 @@ anyhow = "1.0.75"
arc-swap = "1.6.0"
bs58 = "0.5.0"
eip-712-derive = { git = "https://github.com/graphprotocol/eip-712-derive" }
ethereum-types = "0.14.1"
ethers = "2.0.10"
ethers-core = "2.0.10"
faux = { version = "0.1.10", optional = true }
Expand Down
14 changes: 0 additions & 14 deletions service/Cargo.toml
Expand Up @@ -12,13 +12,10 @@ indexer-common = { path = "../common" }
confy = "0.5.1"
ethers-core = "2.0.0"
ethers = "2.0.0"
ethers-contract = "2.0.0"
dotenvy = "0.15"
regex = "1.7.1"
log = "0.4.17"
anyhow = "1.0.57"
reqwest = "0.11.10"
async-trait = "0.1.53"
tokio = { version = "1", features = ["rt", "macros", "sync", "full"] }
tracing = "0.1.34"
thiserror = "1.0.30"
Expand All @@ -28,20 +25,11 @@ axum = "0.5"
hyper = "0.14.27"
tower = { version = "0.4", features = ["util", "timeout", "limit"] }
tower-http = { version = "0.4.0", features = ["add-extension", "trace", "cors"] }
env_logger = "0.9.0"
toml = "0.7.4"
graphql-parser = "0.4.0"
lazy_static = "1.2.0"
once_cell = "1.17"
url = "2.3.1"
chrono = { version = "0.4", features = ["serde"] }
async-graphql = "4.0.16"
async-graphql-axum = "4.0.16"
bigdecimal = "0.3.0"
eip-712-derive = { git = "https://github.com/graphprotocol/eip-712-derive" }
libsecp256k1 = "0.7.0"
sha3 = "0.10.6"
secp256k1 = { version = "0.20", features = ["recovery"] }
tracing-subscriber = { version = "0.3", features = [
"env-filter",
"ansi",
Expand All @@ -51,10 +39,8 @@ tracing-subscriber = { version = "0.3", features = [
] }
autometrics = { version = "0.3.3", features = ["prometheus-exporter"] }
clap = { version = "4.3.1", features = ["derive", "env"] }
metrics-exporter-prometheus = "0.11.0"
prometheus = "0.13.3"
hex = "0.4.3"
bs58 = "0.5.0"
tap_core = "0.5.1"
ethereum-types = "0.14.1"
sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio", "bigdecimal", "rust_decimal", "time"] }
Expand Down

0 comments on commit 99930bb

Please sign in to comment.