From 9b3c9e1520d16e7614bdeefe799baaccfdbce604 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:19:05 +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 0f17be9..8cec39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ resolver = "2" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } async-trait = "0.1.89" base64 = "0.22" -bb8 = "0.8.6" +bb8 = "0.9.1" chrono = "0.4.42" cookie = { version = "0.18.1" } crc32c = "0.6.8"