From f821951f013b046f1cde813cba4af29ce15b57e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:02:35 +0000 Subject: [PATCH] chore(deps): Bump ariadne from 0.4.1 to 0.6.0 in /turbo Bumps [ariadne](https://github.com/zesterer/ariadne) from 0.4.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] --- turbo/Cargo.lock | 14 ++++---------- turbo/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/turbo/Cargo.lock b/turbo/Cargo.lock index c4d33ae4..a8ebce6e 100644 --- a/turbo/Cargo.lock +++ b/turbo/Cargo.lock @@ -78,11 +78,11 @@ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" [[package]] name = "ariadne" -version = "0.4.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44055e597c674aef7cb903b2b9f6e4cba1277ed0d2d61dae7cd52d7ffa81f8e2" +checksum = "8454c8a44ce2cb9cc7e7fae67fc6128465b343b92c6631e94beca3c8d1524ea5" dependencies = [ - "unicode-width 0.1.14", + "unicode-width", "yansi", ] @@ -1145,7 +1145,7 @@ dependencies = [ "nix 0.29.0", "radix_trie", "unicode-segmentation", - "unicode-width 0.2.2", + "unicode-width", "utf8parse", "windows-sys 0.59.0", ] @@ -1392,12 +1392,6 @@ version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" -[[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/turbo/Cargo.toml b/turbo/Cargo.toml index 5186d7b2..94125294 100644 --- a/turbo/Cargo.toml +++ b/turbo/Cargo.toml @@ -43,7 +43,7 @@ cranelift-frontend = "0.113" cranelift-native = "0.113" cranelift-object = "0.113" target-lexicon = "0.12" -ariadne = "0.4" +ariadne = "0.6" clap = { version = "4", features = ["derive"] } notify = "7" notify-debouncer-mini = "0.5"