From 5463232cd3577065013bde095afb5171d96b335a Mon Sep 17 00:00:00 2001 From: Julius de Bruijn Date: Tue, 17 Mar 2020 17:32:30 +0100 Subject: [PATCH] Update mobc to 0.5.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ca6ce87f..cd1943b67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ log = { version = "0.4", features = ["release_max_level_trace"] } tracing = { version = "0.1", optional = true } tracing-core = { version = "0.1", optional = true } -mobc = { git = "https://github.com/pimeys/mobc", branch = "respect-health-check", optional = true } +mobc = { version = "0.5", optional = true } bytes = { version = "0.5", optional = true } tokio = { version = "0.2", features = ["rt-threaded", "macros", "sync"], optional = true} serde = { version = "1.0", optional = true }