From 864dedc8f50c1f6cee5b8110530c8a909b8d237d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 03:41:19 +0000 Subject: [PATCH] Update Rust crate bb8 to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6adb3ce..2add782 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.88" base64 = "0.22" -bb8 = "0.8.6" +bb8 = "0.9.0" chrono = "0.4.41" cookie = { version = "0.18.1" } crc32c = "0.6.8"