From 7bd40ced6fecdf87d5ca0ae888a70cb3dabfaaf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:34:05 +0000 Subject: [PATCH] Update ariadne requirement from 0.4 to 0.5 --- updated-dependencies: - dependency-name: ariadne dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b92e563..5f9693f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"