From e8da9b78ad1b157c1b9737ddc47c5676cdd66bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:11:41 +0000 Subject: [PATCH] Update logos requirement from 0.15 to 0.16 Updates the requirements on [logos](https://github.com/maciejhirsz/logos) to permit the latest version. - [Release notes](https://github.com/maciejhirsz/logos/releases) - [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md) - [Commits](https://github.com/maciejhirsz/logos/compare/v0.15...v0.16) --- updated-dependencies: - dependency-name: logos dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bluejay-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluejay-parser/Cargo.toml b/bluejay-parser/Cargo.toml index 95dbb70..850efaa 100644 --- a/bluejay-parser/Cargo.toml +++ b/bluejay-parser/Cargo.toml @@ -10,7 +10,7 @@ exclude = [".gitignore", "tests/**/*"] description = "A GraphQL parser" [dependencies] -logos = { version = "0.15" } +logos = { version = "0.16" } enum-as-inner = "0.6" ariadne = { version = "0.5.0" } serde = { version = "1.0.203", optional = true }