Skip to content

Commit 3219049

Browse files
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 c97510f commit 3219049

File tree

3 files changed

+6
-40
lines changed

3 files changed

+6
-40
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.2.0"
4141
lazy_static = "1.5.0"
4242
num-bigint = { version = "=0.2.6", features = ["serde"] }

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"

0 commit comments

Comments
 (0)