diff --git a/Cargo.lock b/Cargo.lock index a455d55a33..51beb73ba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,6 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-bb8-diesel" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/async-bb8-diesel?branch=less-pool#25407e911a3500cd7bccf4b2447f31fa9fc6aed4" dependencies = [ "async-trait", "bb8", diff --git a/Cargo.toml b/Cargo.toml index cbbd00c973..5dae36dd89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,8 @@ 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 = { git = "https://github.com/oxidecomputer/async-bb8-diesel", branch = "less-pool" } +async-bb8-diesel = { path = "../../async-bb8-diesel" } async-trait = "0.1.73" authz-macros = { path = "nexus/authz-macros" } backoff = { version = "0.4.0", features = [ "tokio" ] }