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 }