From 36782d87fc8d883ba12cb5b9c0252ba30b12721c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:18:46 +0000 Subject: [PATCH] fix: update logos requirement from 0.15.0 to 0.16.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7baa597..3fbf37c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] clap = { version = "4.5.31", features = ["derive"] } colored = "3.0.0" -logos = { version = "0.15.0" }# , features = ["debug"] } +logos = { version = "0.16.0" }# , features = ["debug"] } miette = { version = "7.5.0", features = ["fancy"] } [dev-dependencies]