From 03784848eba788ae82e4eeedca810a3d229cab52 Mon Sep 17 00:00:00 2001 From: jangko Date: Mon, 10 May 2021 21:31:27 +0700 Subject: [PATCH] bump nim-graphql version from 0.2.12 to 0.2.14 enhancements: - scalar `Float` now have proper validation - seqs are not copied anymore in some places, but using system.move bugfixes: - `removeWhitespaces` in test_common no longer eat white spaces from quoted string. - `skipWhitespace` in lexer.nim now preserve \r\n instead of replace it with \n new features: - add custom instrument infrastructure - add Query Complexity instrumen --- vendor/nim-graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/nim-graphql b/vendor/nim-graphql index 29306c96d..409a52e4e 160000 --- a/vendor/nim-graphql +++ b/vendor/nim-graphql @@ -1 +1 @@ -Subproject commit 29306c96d2cdb359e4452a55be1e3d9034f4ade7 +Subproject commit 409a52e4e8baec0b1fa59f83628606e9ef728999