From ea8822ce03740a3e220fb3368c672013f27a8297 Mon Sep 17 00:00:00 2001 From: Martin Kamleithner Date: Wed, 8 Jan 2020 00:50:31 +0100 Subject: [PATCH] fix(client): use http 0.12.0+4 to fix a wrong content-type header on multipart request on http 0.12.0+3 fixes #525. --- packages/graphql/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index 97abfaa00..7e2ad0a05 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -10,7 +10,7 @@ authors: homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql dependencies: meta: ^1.1.6 - http: ^0.12.0+2 + http: ^0.12.0+4 mime: ^0.9.6+2 path: ^1.6.2 http_parser: ^3.1.3