From b92c3c44f5677dfbfd31835185fe4d5624a6dfa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:26:18 +0000 Subject: [PATCH] Update logos requirement from 0.13.0 to 0.14.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.toml) - [Commits](https://github.com/maciejhirsz/logos/compare/v0.13...v0.14) --- 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 65d7fbb..7d15a94 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.13.0" +logos = "0.14.0" regex = "1.3" thiserror = "1.0" serde = { version = "1.0", features = ["derive"] }