diff --git a/Cargo.toml b/Cargo.toml index 65ba893c06..cd2566d9f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ cached-client = ["cached"] [dependencies] async-trait = "0.1.52" base64 = "0.21.0" -cached = { version = "0.44.0", optional = true } +cached = { version = "0.45.1", optional = true, features = ["async"] } cfg-if = "1.0.0" chrono = { version = "0.4.27", default-features = false } const-oid = "0.9.1"