From 02d233bdfdfc26f8de36fdf7571643653b88afdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:15:43 +0000 Subject: [PATCH] Update Rust crate ariadne to 0.3.0 --- Cargo.lock | 5 +++-- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- diagnostics/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1aee7f8..a4a3b67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,10 +25,11 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "ariadne" -version = "0.1.5" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1cb2a2046bea8ce5e875551f5772024882de0b540c7f93dfc5d6cf1ca8b030c" +checksum = "72fe02fc62033df9ba41cba57ee19acf5e742511a140c7dbc3a873e19a19a1bd" dependencies = [ + "unicode-width", "yansi", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 67917c4..08dcee2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -18,4 +18,4 @@ features = ["ariadne-support"] [dependencies] anyhow = "1.0.66" clap = { version = "3.2.12", features = ["derive"] } -ariadne = "0.1.5" \ No newline at end of file +ariadne = "0.3.0" \ No newline at end of file diff --git a/core/Cargo.toml b/core/Cargo.toml index 857df9f..3ccc817 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,4 +19,4 @@ path = "../diagnostics" [dependencies] anyhow = "1.0.66" -ariadne = "0.1.5" \ No newline at end of file +ariadne = "0.3.0" \ No newline at end of file diff --git a/diagnostics/Cargo.toml b/diagnostics/Cargo.toml index 277c5eb..b37f8ad 100644 --- a/diagnostics/Cargo.toml +++ b/diagnostics/Cargo.toml @@ -15,4 +15,4 @@ ariadne-support = ["dep:ariadne"] [dependencies] strum_macros = "0.24.3" yansi = "0.5.1" -ariadne = { version = "0.1.5", optional = true } \ No newline at end of file +ariadne = { version = "0.3.0", optional = true } \ No newline at end of file