diff --git a/bluejay-parser/Cargo.toml b/bluejay-parser/Cargo.toml index 95dbb70..ffbf33b 100644 --- a/bluejay-parser/Cargo.toml +++ b/bluejay-parser/Cargo.toml @@ -12,7 +12,7 @@ description = "A GraphQL parser" [dependencies] logos = { version = "0.15" } enum-as-inner = "0.6" -ariadne = { version = "0.5.0" } +ariadne = { version = "0.6.0" } serde = { version = "1.0.203", optional = true } bluejay-core = { workspace = true } strum = { version = "0.27", features = ["derive"] }