Skip to content

Commit 99e0550

Browse files
committed
all: Remove unused dependencies
1 parent 4b56b94 commit 99e0550

File tree

8 files changed

+4
-30
lines changed

8 files changed

+4
-30
lines changed

Cargo.lock

Lines changed: 4 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chain/substreams/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tonic-build = { workspace = true }
1010
async-trait = { workspace = true }
1111
graph = { path = "../../graph" }
1212
graph-runtime-wasm = { path = "../../runtime/wasm" }
13-
lazy_static = "1.5.0"
1413
serde = { workspace = true }
1514
prost = { workspace = true }
1615
prost-types = { workspace = true }

core/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ edition.workspace = true
55

66
[dependencies]
77
async-trait = { workspace = true}
8-
atomic_refcell = "0.1.13"
98
bytes = "1.0"
109
graph = { path = "../graph" }
1110
graph-chain-ethereum = { path = "../chain/ethereum" }
@@ -18,7 +17,6 @@ tokio-retry = { workspace = true }
1817
# Switch to crates.io once tower 0.5 is released
1918
tower = { git = "https://github.com/tower-rs/tower.git", features = ["full"] }
2019
thiserror = { workspace = true }
21-
cid = "0.11.1"
2220
anyhow = "1.0"
2321

2422
[dev-dependencies]

graph/derive/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ proc-macro = true
1515
syn = { workspace = true }
1616
quote = "1.0"
1717
proc-macro2 = "1.0.105"
18-
heck = "0.5"
1918

2019
[dev-dependencies]
2120
proc-macro-utils = "0.10.0"

node/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ diesel = { workspace = true }
4141
diesel-async = { workspace = true }
4242
prometheus = { version = "0.14.0", features = ["push"] }
4343
json-structural-diff = { version = "0.2", features = ["colorize"] }
44-
globset = "0.4.18"
45-
notify = "8.2.0"

runtime/derive/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ proc-macro = true
99
[dependencies]
1010
syn = { workspace = true }
1111
quote = "1.0"
12-
proc-macro2 = "1.0.105"
13-
heck = "0.5"

runtime/test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ semver = "1.0"
99
wasmtime.workspace = true
1010
graph = { path = "../../graph" }
1111
graph-chain-ethereum = { path = "../../chain/ethereum" }
12-
graph-runtime-derive = { path = "../derive" }
1312
graph-runtime-wasm = { path = "../wasm" }
1413
rand.workspace = true
1514

store/postgres/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ graphman-store = { workspace = true }
2121
Inflector = "0.11.3"
2222
lazy_static = "1.5"
2323
lru_time_cache = "0.11"
24-
maybe-owned = "0.3.4"
2524
postgres = "0.19.1"
2625
openssl = { version = "0.10.73", features = ["vendored"] }
2726
postgres-openssl = "0.5.2"

0 commit comments

Comments
 (0)