Skip to content

Commit 3ba05c3

Browse files
committed
all: Remove some unneeded dev-dependencies
1 parent 8417383 commit 3ba05c3

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ anyhow = "1.0"
3232

3333
[dev-dependencies]
3434
tower-test = { git = "https://github.com/tower-rs/tower.git" }
35-
hex = "0.4.3"
36-
graphql-parser = "0.4.0"
37-
pretty_assertions = "1.3.0"
38-
anyhow = "1.0"
3935
ipfs-api-backend-hyper = "0.6"
4036
ipfs-api = { version = "0.17.0", features = [
4137
"with-hyper-rustls",

graphql/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ defer = "0.1"
1717
parking_lot = "0.12"
1818
anyhow = "1.0"
1919
async-recursion = "1.0.0"
20-
21-
[dev-dependencies]
22-
pretty_assertions = "1.3.0"

store/postgres/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,5 @@ hex = "0.4.3"
3737
pretty_assertions = "1.3.0"
3838

3939
[dev-dependencies]
40-
futures = "0.3"
4140
clap = "3.2.23"
4241
graphql-parser = "0.4.0"
43-
hex-literal = "0.3"

0 commit comments

Comments
 (0)