From ea67a94cca0074824f4fb3f9fe07a27fc0bed814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:34:09 +0000 Subject: [PATCH] fix: update logos requirement from 0.15.0 to 0.16.1 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.1) --- updated-dependencies: - dependency-name: logos dependency-version: 0.16.1 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..18cd47a 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.1" }# , features = ["debug"] } miette = { version = "7.5.0", features = ["fancy"] } [dev-dependencies]