From 4770eb03284b8ce96c312b13f7a89dd7c3b91b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 03:44:01 +0000 Subject: [PATCH] Bump chrono from 0.4.27 to 0.4.28 in /ql Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.27 to 0.4.28. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.27...v0.4.28) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ql/Cargo.lock | Bin 32919 -> 32919 bytes ql/buramu/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/Cargo.lock b/ql/Cargo.lock index c6d82f879f37e37d04d1dc8e6b646c4dc240125a..2d7dc3814d7c392be71364215348dafeb5877601 100644 GIT binary patch delta 87 zcmbQ<$TYo?X~QAj$rmF694t*!Q;bYf(hSUujnd2wEYeKV%u*~2ER4*|O_Ng7j7%-f nK*A;|sj0>(DW*VKV(jZ-a6Q&N&mOn{1vEG#Sx(<~+jx{Gbj;L|Sx0NsBY^8f$< diff --git a/ql/buramu/Cargo.toml b/ql/buramu/Cargo.toml index 0f70891bade..e4781a42dc5 100644 --- a/ql/buramu/Cargo.toml +++ b/ql/buramu/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" [dependencies] lazy_static = "1.4.0" -chrono = "0.4.27" +chrono = "0.4.28" rayon = "1.7.0" regex = "1.9.3"