From 08f15dd0d09d443bedb9767dfb1e346589ab6c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:01:42 +0000 Subject: [PATCH] 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 216d336..135cb7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ path = "tests/lib.rs" [dependencies] enumn = "0.1.3" lazy_static = "1.4.0" -logos = "0.15.0" +logos = "0.16.0" regex = "1.3" thiserror = "2.0" serde = { version = "1.0", features = ["derive"] }