Skip to content

Commit

Permalink
Upgrade juniper crate from 0.15.10 to 0.15.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 2, 2024
1 parent 73fffd1 commit 86b46d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ typed-builder = { version = "0.18", optional = true }
serde = { version = "1.0.103", features = ["derive"], optional = true }

# "juniper" feature enables ability to use AST as GraphQL types.
juniper = { version = "0.15.10", default-features = false, optional = true }
juniper = { version = "0.15.11", default-features = false, optional = true }

[build-dependencies]
heck = "0.4"
Expand Down

0 comments on commit 86b46d3

Please sign in to comment.