From d3f5f2e27c965c983962f338214d0f04f92a41d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:42:19 +0000 Subject: [PATCH] Update enum-as-inner requirement from 0.6 to 0.7 Updates the requirements on [enum-as-inner](https://github.com/bluejekyll/enum-as-inner) to permit the latest version. - [Changelog](https://github.com/bluejekyll/enum-as-inner/blob/main/CHANGELOG.md) - [Commits](https://github.com/bluejekyll/enum-as-inner/commits) --- updated-dependencies: - dependency-name: enum-as-inner dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bluejay-core/Cargo.toml | 2 +- bluejay-parser/Cargo.toml | 2 +- bluejay-visibility/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bluejay-core/Cargo.toml b/bluejay-core/Cargo.toml index 83af4975..296974b4 100644 --- a/bluejay-core/Cargo.toml +++ b/bluejay-core/Cargo.toml @@ -12,7 +12,7 @@ description = "Base GraphQL abstractions" [dependencies] strum = { version = "0.27", features = ["derive"] } serde_json = { version = "1.0", optional = true } -enum-as-inner = "0.6" +enum-as-inner = "0.7" itertools = "0.14.0" [features] diff --git a/bluejay-parser/Cargo.toml b/bluejay-parser/Cargo.toml index 95dbb70e..c15b65cd 100644 --- a/bluejay-parser/Cargo.toml +++ b/bluejay-parser/Cargo.toml @@ -11,7 +11,7 @@ description = "A GraphQL parser" [dependencies] logos = { version = "0.15" } -enum-as-inner = "0.6" +enum-as-inner = "0.7" ariadne = { version = "0.5.0" } serde = { version = "1.0.203", optional = true } bluejay-core = { workspace = true } diff --git a/bluejay-visibility/Cargo.toml b/bluejay-visibility/Cargo.toml index 1a2d3af7..04e5beae 100644 --- a/bluejay-visibility/Cargo.toml +++ b/bluejay-visibility/Cargo.toml @@ -16,7 +16,7 @@ description = "A GraphQL schema wrapper for enforcing visibility" bluejay-core = { workspace = true } elsa = "1.8.1" once_cell = "1.17" -enum-as-inner = "0.6" +enum-as-inner = "0.7" [dev-dependencies] insta = { version = "1.28" }