diff --git a/Cargo.toml b/Cargo.toml index 4fc1f5a..52c733c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = [ "cockroach" ] [dependencies] bb8 = "0.8" -async-trait = "0.1.80" +async-trait = "0.1.81" diesel = { version = "2.2.2", default-features = false, features = [ "r2d2" ] } futures = "0.3" thiserror = "1.0"