Skip to content

Commit 4ec118d

Browse files
committed
Remove unused dependencies from root crate
1 parent 6afd7d7 commit 4ec118d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ categories = ["network-programming", "web-programming", "wasm"]
1010

1111
[dependencies]
1212
failure = "0.1"
13-
quote = "0.3"
1413
graphql_query_derive = {path = "./graphql_query_derive", version = "0.4.0"}
15-
graphql-parser = "0.2.2"
1614
serde = "1.0"
1715
serde_derive = "1.0"
1816
serde_json = "1.0"

graphql_client_codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ repository = "https://github.com/tomhoule/graphql-client"
1010
failure = "0.1"
1111
itertools = "0.7"
1212
lazy_static = "1.0"
13-
quote = "^0.6"
13+
quote = "0.6"
1414
syn = "0.15"
1515
proc-macro2 = { version = "0.4", features = [] }
1616
serde = "1.0"
1717
serde_derive = "1.0"
1818
serde_json = "1.0"
1919
heck = "0.3"
20-
graphql-parser = "0.2"
20+
graphql-parser = "0.2.2"

0 commit comments

Comments
 (0)