Skip to content

Commit 47e8ba2

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump graphql-parser from 0.4.0 to 0.4.1
Bumps [graphql-parser](https://github.com/graphql-rust/graphql-parser) from 0.4.0 to 0.4.1. - [Commits](graphql-rust/graphql-parser@v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: graphql-parser dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cb7bc9 commit 47e8ba2

File tree

5 files changed

+11
-47
lines changed

5 files changed

+11
-47
lines changed

Cargo.lock

Lines changed: 4 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ http-body-util = "0.1"
3636
hyper-util = { version = "0.1", features = ["full"] }
3737
futures01 = { package = "futures", version = "0.1.31" }
3838
lru_time_cache = "0.11"
39-
graphql-parser = "0.4.0"
39+
graphql-parser = "0.4.1"
4040
humantime = "2.3.0"
4141
lazy_static = "1.5.0"
4242
num-bigint = { version = "=0.2.6", features = ["serde"] }

server/http/tests/server.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@ mod test {
227227

228228
assert_eq!(
229229
message,
230-
"Unexpected `unexpected character \
231-
\'<\'`\nExpected `{`, `query`, `mutation`, \
232-
`subscription` or `fragment`"
230+
"Unexpected unexpected character '<'\nUnexpected end of input\nExpected {, query, mutation, subscription or fragment"
233231
);
234232

235233
let locations = errors[0]

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ pretty_assertions = "1.4.1"
3535

3636
[dev-dependencies]
3737
clap.workspace = true
38-
graphql-parser = "0.4.0"
38+
graphql-parser = "0.4.1"

store/test-store/tests/graphql/mock_introspection.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
{
159159
"kind": "SCALAR",
160160
"name": "Int",
161-
"description": "4 bytes signed integer\n",
161+
"description": "4 bytes signed integer",
162162
"fields": null,
163163
"inputFields": null,
164164
"interfaces": null,
@@ -168,7 +168,7 @@
168168
{
169169
"kind": "SCALAR",
170170
"name": "Int8",
171-
"description": "8 bytes signed integer\n",
171+
"description": "8 bytes signed integer",
172172
"fields": null,
173173
"inputFields": null,
174174
"interfaces": null,
@@ -763,7 +763,7 @@
763763
{
764764
"kind": "SCALAR",
765765
"name": "Timestamp",
766-
"description": "A string representation of microseconds UNIX timestamp (16 digits)\n",
766+
"description": "A string representation of microseconds UNIX timestamp (16 digits)",
767767
"fields": null,
768768
"inputFields": null,
769769
"interfaces": null,
@@ -1351,7 +1351,7 @@
13511351
"fields": [
13521352
{
13531353
"name": "block",
1354-
"description": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n",
1354+
"description": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block",
13551355
"args": [],
13561356
"type": {
13571357
"kind": "NON_NULL",

0 commit comments

Comments
 (0)