From 4ee2f4189c2affd86c3e8949c422869ecd0588a8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:07:18 +0000 Subject: [PATCH] Update Rust crate bb8 to 0.8.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db80bfd0910..215e4d3e090 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,9 +426,9 @@ dependencies = [ [[package]] name = "bb8" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b4b0f25f18bcdc3ac72bdb486ed0acf7e185221fd4dc985bc15db5800b0ba2" +checksum = "df7c2093d15d6a1d33b1f972e1c5ea3177748742b97a5f392aa83a65262c6780" dependencies = [ "async-trait", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 07e54a0cb35..dfc3f7db15a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ atomicwrites = "0.4.3" authz-macros = { path = "nexus/authz-macros" } backoff = { version = "0.4.0", features = [ "tokio" ] } base64 = "0.21.7" -bb8 = "0.8.1" +bb8 = "0.8.3" bcs = "0.1.6" bincode = "1.3.3" bootstore = { path = "bootstore" }