From a89b3912535e35229bd7b3373e26942c7e88bf6e Mon Sep 17 00:00:00 2001 From: Sean Klein Date: Fri, 29 Sep 2023 09:51:41 -0700 Subject: [PATCH] Update async-bb8-diesel --- Cargo.lock | 1 + Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa4131ed0f..b7296ea184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,6 +287,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-bb8-diesel" version = "0.1.0" +source = "git+https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087f835a51e0441addb19c5ef4986e1fcf2" dependencies = [ "async-trait", "bb8", diff --git a/Cargo.toml b/Cargo.toml index 1d0b8443a8..0e194394f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,9 +135,7 @@ api_identity = { path = "api_identity" } approx = "0.5.1" assert_matches = "1.5.0" assert_cmd = "2.0.12" -# TODO: Update with a revision before merging -# async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel", branch = "less-pool" } -async-bb8-diesel = { path = "../../async-bb8-diesel" } +async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel", rev = "da04c087f835a51e0441addb19c5ef4986e1fcf2" } async-trait = "0.1.73" authz-macros = { path = "nexus/authz-macros" } backoff = { version = "0.4.0", features = [ "tokio" ] }