From 91d381a2e2a48722325e3d44df7e9606d965d06d Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 27 Sep 2021 23:05:11 -0600 Subject: [PATCH] this fixed a thing probably --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33acf8d..2feadfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ enum-utils = "0.1.2" derive_more = { version = "0.99.3", features = ["display"]} thiserror = "1.0.15" ages-prs = "0.1" -async-trait = "0.1.41" +async-trait = "0.1.51" lazy_static = "1.4.0" barrel = { version = "0.6.5", features = ["pg"] } refinery = { version = "0.5.0", features = ["postgres"] }