Skip to content

Commit 46791c8

Browse files
chore(deps): Correctly set minimal versions for graphql_client (#541)
1 parent c2309c2 commit 46791c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql_client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ rust-version.workspace = true
1616
features = ["reqwest"]
1717

1818
[dependencies]
19-
serde = { version = "^1.0.78", features = ["derive"] }
20-
serde_json = "1.0"
19+
serde = { version = "1.0.78", features = ["derive"] }
20+
serde_json = "1.0.50"
2121

2222
# Optional dependencies
2323
graphql_query_derive = { path = "../graphql_query_derive", version = "0.14.0", optional = true }

0 commit comments

Comments
 (0)