Skip to content

Commit d265dc2

Browse files
deps: increase minimum ariadne version (#965)
After #960, apollo-rs does not work with ariadne 0.5.0, so we should bump the minimum version to 0.5.1.
1 parent 631289a commit d265dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/apollo-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ autotests = false # Most tests/*.rs files are modules of tests/main.rs
2020
[dependencies]
2121
ahash = "0.8.11"
2222
apollo-parser = { path = "../apollo-parser", version = "0.8.0" }
23-
ariadne = { version = "0.5.0", features = ["auto-color"] }
23+
ariadne = { version = "0.5.1", features = ["auto-color"] }
2424
indexmap = "2.0.0"
2525
rowan = "0.16.0"
2626
serde = { version = "1.0", features = ["derive"] }

crates/apollo-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rowan = "0.16.0"
2222
thiserror = "2.0.0"
2323

2424
[dev-dependencies]
25-
ariadne = "0.5.0"
25+
ariadne = "0.5.1"
2626
indexmap = "2.0.0"
2727
anyhow = "1.0.66"
2828
pretty_assertions = "1.3.0"

0 commit comments

Comments
 (0)