From b6de15623e2f63dc9ddf349eaf5792c6321fb5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:59:52 +0000 Subject: [PATCH] Update logos requirement from 0.12.0 to 0.13.0 Updates the requirements on [logos](https://github.com/maciejhirsz/logos) to permit the latest version. - [Release notes](https://github.com/maciejhirsz/logos/releases) - [Commits](https://github.com/maciejhirsz/logos/compare/v0.12.0...v0.13) --- updated-dependencies: - dependency-name: logos dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- voila/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 voila/Cargo.toml diff --git a/voila/Cargo.toml b/voila/Cargo.toml old mode 100755 new mode 100644 index ef4d031..b77386f --- a/voila/Cargo.toml +++ b/voila/Cargo.toml @@ -32,7 +32,7 @@ sha-1 = "0.9.7" walkdir = "2.3.2" regex = "1.5.4" structopt = "0.3.23" -logos = "0.12.0" +logos = "0.13.0" async-trait = "0.1.51" rayon = "1.5.1" ring = "0.16.20"