From ca5233d6c3ca8bddc0e4af9be3490d7763d0a51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 06:57:36 +0000 Subject: [PATCH] Update config requirement from 0.10 to 0.11 Updates the requirements on [config](https://github.com/mehcode/config-rs) to permit the latest version. - [Release notes](https://github.com/mehcode/config-rs/releases) - [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mehcode/config-rs/commits/0.11.0) Signed-off-by: dependabot[bot] --- services/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/Cargo.toml b/services/Cargo.toml index e63c7323c..3a229e8ea 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "0.1" base64 = "0.13" bb8-postgres = { version = "0.7", features = ["with-uuid-0_8", "with-chrono-0_4", "with-serde_json-1"], optional = true } chrono = { version = "0.4", features = ["serde"] } -config = "0.10" +config = "0.11" futures = "0.3" geoengine-datatypes = { path = "../datatypes" } geoengine-operators = { path = "../operators" }