From 8f096f8e8d08a65bb501171a7f869e20436882c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 07:38:06 +0000 Subject: [PATCH] chore: bump ariadne from 0.5.1 to 0.6.0 Bumps [ariadne](https://github.com/zesterer/ariadne) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/zesterer/ariadne/blob/main/CHANGELOG.md) - [Commits](https://github.com/zesterer/ariadne/commits) --- updated-dependencies: - dependency-name: ariadne dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++---------- prqlc/prqlc/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4588820eabdf..0a15276196e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,11 +158,11 @@ dependencies = [ [[package]] name = "ariadne" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f5e3dca4e09a6f340a61a0e9c7b61e030c69fc27bf29d73218f7e5e3b7638f" +checksum = "8454c8a44ce2cb9cc7e7fae67fc6128465b343b92c6631e94beca3c8d1524ea5" dependencies = [ - "unicode-width 0.1.14", + "unicode-width", "yansi", ] @@ -787,7 +787,7 @@ checksum = "e0d05af1e006a2407bedef5af410552494ce5be9090444dbbcb57258c1af3d56" dependencies = [ "strum 0.26.3", "strum_macros 0.26.4", - "unicode-width 0.2.2", + "unicode-width", ] [[package]] @@ -4560,12 +4560,6 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - [[package]] name = "unicode-width" version = "0.2.2" diff --git a/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index 610c12f237b1..7533d97879d2 100644 --- a/prqlc/prqlc/Cargo.toml +++ b/prqlc/prqlc/Cargo.toml @@ -57,7 +57,7 @@ test-dbs-external = [ prqlc-parser = { path = "../prqlc-parser", version = "0.13.13" } anstream = { version = "1.0.0", features = ["auto"] } -ariadne = "0.5.1" +ariadne = "0.6.0" chrono = "0.4.40" csv = "1.4.0" enum-as-inner = { workspace = true }