From a45382d5499af87e31609f4a5b858c60dfc5bea0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Apr 2022 18:15:07 +0000 Subject: [PATCH] Update Rust crate bb8 to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2c9da0..d620aa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ uuid = { version = "0.8", features = [ "v4", "serde" ] } diesel = { git = "https://github.com/diesel-rs/diesel", rev = "ce77c382", features = [ "postgres", "r2d2" ] } tokio = { version = "1", features = [ "macros", "rt-multi-thread" ] } async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel", rev = "22c26ef" } -bb8 = "0.7" +bb8 = "0.8"