We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631289a commit d265dc2Copy full SHA for d265dc2
crates/apollo-compiler/Cargo.toml
@@ -20,7 +20,7 @@ autotests = false # Most tests/*.rs files are modules of tests/main.rs
20
[dependencies]
21
ahash = "0.8.11"
22
apollo-parser = { path = "../apollo-parser", version = "0.8.0" }
23
-ariadne = { version = "0.5.0", features = ["auto-color"] }
+ariadne = { version = "0.5.1", features = ["auto-color"] }
24
indexmap = "2.0.0"
25
rowan = "0.16.0"
26
serde = { version = "1.0", features = ["derive"] }
crates/apollo-parser/Cargo.toml
@@ -22,7 +22,7 @@ rowan = "0.16.0"
thiserror = "2.0.0"
[dev-dependencies]
-ariadne = "0.5.0"
+ariadne = "0.5.1"
27
anyhow = "1.0.66"
28
pretty_assertions = "1.3.0"
0 commit comments