From 89e15ce965425a07a150d58dea35c63ab54289b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:49:40 +0000 Subject: [PATCH] Update logos requirement from 0.14.0 to 0.15.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.14...v0.15) --- updated-dependencies: - dependency-name: logos 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 7d15a94..922d83d 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.14.0" +logos = "0.15.0" regex = "1.3" thiserror = "1.0" serde = { version = "1.0", features = ["derive"] }