Skip to content

Commit 5a1484b

Browse files
committed
Fix reqwest version in graphql_client
1 parent 89e7be4 commit 5a1484b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ version = "0.3.2"
4848
optional = true
4949

5050
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.reqwest]
51-
version = "*"
51+
version = "0.9.16"
5252

5353
[dev-dependencies.wasm-bindgen-test]
5454
version = "0.2.43"

0 commit comments

Comments
 (0)