From 8a6a24644cb37393630c596ee7de189f1917c877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:36:54 +0000 Subject: [PATCH] Update lunatic requirement from 0.13 to 0.14 Updates the requirements on [lunatic](https://github.com/lunatic-solutions/lunatic-rs) to permit the latest version. - [Release notes](https://github.com/lunatic-solutions/lunatic-rs/releases) - [Commits](https://github.com/lunatic-solutions/lunatic-rs/commits) --- updated-dependencies: - dependency-name: lunatic 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 c388305..829f4d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "Readme.md" [dependencies] chrono = "0.4" -lunatic = "0.13" +lunatic = "0.14" serde = { version = "1.0", features = ["derive"] } yansi = "0.5.1"