Skip to content

Commit

Permalink
Update ariadne requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: ariadne
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 0751055 commit 7bd40ce
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 @@ -44,7 +44,7 @@ algonaut_core = "0.4"
hex = "0.4"
regex = "1.10"
clap = { version ="4.5", features = ["derive"]}
ariadne = { version = "0.4", features = ["auto-color"] }
ariadne = { version = "0.5", features = ["auto-color"] }
anyhow = "1.0"
walkdir = "2.5"
yansi = "1.0"
Expand Down

0 comments on commit 7bd40ce

Please sign in to comment.