Skip to content

Commit 0a821a2

Browse files
committed
Fix on tests
1 parent 9aacdbb commit 0a821a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

juniper_subscriptions/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ edition = "2018"
1212
[dependencies]
1313
futures = "0.3.1"
1414
juniper = { version = "0.14.2", path = "../juniper", default-features = false }
15-
serde = { version = "1.0.8" }
16-
serde_derive = { version = "1.0.2" }
17-
serde_json = { version="1.0.2", optional = true }
15+
serde = { version = "1.0" }
16+
serde_derive = { version = "1.0" }
1817

1918
[dev-dependencies]
2019
tokio = { version = "0.2", features = ["rt-core", "macros"] }
20+
serde_json = "1.0"

0 commit comments

Comments
 (0)