diff --git a/services/Cargo.toml b/services/Cargo.toml index 81685ad3c..7f1777581 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -28,10 +28,10 @@ actix-web = "4.0" actix-web-httpauth = "0.6" 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 } +bb8-postgres = { version = "0.8", features = ["with-uuid-0_8", "with-chrono-0_4", "with-serde_json-1"], optional = true } bytes = "1.0" chrono = { version = "0.4", features = ["serde"] } -config = "0.11" +config = "0.13" flexi_logger = { version = "0.22", features = ["trc"] } float-cmp = "0.9" futures = "0.3" @@ -66,7 +66,7 @@ strum = { version = "0.24", features = ["derive"] } time = "0.3" tokio = { version = "1.15", features = ["macros", "fs", "signal", "sync", "rt-multi-thread"] } tokio-util = { version = "0.7", features = ["codec"] } -tonic = { version = "0.6", features = ["tls", "tls-roots"] } +tonic = { version = "0.7", features = ["tls", "tls-roots"] } tracing = "0.1" tracing-actix-web = "0.5" tracing-subscriber = { version = "0.3", features = ["local-time", "ansi"] }