diff --git a/Cargo.lock b/Cargo.lock index aa0b0bd..0132204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.85" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 163f86e..5871992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ resolver = "2" [workspace.dependencies] anyhow = "1.0.95" async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel" } -async-trait = "0.1.85" +async-trait = "0.1.86" base64 = "0.22" bb8 = "0.8.6" chrono = "0.4.39"