From db1ec98e008cd3291e218accc1b4e89e99b9003f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 05:32:47 +0000 Subject: [PATCH] Update framels requirement from 0.4.0 to 0.5.2 Updates the requirements on [framels](https://github.com/doubleailes/fls) to permit the latest version. - [Release notes](https://github.com/doubleailes/fls/releases) - [Commits](https://github.com/doubleailes/fls/compare/0.4.0...0.5.2) --- updated-dependencies: - dependency-name: framels 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 f1a003b..6ba408b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ jwalk = "0.8.1" serde_json = "1.0.91" glob = "0.3.1" schemars = "0.8.10" -framels = "0.4.0" +framels = "0.5.2" [dependencies.rocket] version = "0.5.0-rc.3"