From ccf85abc6a693696966b8e3944e9b3ec4ba553ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 05:51:55 +0000 Subject: [PATCH] Update clokwerk requirement from 0.2.1 to 0.3.3 Updates the requirements on [clokwerk](https://github.com/mdsherry/clokwerk) to permit the latest version. - [Release notes](https://github.com/mdsherry/clokwerk/releases) - [Commits](https://github.com/mdsherry/clokwerk/commits) Signed-off-by: dependabot-preview[bot] --- postgres-rest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-rest/Cargo.toml b/postgres-rest/Cargo.toml index d417a68..ec9cd69 100644 --- a/postgres-rest/Cargo.toml +++ b/postgres-rest/Cargo.toml @@ -17,7 +17,7 @@ actix = "0.8.3" # bb8-postgres = { version = "^0.3", features = ["with-bit-vec-0_5", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-0_4", "with-serde_json-1", "with-uuid-0_7"] } chrono = { version = "0.4.7", features = ["serde"] } -clokwerk = "0.2.1" +clokwerk = "0.3.3" eui48 = { version = "0.4.6", features = ["serde"] } failure = "0.1.5" futures = "0.1.28"