From 1c278db0cbf16a84b8cdaad0cfb8dfc79a13677e Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:16:46 +0000 Subject: [PATCH] Update Rust crate bb8 to 0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index adb7581..c345c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.100" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } async-trait = "0.1.88" base64 = "0.22" -bb8 = "0.8.6" +bb8 = "0.9.1" chrono = "0.4.41" clap = { version = "4.5.42", features = ["derive", "string", "env"] } config = { version = "0.15.13", features = ["toml"] }