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" }