From f95d90f201b5cecb4528b03086cba6e154659555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 20:17:38 +0000 Subject: [PATCH] :arrow_up: Update deadpool-postgres requirement from 0.9 to 0.10 Updates the requirements on [deadpool-postgres](https://github.com/bikeshedder/deadpool) to permit the latest version. - [Release notes](https://github.com/bikeshedder/deadpool/releases) - [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.9.0...deadpool-postgres-v0.10.0) --- updated-dependencies: - dependency-name: deadpool-postgres dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 6d18c18..660e199 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -20,7 +20,7 @@ actix-web-actors = "4.0.0-beta.6" anyhow = "1.0" clap = "3.0.0-beta.2" config = "0.9" -deadpool-postgres = "0.9" +deadpool-postgres = "0.10" derive_more = "0.99" futures = "0.3" handlebars = "4"