From 589a2ea213991c8be626065330c96d373c926dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 14:07:07 +0000 Subject: [PATCH] Update unicase requirement from 1 to 2 Updates the requirements on [unicase](https://github.com/seanmonstar/unicase) to permit the latest version. - [Release notes](https://github.com/seanmonstar/unicase/releases) - [Commits](https://github.com/seanmonstar/unicase/compare/v1.0.0...v2.6.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcb3a72..5cf403a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ iron = "0.6" log = "0.4" router = "0.6" serde_json = "1.0" -unicase = "1" +unicase = "2" time = "0.1" [features]