diff --git a/Cargo.lock b/Cargo.lock index d85ff523445..0552ea2f4a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "async-bb8-diesel" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/async-bb8-diesel?rev=c849b717be#c849b717be1e33528c7c3950fefcb431a65ef469" +source = "git+https://github.com/oxidecomputer/async-bb8-diesel?rev=8c6685f0b33c7bbc6418384850cb9c897896cda5#8c6685f0b33c7bbc6418384850cb9c897896cda5" dependencies = [ "async-trait", "bb8", @@ -192,14 +192,14 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bb8" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9f4fa9768efd269499d8fba693260cfc670891cf6de3adc935588447a77cc8" +checksum = "1627eccf3aa91405435ba240be23513eeca466b5dc33866422672264de061582" dependencies = [ "async-trait", "futures-channel", "futures-util", - "parking_lot 0.11.2", + "parking_lot 0.12.0", "tokio", ] diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index ed70e6225d8..8a2be4ec55e 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -9,10 +9,10 @@ path = "../rpaths" [dependencies] anyhow = "1.0" -async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel", rev = "c849b717be" } +async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel", rev = "8c6685f0b33c7bbc6418384850cb9c897896cda5" } async-trait = "0.1.53" base64 = "0.13.0" -bb8 = "0.7.1" +bb8 = "0.8.0" cookie = "0.16" crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "945daedb88cefa790f1d994b3a038b8fa9ac514a" } # Tracking pending 2.0 version.