From 853e8ae431892b1b941678683815a801cc40fbc7 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 03:14:36 +0000 Subject: [PATCH] Update Rust crate bb8 to 0.8.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f0762e..121f8bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1.0.79" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } async-trait = "0.1.74" base64 = "0.21.7" -bb8 = "0.8.1" +bb8 = "0.8.3" chrono = "0.4.31" clap = { version = "4.4.16", features = ["derive", "string", "env"] } config = { version = "0.13.4", features = ["toml"] }