diff --git a/Cargo.toml b/Cargo.toml index 929f001..d54d69e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.81" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } async-trait = "0.1.79" base64 = "0.21.7" -bb8 = "0.8.1" +bb8 = "0.8.3" chrono = "0.4.37" clap = { version = "4.4.16", features = ["derive", "string", "env"] } config = { version = "0.13.4", features = ["toml"] }