We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2309c2 commit 46791c8Copy full SHA for 46791c8
graphql_client/Cargo.toml
@@ -16,8 +16,8 @@ rust-version.workspace = true
16
features = ["reqwest"]
17
18
[dependencies]
19
-serde = { version = "^1.0.78", features = ["derive"] }
20
-serde_json = "1.0"
+serde = { version = "1.0.78", features = ["derive"] }
+serde_json = "1.0.50"
21
22
# Optional dependencies
23
graphql_query_derive = { path = "../graphql_query_derive", version = "0.14.0", optional = true }
0 commit comments