From d6b4c6b4da0a4cfa011f025c7eed9579c5825ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:25:33 -0400 Subject: [PATCH] Update logos requirement from 0.14.0 to 0.15.0 (#27) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fcb67f..216d336 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 = "2.0" serde = { version = "1.0", features = ["derive"] }