diff --git a/Cargo.toml b/Cargo.toml index b482dc4720..f771a84f47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ cached-client = ["cached"] [dependencies] async-trait = "0.1.52" base64 = "0.21.0" -cached = { version = "0.48.0", optional = true, features = ["async"] } +cached = { version = "0.49.2", optional = true, features = ["async"] } cfg-if = "1.0.0" chrono = { version = "0.4.27", default-features = false, features = ["serde"] } const-oid = { version = "0.9.6", features = ["db"] }