Skip to content

Commit

Permalink
fix: Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
can-keklik committed Jul 1, 2024
1 parent 1e5eae5 commit 1560a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lykiadb-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phf = { version = "0.11", default-features = false, features = ["macros"] }
rustc-hash = "1.1.0"
serde = { version = "1.0.188", features=["derive", "rc"] }
serde_json = "1.0.105"
ariadne = { features = ["auto-color"] }
ariadne = { version = "0.4.1", features = ["auto-color"] }
assert-json-diff = "2.0.2"
tokio = { version = "~1.35.1", features = [
"macros",
Expand Down

0 comments on commit 1560a8a

Please sign in to comment.