From 7ab493665319c6b9cfcfdbe4400ebcac6037c178 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 14 Apr 2023 20:19:36 +0200 Subject: [PATCH] update dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 419dd52..1be210d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "AGPL-3.0-or-later" [dependencies] actix-web = "4" actix-files = "0.6" -cached = "0.42.0" +cached = "0.43.0" ramhorns = "0.14.0" toml = "0.7.3" serde = { version = "1.0.159", features = ["derive"] }